It's About Time.
Build on InfluxDB.

The Time Series Data Platform where developers build IoT, analytics, and cloud applications.

Powered by Iogo

Loft Orbital uses InfluxDB to manage spacecraft operations with large volumes of telemetry.

Read more

Powered by Iogo

Spiio’s platform, built on InfluxDB, provides insights to optimize irrigation decision making.

Read more

Powered by Iogo

Factry.io built a data historian with InfluxDB to predict renewable energy output from a wind farm.

Read more

InfluxDB is the time series platform

006-umbrella-hl

A powerful API & toolset for real-time applications

29-sound wave-prpl-hl

A high-performance time series engine

020-friends-hl-green

A massive community of cloud and open source developers

Code in the languages you love

Tap into our custom client libraries, powerful APIs and tools

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

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