Skip to content
Scalable datastore for metrics, events, and real-time analytics
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci ci: fail build if binary files committed Mar 15, 2019
.github Add CHANGELOG.md to PR template Mar 20, 2019
authorizer feat(kv): add new update Mar 28, 2019
bolt feat(kv): add new update Mar 28, 2019
chronograf chore: update staticcheck to latest Mar 25, 2019
cmd Merge pull request #12955 from influxdata/auth_description_update Mar 29, 2019
context feat(http): query client fallback uses context auth Mar 4, 2019
docker chore(docker): Update Influxd Dockerfile Jan 24, 2019
docs Create documentation for updating api client and updating swagger Feb 20, 2019
etc ci: fail build if binary files committed Mar 15, 2019
flux chore: rename imports from platform to influxdb Jan 10, 2019
fs fix(http/proto): return 404 if proto not found Mar 29, 2019
gather Revert "Merge point parse & explode." Mar 2, 2019
http fix(http): update swagger to include correct label add responses Apr 1, 2019
inmem feat(kv): add new update Mar 28, 2019
internal chore(Makefile): remove yq dependency to generate ts client Dec 18, 2018
kit
kv feat(kv): add new update Mar 28, 2019
logger remove unused trace_id field from log (#12878) Mar 25, 2019
mock feat(kv): add new update Mar 28, 2019
models ddress PR feedback Mar 7, 2019
nats fix(gather): add all subscribers to a single nats queue group Jan 23, 2019
pkg fix(tasks): make durations visibly show up nicely Mar 29, 2019
prometheus feat(kv): add new update Mar 28, 2019
proto fixing system dash Mar 7, 2019
query Merge branch 'master' into flux-staging Apr 1, 2019
rand chore: rename imports from platform to influxdb Jan 10, 2019
scripts refactor: modify tooling to take advantage of go run Oct 15, 2018
snowflake chore: rename imports from platform to influxdb Jan 10, 2019
source chore: rename imports from platform to influxdb Jan 10, 2019
storage chore(storage): Don't log every read request (#12881) Mar 25, 2019
task fix(tasks): make durations visibly show up nicely Mar 29, 2019
telegraf/plugins chore: add back whitespace Mar 8, 2019
telemetry feat(telemetry): update redirection website for telemetry information Jan 23, 2019
testing feat(kv): add new update Mar 28, 2019
toml chore: rename imports from platform to influxdb Jan 10, 2019
tools/tmpl refactor: modify tooling to take advantage of go run Oct 15, 2018
tsdb change an inaccurate comment Mar 30, 2019
ui Merge pull request #13035 from influxdata/org-reborg Apr 1, 2019
uuid chore: rename imports from platform to influxdb Jan 10, 2019
vault fix(vault): correct testcontainers-go dep Jan 24, 2019
write chore: rename imports from platform to influxdb Jan 10, 2019
zap feat(kv): add new update Mar 28, 2019
.editorconfig chore: add .editorconfig and enable in CI Feb 20, 2019
.gitignore chore: update staticcheck to latest Mar 25, 2019
.goreleaser-nightly.yml ci(goreleaser): create a release version of goreleaser Jan 23, 2019
.goreleaser.yml ci(release): prefix archives with influxdb Jan 23, 2019
CHANGELOG.md Add the ability to edit token's description Apr 1, 2019
LICENSE Initial commit May 9, 2018
Makefile ci: fail build if binary files committed Mar 15, 2019
README.md feat(kv): implemented key/value store with end-to-end integration tests Feb 19, 2019
api-compat.Jenkinsfile ci: rename api-compatibility Jenkinsfile Jan 11, 2019
appveyor.yml ci: stop whitelisting appveyor branches Jan 14, 2019
auth.go
authz.go fix(swagger): synchronize permission enum with code Mar 19, 2019
authz_test.go fix(influxdb): change resource to resource type Jan 15, 2019
bucket.go fix(query): improve preauthorizer errors on unknown buckets Jan 19, 2019
build.go feat(influxdb): Add global BuildInfo Mar 14, 2019
dashboard.go remove ViewService interface Mar 7, 2019
dashboard_test.go remove ViewService interface Mar 7, 2019
dbrp_mapping.go chore: rename imports from platform to influxdb Jan 10, 2019
dbrp_mapping_internal_test.go chore: rename imports from platform to influxdb Jan 10, 2019
dbrp_mapping_test.go chore: rename imports from platform to influxdb Jan 10, 2019
document.go fix(http): fix template not found error Mar 26, 2019
error.go chore: rename imports from platform to influxdb Jan 10, 2019
errors.go fix(swagger): synchronize enum with defined error constants Mar 1, 2019
errors.md feat(errors): add errors lib Sep 8, 2018
errors_test.go chore: rename imports from platform to influxdb Jan 10, 2019
example_test.go chore: rename imports from platform to influxdb Jan 10, 2019
go.mod deps: upgrade to flux 0.24.0 Apr 1, 2019
go.sum deps: upgrade to flux 0.24.0 Apr 1, 2019
id.go chore: rename imports from platform to influxdb Jan 10, 2019
id_test.go chore: rename imports from platform to influxdb Jan 10, 2019
keyvalue_log.go feat(kv): implemented key/value store with end-to-end integration tests Feb 19, 2019
label.go fix(authorizer): labels can be created if the user has read access to… Mar 19, 2019
label_test.go fix(label): add organizationID to labels Mar 19, 2019
lookup.go fix(influxdb): change resource to resource type Jan 15, 2019
measurement.go chore: rename imports from platform to influxdb Jan 10, 2019
onboarding.go feat(kv): implemented key/value store with end-to-end integration tests Feb 19, 2019
operation_log.go chore: rename imports from platform to influxdb Jan 10, 2019
organization.go chore: rename imports from platform to influxdb Jan 10, 2019
package-lock.json Add ability to create a new template variable Feb 14, 2019
paging.go filter buckets by FindOptions Jan 16, 2019
passwords.go feat(kv): implemented key/value store with end-to-end integration tests Feb 19, 2019
proto.go fix(influxdb): use string representation of cell ids for views Jan 23, 2019
query.go chore: rename imports from platform to influxdb Jan 10, 2019
scraper.go feat(influxdb): add urm for scraper Jan 23, 2019
secret.go chore(influxdb): secret not found error Jan 22, 2019
session.go feat(http): convert user sessions to auth for query service Mar 7, 2019
source.go feat(influxdb): default source find options Jan 18, 2019
status.go feat(kv): add new update Mar 28, 2019
task.go fix(tasks): make durations visibly show up nicely Mar 29, 2019
task_test.go fix(tasks): make durations visibly show up nicely Mar 29, 2019
telegraf.go feat(telegraf): allow config to be empty Mar 18, 2019
telegraf_test.go feat(telegraf): allow config to be empty Mar 18, 2019
token.go chore: rename imports from platform to influxdb Jan 10, 2019
tools.go chore: add .editorconfig and enable in CI Feb 20, 2019
usage.go chore: rename imports from platform to influxdb Jan 10, 2019
user.go feat(kv): implemented key/value store with end-to-end integration tests Feb 19, 2019
user_resource_mapping.go feat(influxdb): add support for templates Mar 6, 2019
user_resource_mapping_test.go fix(influxdb): change resource to resource type Jan 15, 2019
variable.go Rename all occurences of Macro to Variable Feb 14, 2019
variable_test.go Rename all occurences of Macro to Variable Feb 14, 2019
write.go chore: rename imports from platform to influxdb Jan 10, 2019

README.md

InfluxDB CircleCI

InfluxDB is an open source time series platform. This includes APIs for storing and querying data, processing it in the background for ETL or monitoring and alerting purposes, user dashboards, and visualizing and exploring the data and more. The master branch on this repo now represents InfluxDB 2.0, which includes functionality for Kapacitor (background processing) and Chronograf (the UI). If you are looking for the 1.x line of releases, there are branches for each of those. InfluxDB 1.8 will be the next (and likely last) release in the 1.x line and the working branch is here.

If you are looking for the InfluxDB 1.x Go Client, we've created a new repo for that. There will be a Go client for the 2.0 API coming very soon.

State of the Project

The latest InfluxDB 1.x is the stable release and recommended for production use. InfluxDB 2.0 (what's in the master branch) is currently in the alpha stage. This means that it is not recommended for production usage. There may be breaking API changes, breaking changes in the Flux language, changes in the underlying storage format that will require you to delete all your data, and significant changes to the UI. The alpha is intended for feature exploration and gathering feedback on the available feature set. It should not be used for performance testing, benchmarks, or other stress tests.

Additional features will arrive during the weekly alpha updates. We will be cutting versioned releases every week starting in the first week of February. There will also be nightly builds.

Once we close on the final feature set of what will be in the first release of InfluxDB in the 2.x line, we will move into the beta phase. At that point, our intention is to avoid making breaking changes to the API or the Flux language. However, it still may be necessary to do so. We will do our best to keep this to an absolute minimum and clearly communicate ANY and ALL changes in this regard via the changelog.

The beta will still not be recommended for production usage. During the beta period we will focus on bug fixes, performance, and additive features (where time permits).

What you can expect Alpha and Beta Phases

Alpha

Weekly alpha releases with incremental feature additions and changes to the user interface

Planned additions include:

  • Initial alpha release only supports a single user through the UI and the permission assigned via the security token are "full access". This restriction will be relaxed delivering the ability to define multiple users and change the access permissions provided via the token.
  • Compatibility layer with 1.x including: 1.x HTTP Write API and HTTP Read API support for InfluxQL
  • Import Bulk Data from 1.x - convert TSM from 1.x to 2.x
  • Delete API w/ predicates for time (and other)

Beta

Releases every 2 - 3 weeks or as needed

Planned activities include:

  • Performance tuning, stability improvements, and fine tuning based on community feedback.
  • Finalization of supported client libraries starting with JavaScript and Go.

What is NOT planned?

  • Migration of users/security permissions from InfluxDB v1.x to 2.x. ACTION REQUIRED: Re-establish users and permissions within the new unified security model which now spans the underlying database and user interface.
  • Migration of Continuous Queries. ACTION REQUIRED: These will need to be re-implemented as Flux tasks.
  • Direct support by InfluxDB for CollectD, StatsD, Graphite, or UDP. ACTION REQUIRED: Leverage Telegraf 1.9+ along with the InfluxDB v2.0 output plugin to translate these protocols/formats.

Installing from Source

We have nightly and weekly versioned Docker images, Debian packages, RPM packages, and tarballs of InfluxDB 2.0 available at the InfluxData downloads page.

Building From Source

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.

If you are getting an error loading module requirements error with bzr executable file not found in $PATH” on make, brew install bazaar (on macOS) before continuing. This error will also be returned if you have not installed npm. On macOS, brew install npm will install npm.

For information about modules, please refer to the wiki.

A successful make run results in two binaries, with platform-dependent paths:

$ make
...
env GO111MODULE=on go build -tags 'assets ' -o bin/darwin/influx ./cmd/influx
env GO111MODULE=on go build -tags 'assets ' -o bin/darwin/influxd ./cmd/influxd

influxd is the InfluxDB service. influx is the CLI management tool.

Start the service. Logs to stdout by default:

$ bin/darwin/influxd

Getting Started

To write and query data or use the API in any way, you'll need to first create a user, credentials, organization and bucket. Everything in InfluxDB 2.0 is organized under a concept of an organization. The API is designed to be multi-tenant. Buckets represent where you store time series data. They're synonymous with what was previously in InfluxDB 1.x a database and retention policy.

The simplest way to get set up is to point your browser to http://localhost:9999 and go through the prompts.

Note: Port 9999 will be used during the alpha and beta phases of development of InfluxDB v2.0. This should allow a v2.0-alpha instance to be run alongside a v1.x instance without interfering on port 8086. InfluxDB v2.0 will thereafter continue to use 8086.

You can also get set up from the CLI using the subcommands influx user, influx auth, influx org and influx bucket, or do it all in one breath with influx setup:

$ bin/darwin/influx setup
Welcome to InfluxDB 2.0!
Please type your primary username: user

Please type your password: hunter2

Please type your password again: hunter2

Please type your primary organization name.: my-org

Please type your primary bucket name.: my-bucket

Please type your retention period in hours.
Or press ENTER for infinite.: 72


You have entered:
  Username:          user
  Organization:      my-org
  Bucket:            my-bucket
  Retention Period:  72 hrs
Confirm? (y/n): y

UserID                  Username        Organization    Bucket
033a3f2c5ccaa000        user            my-org          my-bucket
Your token has been stored in /Users/you/.influxdbv2/credentials

You may get into a development loop where influx setup becomes tedious. Some added flags can help:

$ bin/darwin/influx setup --username user --password hunter2 --org my-org --bucket my-bucket --retention 168 --token my-token --force

~/.influxdbv2/credentials contains your auth token. Most influx commands read the token from this file path by default.

You may need the organization ID and bucket ID later:

$ influx org find
ID                      Name
033a3f2c708aa000        my-org
$ influx bucket find
ID                      Name            Retention       Organization    OrganizationID
033a3f2c710aa000        my-bucket       72h0m0s         my-org          033a3f2c708aa000

Write to measurement m, with tag v=2, in bucket my-bucket, which belongs to organization my-org:

$ bin/darwin/influx write --org my-org --bucket my-bucket --precision s "m v=2 $(date +%s)"

Write the same point using curl:

curl --header "Authorization: Token $(cat ~/.influxdbv2/credentials)" --data-raw "m v=2 $(date +%s)" "http://localhost:9999/api/v2/write?org=033a3f2c708aa000&bucket=033a3f2c710aa000&precision=s"

Read that back with a simple Flux query (currently, the query subcommand does not have a --org flag):

$ bin/darwin/influx query --org-id 033a3f2c708aa000 'from(bucket:"my-bucket") |> range(start:-1h)'
Result: _result
Table: keys: [_start, _stop, _field, _measurement]
                   _start:time                      _stop:time           _field:string     _measurement:string                      _time:time                  _value:float
------------------------------  ------------------------------  ----------------------  ----------------------  ------------------------------  ----------------------------
2019-01-10T19:24:06.806244000Z  2019-01-10T20:24:06.806244000Z                       v                       m  2019-01-10T20:04:09.000000000Z                             2

Use the fancy REPL:

$ bin/darwin/influx repl --org my-org
> from(bucket:"my-bucket") |> range(start:-1h)
Result: _result
Table: keys: [_start, _stop, _field, _measurement]
                   _start:time                      _stop:time           _field:string     _measurement:string                      _time:time                  _value:float
------------------------------  ------------------------------  ----------------------  ----------------------  ------------------------------  ----------------------------
2019-01-10T19:36:23.361220000Z  2019-01-10T20:36:23.361220000Z                       v                       m  2019-01-10T20:04:09.000000000Z                             2
>

Introducing Flux

We recently announced Flux, the MIT-licensed data scripting language (previously named IFQL). The source for Flux is available on GitHub. Learn more about Flux from CTO Paul Dix's presentation.

CI and Static Analysis

CI

All pull requests will run through CI, which is currently hosted by Circle. Community contributors should be able to see the outcome of this process by looking at the checks on their PR. Please fix any issues to ensure a prompt review from members of the team.

The InfluxDB project is used internally in a number of proprietary InfluxData products, and as such, PRs and changes need to be tested internally. This can take some time, and is not really visible to community contributors.

Static Analysis

This project uses the following static analysis tools. Failure during the running of any of these tools results in a failed build. Generally, code must be adjusted to satisfy these tools, though there are exceptions.

  • go vet checks for Go code that should be considered incorrect.
  • go fmt checks that Go code is correctly formatted.
  • go mod tidy ensures that the source code and go.mod agree.
  • staticcheck checks for things like: unused code, code that can be simplified, code that is incorrect and code that will have performance issues.

staticcheck

If your PR fails staticcheck it is easy to dig into why it failed, and also to fix the problem. First, take a look at the error message in Circle under the staticcheck build section, e.g.,

tsdb/tsm1/encoding.gen.go:1445:24: func BooleanValues.assertOrdered is unused (U1000)
tsdb/tsm1/encoding.go:172:7: receiver name should not be an underscore, omit the name if it is unused (ST1006)

Next, go and take a look here for some clarification on the error code that you have received, e.g., U1000. The docs will tell you what's wrong, and often what you need to do to fix the issue.

Generated Code

Sometimes generated code will contain unused code or occasionally that will fail a different check. staticcheck allows for entire files to be ignored, though it's not ideal. A linter directive, in the form of a comment, must be placed within the generated file. This is problematic because it will be erased if the file is re-generated. Until a better solution comes about, below is the list of generated files that need an ignores comment. If you re-generate a file and find that staticcheck has failed, please see this list below for what you need to put back:

File Comment
query/promql/promql.go //lint:file-ignore SA6001 Ignore all unused code, it's generated
proto/bin_gen.go //lint:file-ignore ST1005 Ignore error strings should not be capitalized

End-to-End Tests

CI also runs end-to-end tests. These test the integration between the influx server the ui. You can run them locally in two steps:

  • Start the server in "testing mode" by running make run-e2e.
  • Run the tests with make e2e.
You can’t perform that action at this time.