Go Share your TimeSeries|NameSpace KeyVal (with leveldb powers) over HTTP|ZeroMQ
__
____ _____ _____/ /_ ____ _________
/ __ `/ __ \ / ___/ __ \/ __ `/ ___/ _ \
/ /_/ / /_/ / (__ ) / / / /_/ / / / __/
\__, /\____/ /____/_/ /_/\__,_/_/ \___/
/____/
A TimeSeries DataStore i.e. a data store built especially for the need of key-value transactions within a time-frame. Particular use-case of tracking change of state for a particular factor over a period of time.
The requirement for FOSS datastore was to be
So it's easy to set-up and quick to dump data over. Most of the alternatives out there are either based off other components to be managed (also increasing up the hops, resource requirements, and more), some are commercial and some both.
Other popular datastores built specifically for time-series data are:
it's "go get"-able
go get "github.com/abhishekkr/goshare"