Linking to Flux from README.md

Making it easier for interested parties to find Flux. Also linking to the best resource so far, which is @pauldix's presentation.
pull/10616/head
Matt Broberg 2018-06-14 14:31:44 +01:00 committed by Matthew Broberg
parent 34e4a2f8ac
commit 7ff267dd17
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ This project is using [`dep`](https://golang.github.io/dep/docs/introduction.htm
Use `dep ensure -vendor-only` when you only need to populate the `vendor` directory to run `go build` successfully,
or run `dep ensure` to both populate the `vendor` directory and update `Gopkg.lock` with any newer constraints.
## Introducing Flux
We recently announced Flux, the MIT-licensed data scripting language (and rename for IFQL). The source for Flux is [in this repository under `query`](query#flux---influx-data-language). Learn more about Flux from [CTO Paul Dix's presentation](https://speakerdeck.com/pauldix/flux-number-fluxlang-a-new-time-series-data-scripting-language).