InfluxDB: Difference between revisions
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
=Installation= |
=Installation= |
||
http://influxdb.com/download/ |
|||
On OS X |
|||
<pre> |
|||
brew update |
|||
brew install influxdb |
|||
</pre> |
|||
=Premiers Pas= |
=Premiers Pas= |
||
Revision as of 11:32, 30 October 2014
https://github.com/influxdb/influxdb
open-source distributed time series database with no external dependencies.
(metrics, events, and analytics)
developped in Go language
Voir https://speakerdeck.com/pauldix/introducing-influxdb-an-open-source-distributed-time-series-database
Demo sur http://play.influxdb.com/ (source code)
InfluxDB @ AIR
Installation
On OS X
brew update brew install influxdb