In a recent project, I worked on interfacing with the InfluxDB HTTP API /query endpoint. InfluxDB is a time series database. The query endpoint accepts SELECT statements with GET. It returns query results in JSON, like this
Continue reading “InfluxDB HTTP API with Spring RestTemplate and Jackson TreeNode”