InfluxDB.
It's About Time.

Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

turbine

Fast just got faster. InfluxDB 3.0 is raising the bar.


10x


Better Storage Compression*

100x


Faster Queries Against High-Cardinality Data*

10x


Better Ingest Performance*

* Over InfluxDB Open Source

InfluxDB 3.0 features


046-abstract shape-hl

Single datastore for all time series data

009-marble-hl

Native SQL
support

Low latency
queries

009-marble-hl

Unlimited
cardinality

021-petals-hl

Open and interoperable with data ecosystems

046-abstract shape-hl

Superior data compression

Read
Write
JavaScript Python Go PHP C#
          const {InfluxDB, flux} = require('@influxdata/influxdb-client')
          
          // const url = "https://us-west-2-1.aws.cloud2.influxdata.com";
          const url = "http://localhost:9999";
          const token = 'my-token'
          const org = 'my-org'
          const bucket = 'my-bucket'
          
          const client = new InfluxDB({url: url, token: token})
          const queryApi = client.getQueryApi(org)
          
          const query = flux`from(bucket: "${bucket}") 
            |> range(start: -1d)
            |> filter(fn: (r) => r._measurement == "weatherstation")`
          queryApi.queryRows(query, {
              next(row, tableMeta) {
                  const o = tableMeta.toObject(row)
                  console.log(`${o._time} ${o._measurement}: ${o._field}=${o._value}`)
              },
              error(error) {
                  console.error(error)
                  console.log('Finished ERROR')
              },
              complete() {
                  console.log('Finished SUCCESS')
              },
          })
          
c
c
c
c
c
c
c
c
c
c

Code in the languages you love


Tap into our custom client libraries, powerful APIs and tools, or build it yourself, line by line.

Trusted by developers, from startups to enterprises


InfluxDB is a G2 Leader in Time Series


G2-Leadeer-Winter-2023
G2-MomentumLeadeer-Winter-2023
G2 - Time Series Intelligence Most Implementable
G2 - Time Series Intelligence Easiest Setup
G2-Time Series Intelligence Fastest Implementation

“InfluxDB is a strong database built specifically for time series data. It has made working with such data seamless and easy.”

Verified G2 Reviewer Read reviews