Metadata-Version: 2.1
Name: cheapodb
Version: 0.0.7
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.180)
Requires-Dist: dask[dataframe] (==2.0.0)
Requires-Dist: fastparquet (==0.3.1)
Requires-Dist: joblib (==0.13.2)
Requires-Dist: pandas (==0.24.2)
Requires-Dist: PyAthena (==1.6.1)
Requires-Dist: s3fs (==0.2.1)
Provides-Extra: pandas
Requires-Dist: pandas (>=0.24.0) ; extra == 'pandas'

# cheapodb
[![CircleCI](https://circleci.com/gh/mineralzen/cheapodb.svg?style=svg)](https://circleci.com/gh/mineralzen/cheapodb)
[![PyPI version](https://badge.fury.io/py/cheapodb.svg)](https://badge.fury.io/py/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.

