me-box / zestdb

ZestDB
MIT License
18 stars 3 forks source link

Bulk write of time series data #29

Open jptmoore opened 5 years ago

jptmoore commented 5 years ago

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.