InfluxDB – Open-source distributed time-series, events, and metrics database
1–10 of 79 posts
Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#2Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#3My implementation would output a chart given parameters:
/chart.png?metric=whatever&time=12h&interval=10m
Are there any plans for easy output of graphs?
Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#4Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#5Very cool, I actually made a basic version of this (only implemented increment) with Go for the same reasons, just drop it on a server and run it. My implementation would output a chart given parameters: /chart.png?metric=whatever&time=12h&interval=10m Are there any plans for easy output of graphs?
Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#6I know it's early days but I didn't see any information about cluster management - how does one setup an Influx cluster, can it be resized, what kind of hardware does it prefer?
Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#7Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#8Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#9I'm one of the committers. The project is still early stage. At this point we're looking for feedback on the API, which we're planning on finalizing this month. Would love to hear about anything you'd like changed or added to the API.
I would simply use functions and operators over time series or data frame types. Perhaps take a look at the R zoo library for examples of more advanced things people do with time series.
Re: InfluxDB – Open-source distributed time-series, events, and metrics database
#10I think there is a hackernews rule someplace that a more interesting tech alternative shows up right when you decided to go with something else.
For reference here is the list I created when researching these:
http://opentsdb.net/overview.html Built on HBASE
http://www.gocircuit.org/vena.html Built on go + go'circult uses google's leveldb
https://code.google.com/p/kairosdb/ A rewrite of opentsdb which can use Cassandra
http://blueflood.io/ Built by Rackspace, decent but still seems a bit immature
http://graphite.wikidot.com/ Obligatory Graphite reference (uses whisper, new backend called 'ceres' is being developed)
https://github.com/agoragames/kairos (yet another 'kairos', alternative backends for graphite - SQL, redis, or mongo)
Riak seems to be popular with SASS metric providers (hosted graphite, boundary). There isn’t any code but there are a couple of talks that explain how and why they went with Riak:
http://basho.com/hosted-graphite-uses-riak-to-store-all-cust... http://boundary.com/blog/tag/tech-talks/