InfluxDB example or library

Hi all. Is there a library or code example for use of processing with influxDB? From a remote web address.

I know influxDB does support Rest API. But not sure how to implement this in processing.

Example code would be fantastic.

Thank you.

hi! welcome to the forum! they seem to have a java client library

is your objective to send data to the database, or retrieve the data for visualization (or both)?

Iā€™m super lazy person so I would simply use node.js with influxdb npm package and use websocket or OSC to send data from processing.

2 Likes

Hi thank you for your reply.
I want to read from influxdb and use processing to visualize data.