在数据湖中存储来自不同数据集的原始和结构化FollowTheMoney数据
项目描述
followthemoney-store
此库提供了将实体以followthemoney
数据格式存储、检索和列出为数据集的方法,这些数据集存储在SQL后端。
使用方法
命令行使用
# Insert a bunch of FtM entities into a store:
$ cat ftm-entities.ijson | ftm store write -d my_dataset
# Re-create the entities in aggregated form:
$ ftm store iterate -d my_dataset | alephclient write-entities -f my_dataset
如果您不想保留上面生成的balkhash数据集,有一个快捷方式可以结合写入和迭代函数
$ cat ftm-entities.ijson | ftm store aggregate | alephclient write-entities -f my_dataset
Python库
from ftmstore import Dataset
dataset = Dataset("US-OFAC")
dataset.put(entity, fragment='1')
项目详情
下载文件
下载适用于您平台的文件。如果您不确定要选择哪个,请了解更多关于安装包的信息。
源代码发行版
followthemoney-store-3.1.0.tar.gz (7.4 kB 查看哈希值)
构建发行版
关闭
followthemoney-store-3.1.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 4c8e05ddbec4eb729670e813f2e0d768c79229fa2bea6458de87897d51cf5908 |
|
MD5 | 90a5b47fce2d8c5f5d532741065efe2e |
|
BLAKE2b-256 | 41a2da216ac581c6ce47ddd6e995aa90c212a2a7d96e21d4a7b49b7aa2d74fbd |
关闭
followthemoney_store-3.1.0-py2.py3-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 93a021f5c822dfcc21e85bf2291494d96f50c53dfceeb9a86418c6a99feaab82 |
|
MD5 | bc833056af6f662831e2f4b36621c04f |
|
BLAKE2b-256 | 3b04a30b26fa3c53263f5588657f2e22ead2d0b84bf674e8feecbcccd653d336 |