Pluggable versioned metadata management for incremental multi-modal pipelines.
Project description
Metaxy
Metaxy is a metadata layer for multi-modal Data and ML pipelines. Metaxy tracks lineage and versioning across complex computational graphs for multi-modal datasets.
Metaxy manages metadata while data typically lives elsewhere:
┌─────────────────────────────────┐ ┌─────────────────────────┐
│ Metadata (Metaxy) │ │ Data (e.g., S3) │
├──────┬──────────┬──────┬────────┤ │ │
│ ID │ path │ size │version │ │ 📦 s3://my-bucket/ │
├──────┼──────────┼──────┼────────┤ │ │
│ img1 │ s3://... │ 2.1M │a3fdsf │ ────────>│ ├─ img1.jpg │
│ img2 │ s3://... │ 1.8M │b7e123 │ ────────>│ ├─ img2.jpg │
└──────┴──────────┴──────┴────────┘ └─────────────────────────┘
The feature that makes Metaxy stand out is the ability to track partial data dependencies that are so common in multi-modal pipelines and skip downstream updates when they are not needed.
Metaxy's goal is to provide a standard instrument for any kind of multi-modal (or just purely tabular) incremental pipelines, standardizing dependency specification, versioning, partial data dependencies, and manipulations over metadata.
Read the docs to discover more about Metaxy.
Installation
Warning: Metaxy hasn't been publicly released yet, but you can try the latest dev release:
pip install --pre metaxy
Using Metaxy
Metaxy is highly pluggable and generally can be used with any kind of incremental pipelines, storage, metadata storage, and dataframe libraries.
Metaxy provides integrations with popular tools such as Dagster, ClickHouse, DeltaLake, SQLModel.
The full list can be found here.
Contributing
See CONTRIBUTING.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 metaxy-0.0.1.dev23-py3-none-any.whl.
File metadata
- Download URL: metaxy-0.0.1.dev23-py3-none-any.whl
- Upload date:
- Size: 316.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
128e73199c317e86f158bf7fa738c0f0e267179230ca2c124b9fc45cf4060947
|
|
| MD5 |
72665776a081e8b76d3e2502bece853c
|
|
| BLAKE2b-256 |
342c35cfdd090eca6930ca528dec05ce50d49868bd1ba795aa12e685690fccf4
|