Skip to content

Unlocked InfluxDB 3.0 "IOx" Community Builds + Examples for Developers & Integrators. Experiment with low-cost storage, unlimited cardinality and FlightSQL APIs

Notifications You must be signed in to change notification settings

refluxdb/influxdb3-community

Repository files navigation

image

Unlocked Community Builds for InfluxDB 3.x IOx (eye-ox) aka InfluxDB3-Core

Motivation

😄 Provide community access to low-cost storage, unlimited cardinality and flightsql
🥵‍ Unlocking "Open Core" limitations only designed to promote Cloud/Enterprise

🔥 This builder is based on the unlocked "InfluxDB3-Core" fork: https://github.com/refluxdb/refluxdb

Nightly Builds

  • docker: docker pull ghcr.io/refluxdb/refluxdb:latest
  • binary: github.com/refluxdb/influxdb3-community/releases/latest/download/influxdb3

Get Started

👉 For a full liste of unlocked features refer to the RefluxDB README

This guide uses Docker and docker-compose. You can run locally using a static build.

Static

curl -fsSL github.com/refluxdb/influxdb3-community/releases/latest/download/influxdb3 -O \
&& chmod +x influxdb3

Docker

The default compose uses local filesystem. Use the full recipe for Object Storage and Postgres Catalog.

docker-compose up -f docker-compose.yml -d

Your local IOx endpoint should be ready on port 8086

Health

Check the instance health:

curl http://127.0.0.1:8086/health

Service Configuration

Your service can be configured by following the InfluxDB3-Core Instructions

IOx Integrations

FlightSQL

Your service can be used with any FlightSQL client or InfluxDB3 Flight client.

InfluxDB3 Explorer

Your service can be used with the InfluxDB3 Explorer

InfluxDB-3-Explorer-08-01-2025_09_33_PM

Grafana Client

Your service can be used with the FlightSQL datasource in Grafana:

image

Once ready, we can perform queries against our data using the FlightSQL query builder:

image

Legal Disclaimers

  • All rights reserved by their respective owners. IOx and InfluxDB are a trademark of Influxdata.
  • This project is not connected or endorsed by Influxdata or the InfluxDB project.
  • Changes in the fork are released under the same License terms as the original software.

About

Unlocked InfluxDB 3.0 "IOx" Community Builds + Examples for Developers & Integrators. Experiment with low-cost storage, unlimited cardinality and FlightSQL APIs

Topics

Resources

Stars

Watchers

Forks

Packages