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

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