Go to file
Chris Goller 37bd273acd feat(http): add flux endpoint /v2/query influx 2018-09-04 16:08:00 -05:00
.circleci ci: restore cache for deploy job 2018-08-28 15:20:36 -07:00
.github
bolt docs(http): authorization status is now active or inactive 2018-08-29 13:07:39 -05:00
chronograf chore(chronograf): legend rendering 2018-08-30 09:04:41 -07:00
cmd feat(http): add flux endpoint /v2/query influx 2018-09-04 16:08:00 -05:00
context
docker ci(influxd): add influxd to goreleaser 2018-08-31 12:58:21 -05:00
flux
http feat(http): add flux endpoint /v2/query influx 2018-09-04 16:08:00 -05:00
kit feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
mock feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00
nats feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
prometheus refactor(http): update authorization to use active/inactive status 2018-08-29 13:07:39 -05:00
query spec outlining packages, namespaces, and imports 2018-09-04 10:41:01 -07:00
rand
snowflake revert #442 2018-08-01 14:54:32 -04:00
source chore(cmd/influxd): rename idpd to influxd 2018-08-31 12:52:40 -05:00
task fix(taskd): Make WithTicker not block. (#765) 2018-09-04 10:16:40 -06:00
testing docs(http): authorization status is now active or inactive 2018-08-29 13:07:39 -05:00
zap feat(http): add flux endpoint /v2/query influx 2018-09-04 16:08:00 -05:00
.gitignore chore(cmd/influxd): rename idpd to influxd 2018-08-31 12:52:40 -05:00
.goreleaser.yml ci(influxd): add influxd to goreleaser 2018-08-31 12:58:21 -05:00
Gopkg.lock ci(goreleaser): update to latest goreleaser to support building 2 containers 2018-08-31 13:28:03 -05:00
Gopkg.toml ci(goreleaser): update to latest goreleaser to support building 2 containers 2018-08-31 13:28:03 -05:00
LICENSE
Makefile ci(goreleaser): update to latest goreleaser to support building 2 containers 2018-08-31 13:28:03 -05:00
README.md chore: add status badge to README 2018-08-30 09:24:50 -07:00
auth.go refactor(http): update authorization to use active/inactive status 2018-08-29 13:07:39 -05:00
bucket.go add retention policy name to bucket 2018-08-08 09:37:37 -07:00
dashboard.go feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00
dbrp_mapping.go chore: Add string method to dbrp mapper filter 2018-08-08 15:31:37 -06:00
dbrp_mapping_test.go revert #442 2018-08-01 14:54:32 -04:00
error.go feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00
id.go revert #442 2018-08-01 14:54:32 -04:00
id_test.go revert #442 2018-08-01 14:54:32 -04:00
organization.go revert #442 2018-08-01 14:54:32 -04:00
query.go feat(platform): add uniform query endpoint for sources 2018-08-28 15:53:20 -04:00
source.go feat(platform): add uniform query endpoint for sources 2018-08-28 15:53:20 -04:00
status.go docs(http): authorization status is now active or inactive 2018-08-29 13:07:39 -05:00
task.go chore(platform): remove Last Run field from Task 2018-08-30 11:02:17 -07:00
token.go
usage.go
user.go revert #442 2018-08-01 14:54:32 -04:00
user_resource_mapping.go owner mapping -> user resource mapping 2018-08-02 11:07:03 -07:00
user_resource_mapping_test.go owner mapping -> user resource mapping 2018-08-02 11:07:03 -07:00
view.go feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00
view_test.go feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00

README.md

InfluxData Platform CircleCI

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.