KeenClient-Python
KeenClient-Python copied to clipboard
Official Python client for the Keen IO API. Build analytics features directly into your Python apps.
Mostly more verbose logging. Open to other suggestions for debug mode as well.
Right now, all queries are sent via a GET, which can have limits on its length. Would be great to have the option to POST a query with the params...
Investigate what happens when trying to do an update of a Saved/Cached Query definition such that an element in a nested array is the target of the update. Filters, Funnel...
If the call .add_event() fails due to the connectivity issues to your servers or some other reason, it will throw an exception that will kill the thread that called it....