Metadata-Version: 2.1
Name: wf-honeycomb-io
Version: 2.1.2
Summary: Tools for working with data in Wildflower's Honeycomb database
Home-page: https://github.com/WildflowerSchools/wf-honeycomb-io
Author: Theodore Quinn
Author-email: ted.quinn@wildflowerschools.org
License: UNKNOWN
Keywords: database
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wf-minimal-honeycomb-python (>=0.6.0)
Requires-Dist: pandas (>=1.2.2)
Requires-Dist: numpy (>=1.20.1)
Requires-Dist: boto3 (>=1.17)
Requires-Dist: inflection (>=0.5.1)

# honeycomb_io

Tools for working with data in Wildflower's Honeycomb database

## Installation

`pip install wf-honeycomb-io`

## Task list
* Integrate Honeycomb IO functions from `wf-inference-helpers`
* Integrate Honeycomb IO functions from `cuwb_sensor`
* Integrate Honeycomb IO functions from `wf-inference-airflow`?
* Integrate Honeycomb IO functions from `wf-video-stream-consumer`?
* Integrate Honeycomb IO functions from `wf-pose-producer`?
* Integrate Honeycomb IO functions from `honeycomb-geom-processor`?
* Integrate Honeycomb IO functions from `honeycomb-video-streamer`?
* Integrate Honeycomb IO functions from `wf-honeycomb-service-event-producer`?
* Integrate Honeycomb IO functions from `classroom-video-uploader`?
* Redesign architecture so user doesn't need to create a client
* Create a function for each basic verb:
  - objects()
  - get_object()
  - find_objects()
* Create corresponding functions for each verb/object combination?
* Rewrite existing external functions to use the basic functions above
* Consider replacing existing external functions with the basic functions above (changes API)


