zestdb
zestdb copied to clipboard
ZestDB
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":...
The current API is path based and only operates on a single stream of time series data. This API does not scale well or support joining together and carrying out...
Once a store has had a reasonable amount of data written to it, there is a delay at startup. This is fine but calls to the API during this time...
It is possible to write to the store faster than the smallest resolution of the timestamp in milliseconds. When this happens the data return by latest, earliest API calls can...
At the moment you can tag a time series value but it is restricted to name and string value. It would be good to extend this to allow some kind...
Currently the server is configured from command line args but this does not scale well as the options increase. Should replace with a configuration file of some standard format.