معرفی شرکت ها


followthemoney-store-3.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Store raw and structured FollowTheMoney data from different datasets in a data lake
ویژگی مقدار
سیستم عامل -
نام فایل followthemoney-store-3.0.5
نام followthemoney-store
نسخه کتابخانه 3.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Organized Crime and Corruption Reporting Project
ایمیل نویسنده data@occrp.org
آدرس صفحه اصلی http://github.com/alephdata/followthemoney-store
آدرس اینترنتی https://pypi.org/project/followthemoney-store/
مجوز MIT
# followthemoney-store This library provides methods to store, fetch and list entities formatted as `followthemoney` data as datasets stored in a SQL backend. ## Usage ### Command-line usage ```bash # 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 ``` If you don't want to keep the balkhash dataset generated above, there's a shortcut that combines the write and iterate functions: ```bash $ cat ftm-entities.ijson | ftm store aggregate | alephclient write-entities -f my_dataset ``` ### Python Library ```python from ftmstore import Dataset dataset = Dataset("US-OFAC") dataset.put(entity, fragment='1') ```


نیازمندی

مقدار نام
>=2.7 psycopg2-binary


نحوه نصب


نصب پکیج whl followthemoney-store-3.0.5:

    pip install followthemoney-store-3.0.5.whl


نصب پکیج tar.gz followthemoney-store-3.0.5:

    pip install followthemoney-store-3.0.5.tar.gz