influxdb@2

Time series database for metrics, events, and data storage

brewmacoslinux
Try with needOr install directly
Source

About

Time series, events, and metrics database

Commands

influxdinflux

Examples

Start the InfluxDB server$ influxd
Create a new bucket for storing time series data$ influx bucket create --name my-bucket --org my-org
Query data using Flux language$ influx query 'from(bucket:"my-bucket") |> range(start: -1h)'