Metadata-Version: 2.1
Name: cheapodb
Version: 0.0.5
Summary: Opinionated implementation of AWS Glue
Home-page: https://github.com/mineralzen/cheapodb
Author: Cole Howard
Author-email: cole@mineralzen.com
License: MIT
Keywords: data,aws
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: boto3 (==1.9.169)
Requires-Dist: PyAthena (==1.6.1)
Provides-Extra: pandas
Requires-Dist: pandas (>=0.24.0) ; extra == 'pandas'

# cheapodb

A very opinionated, very basic implementation of AWS Glue targeting Athena and S3.  

This is probably only useful to us. We wanted a dirt cheap way to persist scraped, raw data with
querying ability.

