šŸš§ This platform open-source and is in early development. We welcome feature requests and pull requests! šŸš€

Introduction to InfluxDB 2 & Flux

2020-11-18

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.

šŸ•° Timeline

00:00 - Holding
00:45 - Introductions
08:00 - Installing InfluxDB 2
09:30 - Configuring InfluxDB 2
15:40 - InfluxDB vocbabulary
18:15 - Exploring metrics
44:20 - Dashboards
50:00 - Tasks and downsampling
54:00 - Alerting

šŸŒŽ Resources

@rawkode | David McKay - https://twitter.com/rawkode
InfluxDB - https://github.com/influxdata/influxdb