node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
19.88k stars 3.42k forks source link

Add nodes for reading and writing time series with InfluxDB #462

Closed donsez closed 10 years ago

donsez commented 10 years ago

InfluxDB is an open-source distributed time series database with native UI for time-series visualizations. http://influxdb.com/ https://github.com/influxdb/influxdb

These is a client API for Node.js : https://github.com/bencevans/node-influx

InfluxDB nodes in flows may be a cool feature.

knolleary commented 10 years ago

Hi @donsez

indeed, it would be nice to see nodes for that database, although they would not be part of the core distribution.

For feature requests and the like, please use the mailing list, as there may well be someone in the community who is in a better position to create the nodes than we are.

Nick