š§ This platform open-source and is in early development. We welcome feature requests and pull requests! š
Introduction to InfluxDB 2 & Flux
InfluxDB is an open source time series platform. This includes APIs for storing and querying data, processing it in the background for ETL or monitoring and alerting purposes, user dashboards, and visualizing and exploring the data and more. The master branch on this repo now represents the latest InfluxDB, which now includes functionality for Kapacitor (background processing) and Chronograf (the UI) all in a single binary.Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It is part of InfluxDB 1.7 and 2.0, but can be run independently of those. This repository contains the language definition and an implementation of the language core.š° Timeline00:00 - Holding00:45 - Introductions08:00 - Installing InfluxDB 209:30 - Configuring InfluxDB 215:40 - InfluxDB vocbabulary18:15 - Exploring metrics44:20 - Dashboards50:00 - Tasks and downsampling54:00 - Alertingš Resources@rawkode | David McKay - https://twitter.com/rawkodeInfluxDB - https://github.com/influxdata/influxdb