Go to file
Jonathan A. Sternberg 367793c1bd
Merge pull request from influxdata/js-transpilerd-logger
feat(cmd/transpilerd): follow the logging style guide for transpilerd
2018-05-23 12:28:15 -05:00
.circleci chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
bolt feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
cmd feat(cmd/transpilerd): follow the logging style guide for transpilerd 2018-05-23 12:06:09 -05:00
context
http feat(cmd/transpilerd): follow the logging style guide for transpilerd 2018-05-23 12:06:09 -05:00
kit/errors
mock
prometheus feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
query addr -> url 2018-05-23 03:27:08 -05:00
rand
snowflake
testing test(testing): fix find authorization by token test 2018-05-22 13:25:05 -04:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
.goreleaser.yml chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
Gopkg.lock chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
Gopkg.toml chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
LICENSE
Makefile chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
README.md
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
id.go
organization.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.