Installation ============ Base install (file scanners, BI tools — no database drivers): .. code-block:: bash pip install metapod With specific database support: .. code-block:: bash pip install 'metapod[oracle]' # Oracle (oracledb) pip install 'metapod[postgres]' # PostgreSQL (psycopg2) pip install 'metapod[snowflake]' # Snowflake pip install 'metapod[bigquery]' # Google BigQuery pip install 'metapod[azure]' # Azure (ADLS, Blob, ADF) pip install 'metapod[aws]' # AWS S3 pip install 'metapod[mysql]' # MySQL / MariaDB pip install 'metapod[db2]' # IBM DB2 pip install 'metapod[all]' # Everything Docker: .. code-block:: bash docker build -t metapod . docker run -v ./config.yaml:/app/config.yaml metapod "oracle.*"