asyncinflux

Uses codap to provide async influxdb


Keywords
influxdb, threading, gevent, eventlet, coroutine
License
Apache-2.0
Install
pip install asyncinflux==0.0.1

Documentation

asyncinflux

Travis Build Status

Async InfluxDB writer Python library.

This is just a little hack for writing async to an influx database. IT REQUIRES gevent.

pip install gevent asyncinflux --upgrade