{"id":26279682,"url":"https://github.com/alephdata/followthemoney-store","last_synced_at":"2025-05-07T03:04:17.177Z","repository":{"id":52439348,"uuid":"159447574","full_name":"alephdata/followthemoney-store","owner":"alephdata","description":"Fragment storage/database layer for FollowTheMoney entities","archived":false,"fork":false,"pushed_at":"2024-07-26T01:12:24.000Z","size":152,"stargazers_count":10,"open_issues_count":5,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-07T03:03:34.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alephdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-28T05:16:40.000Z","updated_at":"2023-04-04T10:52:37.000Z","dependencies_parsed_at":"2024-03-05T20:27:02.258Z","dependency_job_id":"006757d2-f750-4d57-9295-2ce5da2b7ec2","html_url":"https://github.com/alephdata/followthemoney-store","commit_stats":{"total_commits":129,"total_committers":4,"mean_commits":32.25,"dds":"0.22480620155038755","last_synced_commit":"77479649d61d1d2f326537e4551ddc6bc846c6f7"},"previous_names":["alephdata/balkhash"],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Ffollowthemoney-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Ffollowthemoney-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Ffollowthemoney-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Ffollowthemoney-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alephdata","download_url":"https://codeload.github.com/alephdata/followthemoney-store/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252804206,"owners_count":21806769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-14T14:16:00.147Z","updated_at":"2025-05-07T03:04:17.143Z","avatar_url":"https://github.com/alephdata.png","language":"Python","readme":"# followthemoney-store\n\nThis library provides methods to store, fetch and list entities formatted as\n`followthemoney` data as datasets stored in a SQL backend.\n\n## Usage\n\n### Command-line usage\n\n```bash\n# Insert a bunch of FtM entities into a store:\n$ cat ftm-entities.ijson | ftm store write -d my_dataset\n# Re-create the entities in aggregated form:\n$ ftm store iterate -d my_dataset | alephclient write-entities -f my_dataset\n```\n\nIf you don't want to keep the balkhash dataset generated above, there's a\nshortcut that combines the write and iterate functions:\n\n```bash\n$ cat ftm-entities.ijson | ftm store aggregate | alephclient write-entities -f my_dataset\n```\n\n### Python Library\n\n```python\nfrom ftmstore import Dataset\n\ndataset = Dataset(\"US-OFAC\")\ndataset.put(entity, fragment='1')\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falephdata%2Ffollowthemoney-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falephdata%2Ffollowthemoney-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falephdata%2Ffollowthemoney-store/lists"}