-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
This isn't really an issue, but i'm wondering a few things !
Is it compatible with actual influxDB (v1.3 when i write this).
Do you plan to make this grow ? For example support the tags escaping, and adding functions to manage permission inside influx ?
It would also be great to be able to specify time precision, as the default unit in influxDB is nanosecond, and most people don't want that (at least i don't want that).
I'm asking you all these questions because i'm using node.js and i need, at the very least, to insert data in influxDB. And this is actually the only (supposedly up to date), javascript library i found.
There is no more node.js client for now as you probably know, which is a pain in the ass right now ...
Edit : i might be interested to help you develop this library, or maybe even make a more complete new one (assuming you don't want this on node and want to keep this version as small as possible).