Go to file
Adam Perlin d17beb5b47
Merge pull request #459 from influxdata/ap-flux-increase
Add increase to flux as built in function
2018-07-24 10:46:55 -07:00
.circleci
bolt
cmd
context
docker/flux
http
kit
mock
prometheus
query
rand
snowflake
testing
zap
.gitignore
.goreleaser.yml
Gopkg.lock
Gopkg.toml
LICENSE
Makefile
README.md
auth.go
bucket.go
dashboard.go
dashboard_test.go
dbrp_mapping.go
dbrp_mapping_test.go
id.go
id_test.go
organization.go
owner.go
owner_mapping.go
task.go
token.go
usage.go
user.go

README.md

InfluxData Platform

This is the monorepo for InfluxData Platform, a.k.a. Influx 2.0 OSS.

Vendoring

This project is using dep for vendoring.

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. Learn more about Flux from CTO Paul Dix's presentation.