Installation
The assumption here is the you are using virtual environment virtualenv along with pip.
There are various components that can be installed with data-transport. By default SQL support is always available
by default sql libraries handle Sqlite3+, Microsoft SQLServer, MySQL, Mariadb, PostgreSQL, duckdb
nosql : installs libraries to handle mongodb, cloudant & couchdb
cloud : libraries to handle bigquery, databricks, S3, nextcloud
warehouse : installs libraries to handle apache iceberg, spark, apache drill
other : installs libraries to handle http/https, RabbitMQ, Files
You can specify any combination of
nosql, cloud, warehouse, other or all, by default sql support is provided.
pip install data-transport[nosql,cloud,warehouse,other]@git+https://dev.the-phi.com/git/data-transport/ce
A command line interface (CLI) is installed and can be tested by running the following to see what
$ transport --help