InfluxDB: Difference between revisions

From air
Jump to navigation Jump to search
Line 30: Line 30:
influxdb -config=/usr/local/etc/influxdb.conf
influxdb -config=/usr/local/etc/influxdb.conf
</pre>
</pre>

Naviguez sur http://localhost:8083/
username : root & password : root

Pensez à changer ces valeurs quand vous mettez influxdb en production


=Premiers Pas=
=Premiers Pas=

Revision as of 12:30, 30 October 2014

http://influxdb.com/

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

http://influxdb.com/download/

On OS X

brew update
brew install influxdb

Démarrage

influxdb -config=/usr/local/etc/influxdb.conf

Naviguez sur http://localhost:8083/ username : root & password : root

Pensez à changer ces valeurs quand vous mettez influxdb en production

Premiers Pas

Premières Requêtes

Node.js

Node-RED