zestdb icon indicating copy to clipboard operation
zestdb copied to clipboard

Bulk write of time series data

Open jptmoore opened this issue 7 years ago • 0 comments

Add support for writing an array of values in a single POST.

This would require a timestamp to be included as part of an individual datapoint e.g. {"timestamp": 11111111, "value": 42}. Currently we support timestamps being defined for a POST via the URI which works for single value POSTs.

jptmoore avatar Dec 03 '18 12:12 jptmoore