Incursion is an MIT Licensed InfluxDB client, written in Python, for developers.
The existing InfluxDB python client is great. This client is built on that but many python developers have come to expect a programmatic method for building queries on top of a raw unstructured query interface.
Incursion was built to bring a new pattern to your InfluxDB Queries.
- Query Builder Pattern
- Lots of tests
- Safety first (all queries have a limit unless explicitly turned off)
- Ready for contributors (seriously, this should be a community project)
To install Incursion, simply:
$ pip install incursion
- Continuous Query Manager (fanouts and downsampling)
- In-app joining fanout query results to source series results
- Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
- Write a test which shows that the bug was fixed or that the feature works as expected.
- Send a pull request :) Make sure to add yourself to AUTHORS.