Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comptibility & Documentation ? #3

Open
NoxWorld258 opened this issue Aug 31, 2017 · 2 comments
Open

Comptibility & Documentation ? #3

NoxWorld258 opened this issue Aug 31, 2017 · 2 comments

Comments

@NoxWorld258
Copy link

NoxWorld258 commented Aug 31, 2017

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).

@boynet
Copy link
Owner

boynet commented Aug 31, 2017

Hi the sad thing is I stopped using influxdb :/

about time precision you just need to append precision=ms parameter to the end of the host url like:
influxdb = new Influxdb('http://127.0.0.1:8086/write?db=DBNAME&precision=ms');

the options are precision=[n,u,ms,s,m,h]

about v1.3
I need to check if the http api got changed but I don't think so its should work.

about node.js I don't have any problem against it, but for using a simple http api I don't understand how the other libraries are so big in size(and probably perfomance) the size for me its just a indicator of performance in this case.

would love to get help or If you want to create a new fork of course you can do it with no problems :)

@NoxWorld258
Copy link
Author

NoxWorld258 commented Aug 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants