Go to file
Chris Goller eb5f4fbe8a refactor(cmd/influxd): use kit and close all services 2018-10-30 01:57:48 -05:00
.circleci
.github
bolt test(bolt): add bolt database creation test 2018-10-26 17:12:39 -05:00
chronograf
cmd
context
docker
etc
flux
gather
http
inmem
internal
kit
logger
mock
models
nats
pkg
prometheus
query
rand
scripts
snowflake
source
storage
task
telegraf/plugins
testing
toml
tools/tmpl
tsdb
ui
write
zap
.gitignore
.goreleaser.yml
Jenkinsfile
LICENSE
Makefile
README.md
auth.go
authz.go
bucket.go
dashboard.go
dbrp_mapping.go
dbrp_mapping_internal_test.go
dbrp_mapping_test.go
error.go
errors.go
errors.md
errors_test.go
go.mod
go.sum
id.go
id_test.go
macro.go
macro_test.go
measurement.go
onboarding.go
organization.go
query.go
scraper.go
session.go
source.go
status.go
task.go
telegraf.go
telegraf_test.go
token.go
tools.go
usage.go
user.go
user_resource_mapping.go
user_resource_mapping_test.go
view.go
view_test.go
write.go

README.md

InfluxData Platform CircleCI

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

Installation

This project requires Go 1.11 and Go module support. Set GO111MODULE=on or build the project outside of your GOPATH for it to succeed.

For information about modules, please refer to the wiki.

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.