Metaxy Integrations¶
Orchestration¶
-
Orchestration • Data Platform
Integrate Metaxy with Dagster using ConfigurableResource to manage metadata stores in your data pipelines.
Metadata Stores¶
Learn more about metadata stores here.
-
Storage Only
Store metadata in Delta Lake format with support for local filesystem and remote object stores (S3, Azure, GCS).
-
Database
Columnar database optimized for vector search and multimodal data with embedded (local) and external (object store or LanceDB Cloud) deployments.
-
Database
Store metadata in DuckDB with support for local files, in-memory databases, and MotherDuck cloud.
-
Database
Leverage ClickHouse for large metadata volumes and high-throughput setups.
-
Database
Use Google BigQuery as a scalable serverless metadata store on GCP.
Plugins¶
-
ORM • Database
Retrieve SQLAlchemy URLs and
MetaDatafor the current Metaxy project from MetaxyMetadataStoreobjects. -
ORM • Database
Adds
SQLModelcapabilities tometaxy.BaseFeatureclass.