Go to file
Nathaniel Cook 80acc8d8c4 chore: Rename block to table 2018-07-13 09:56:35 -06:00
.circleci chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
bolt feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
cmd chore(http): integrate with prom.Registry 2018-07-11 16:54:23 -07:00
context fix(http): fix auth header 2018-06-04 15:26:50 -07:00
http chore(http): integrate with prom.Registry 2018-07-11 16:54:23 -07:00
kit feat(kit/prom): add kit/prom and kit/prom/promtest 2018-07-11 16:54:23 -07:00
mock migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
prometheus chore(prometheus): don't use global prometheus registry 2018-07-11 16:54:23 -07:00
query chore: Rename block to table 2018-07-13 09:56:35 -06:00
rand fix(rand): rename *_genator.go to *.go 2018-05-16 11:45:13 -04:00
snowflake fix(snowflake): rename *_generator.go to *.go 2018-05-16 11:45:13 -04:00
testing chore: Add testing helpers for DBRPMapping 2018-07-12 13:43:06 -06:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore chore(ifql): Rename IFQL to Flux 2018-06-11 09:26:10 -06:00
.goreleaser.yml chore(release): Rename release paths from macOS to darwin 2018-06-19 15:09:55 -06:00
Gopkg.lock feat(kit/prom): add kit/prom and kit/prom/promtest 2018-07-11 16:54:23 -07:00
Gopkg.toml chore(vendor): update tdigest library fixing percentile panics 2018-07-11 11:51:03 -05:00
LICENSE Initial commit 2018-05-09 09:17:31 -07:00
Makefile fix(Makefile): Nightly builds had wrong path 2018-07-02 10:36:41 -06:00
README.md Linking to Flux from README.md 2018-06-15 10:54:00 +01:00
auth.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
bucket.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
dashboard.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
dashboard_test.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
dbrp_mapping.go chore: Add testing helpers for DBRPMapping 2018-07-12 13:43:06 -06:00
id.go fix(platform): rename *_generator.go to *.go 2018-05-16 11:45:13 -04:00
organization.go migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
task.go feat(platform/task): add organization to tasks 2018-06-26 14:52:01 -07:00
token.go fix(platform): rename *_generator.go to *.go 2018-05-16 11:45:13 -04:00
usage.go migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
user.go migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00

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.