3072c0e3a5 | ||
---|---|---|
.circleci | ||
.github | ||
bolt | ||
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 | ||
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 |
README.md
InfluxData Platform
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.