ftm-lakehouse
ftm-lakehouse provides a data standard and archive storage for leaked data, private and public document collections and structured FollowTheMoney data. The concepts and implementations are originally inspired by mmmeta, Aleph's servicelayer archive and OpenSanctions work on dataset catalog metadata.
ftm-lakehouse acts as a multi-tenant storage and retrieval mechanism for structured entity data, documents and their metadata. It can be used by tenants to produce and/or consume data such as investigraph, memorious and the full suites of various search and analysis platforms, such as OpenALeph, ICIJ Datashare or Liquid Investigations
Installation
Requires python 3.11 or later.
pip install ftm-lakehouse
Remote storage backends are optional extras – install the one matching your archive/lake URI:
pip install "ftm-lakehouse[s3]" # S3-compatible object storage (s3fs)
pip install "ftm-lakehouse[gcs]" # Google Cloud Storage (gcsfs)
pip install "ftm-lakehouse[azure]" # Azure Blob Storage (adlfs)
pip install "ftm-lakehouse[http]" # HTTP(S)-backed api stores (aiohttp)
Extras combine, e.g. pip install "ftm-lakehouse[s3,gcs]".
Documentation
openaleph.org/docs/lib/ftm-lakehouse
Development
This package is using poetry for packaging and dependencies management, so first install it.
Clone this repository to a local destination.
Within the repo directory, run
poetry install --with dev
This installs a few development dependencies, including pre-commit which needs to be registered:
poetry run pre-commit install
Before creating a commit, this checks for correct code formatting (isort, black) and some other useful stuff (see: .pre-commit-config.yaml)
Testing
ftm-lakehouse uses pytest as the testing framework.
make test
Background
The design grew out of the FollowTheMoney data lake RFC discussion and prior art in mmmeta, Aleph's servicelayer archive, OpenSanctions dataset metadata and nomenklatura statements.
For contributing, development setup and testing see the repository README.
License and Copyright
leakrfc (predecessor), (c) 2024 investigativedata.io
ftm-lakehouse, (c) 2024 investigativedata.io
ftm-lakehouse, (c) 2025-2026 Data and Research Center – DARC
ftm-lakehouse is licensed under the AGPLv3 or later license.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ftm_lakehouse-0.6.0.tar.gz.
File metadata
- Download URL: ftm_lakehouse-0.6.0.tar.gz
- Upload date:
- Size: 125.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.14.4 Linux/7.0.0-29-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75ab6c7dcb848cd5499cc4348a6b2cf98b7761feeeffe37ea6725a8761a9c5e1
|
|
| MD5 |
fb84914e10860b203359a4647f6c2eb9
|
|
| BLAKE2b-256 |
06fdaa4dbab54acc35685a5e8010840a7c6f425182f9e173dd672be961a62e47
|
File details
Details for the file ftm_lakehouse-0.6.0-py3-none-any.whl.
File metadata
- Download URL: ftm_lakehouse-0.6.0-py3-none-any.whl
- Upload date:
- Size: 158.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.14.4 Linux/7.0.0-29-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56189a8bd7bcbc85ce2c61d80ec30dce1fd2efa64ff04c9a0d034f4172c6e71c
|
|
| MD5 |
47fcf8bb2f349eabf8bbbae759df96d6
|
|
| BLAKE2b-256 |
36237bbee6bd861f4748af2595f0c2b5d52677e947060b0b31adc4589c4b2a9e
|