A command line interface for the Data Dealer
Project description
# data-dealer (0.0.4) A Python wrapper for data virtualization, ETL and serialization as a pandas dataframe.
## Installation ` pip install data-dealer`
## Integrations - .json and .csv file formats - MS SQL Server - AWS DynamoDB - AWS Redshift - AWS Athena (In Development) - AWS s3 (In Development)
## Registry In order to begin using the data dealer, you must register some suppliers. The following CLI commands will help you manage your registry
#### Register a new supplier
` dealer registry -s test-supplier -p "dbms=mssql;host=localhost;uname=MyUsername;pword=MyPassword" add`
Valid supplier properties: - dbms (athena, mssql, dynamo) - host - port - uname - pword - aws_key - aws_secret
#### Load a registry from file ` dealer registry -s ~/registry.yaml load `
#### Display current registry ` dealer registry [display|show] `
#### Remove a supplier from the registry ` dealer registry -s test-supplier remove `
## To-Do List: Too many things to count
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for data_dealer-0.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8736cd3a44a92ce6c1a321be98928df7f0dba7c27e8ae563cad1ca35da1551cf |
|
MD5 | e4b83f954a6051eb99753b6f8d3e8abf |
|
BLAKE2b-256 | acbb26a7802f740a98e605da06aa893812ede17fd31911c75a2c936a15e07a81 |