/influxdb

InfluxDB POC

Primary LanguageCSS

InfluxDB POC

A simple test for evaluating influxdb

The site can be visited at: http://duego.github.io/influxdb/
Influxdb interface at: http://influxdb.lan:8083

Cluster admin: root / root
Database admin: test / test / test

Examples

To see the last few seconds of mock data that was inserted, issue this query in the admin interface:

select * from test.requests where time > now() - 2s