Flux
A UX Review of Flux Joins vs. Pandas Joins
InfluxData recently released the latest versions of Chronograf and InfluxDB. With them comes the technical preview of Flux. Flux is the new query language and engine for time series data. The documentation for Flux can be found here. In a previous...
InfluxDB: How to Do Joins, Math across Measurements
If you’re part of the InfluxData community, then you’ve probably wanted to perform math across measurements at some point. You did some googling and stumbled on this GitHub issue 3552 and shed a small tear. Well, today I get to be...
Making Flux Queries in Rails
Now that we’ve launched Flux, a combination query and scripting language, you’re probably eager to start playing around with it in your apps. We’re in the process of building libraries for a number of languages, but in the meantime, you can...
How To: Building Flux Queries in Chronograf
As you all may or may not know (and if you don’t, you haven’t been reading my posts!), I’ve built an embedded IoT gateway proof of concept device that runs (of course) InfluxDBreally the entire TICK Stackand collects data from connected...
Flux Office Hours Scheduled and More Flux Blog Posts Coming Soon
Flux is InfluxData’s new functional data scripting language designed for querying, analyzing, and interacting with data. We recently launched Flux(0.7) as part of the InfluxDB 1.7 and Chronograf 1.7 released last week. The developers who attended last week’s InfluxDays event in...
Flux 0.7 Technical Preview
As part of the release of InfluxDB 1.7, we have provided integrated access to a technical preview of Flux. If you haven’t been keeping up with what we are up to, Flux is InfluxData’s new functional data scripting language designed for...
Learning Flux (#fluxlang) is About As Difficult As Learning an API
Flux (#fluxlang) is the new data scripting language that we’re creating to make querying and analyzing time series and other kinds of data quick and easy. Flux will be able to work with data from InfluxDB, Prometheus, relational databases, CSV files,...
Why We're Building Flux, a New Data Scripting and Query Language
Last month I gave a talk at InfluxDays London about Flux (#fluxlang), the new query and scripting language we’re building for InfluxDB 2.0. One of the more common questions I get when I talk about Flux is why? Why would you...
Schema Queries in Flux (formerly IFQL)
InfluxQL facilitates schema exploration via a number of meta queries, which include SHOW MEASUREMENTS, SHOW TAG KEYS, SHOW TAG VALUES and SHOW FIELD KEYS. Flux (formerly IFQL) has united these concepts, such that schema is made up of tags keys and values. This unification provides greater...
InfluxData is Building a Fast Implementation of Apache Arrow in Go Using c2goasm and SIMD
InfluxData is pleased to announce our contribution to the Apache Arrow project. Essentially, we are contributing work that we already started: the development of a Go implementation of Apache Arrow. We believe in open source and are committed to participating in and contributing...