metapod — Lightweight Metadata Probes

155 probes across 40 data sources. Extract metadata from databases, cloud platforms, BI tools, ETL pipelines, and file systems.

Runs inside your network. Extracts only metadata — no raw data leaves the perimeter. Output is local JSON files that you control.

pip install metapod-probes
metapod run "oracle.metadata.*" --config config.yaml
# Output in ./output/oracle/metadata/*.json — done.

# Optional: push to a catalog platform
metapod push --target https://dataflix.example.com --project my-project

Use cases

  • Data catalog population — feed DataHub, OpenMetadata, Atlan, Collibra, or Dataflix

  • Schema documentation — extract and version-control your database schema as JSON

  • Migration assessment — inventory all objects before a cloud migration

  • CI/CD metadata — validate schema changes in pull requests

  • Compliance audit — inventory all tables/columns for GDPR/BCBS data mapping

  • Incremental monitoring — detect schema drift with delta mode

Indices and tables