Metadata-Version: 2.1
Name: parkour
Version: 0.0.1
Summary: Data utilities
Home-page: https://github.com/pcarolan/parkour
Author: Pat Carolan
Author-email: patrick.carolan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


[![Build Status](https://github.com/pcarolan/parkour/workflows/Tests/badge.svg)](https://github.com/pcarolan/parkour/actions?query=workflow%3ATests)

#  Parkour

Data replication utility

## Roadmap

+ [X] Connect to a Postgres database
+ [ ] Connect to a MySQL database
+ [X] Stream Data to a generator
+ [ ] Reflect schema from database
+ [ ] Load data and schema to apache arrow format
+ [ ] Save table as Parquet File on disk
+ [ ] Save table as Parquet File on s3


