
Unlocked Community Builds for InfluxDB 3.x IOx (eye-ox) aka InfluxDB3-Core
😄 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
- docker:
docker pull ghcr.io/refluxdb/refluxdb:latest
- binary:
github.com/refluxdb/influxdb3-community/releases/latest/download/influxdb3
👉 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.
curl -fsSL github.com/refluxdb/influxdb3-community/releases/latest/download/influxdb3 -O \
&& chmod +x influxdb3
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
Check the instance health:
curl http://127.0.0.1:8086/health
Your service can be configured by following the InfluxDB3-Core Instructions
Your service can be used with any FlightSQL client or InfluxDB3 Flight client.
Your service can be used with the InfluxDB3 Explorer

Your service can be used with the FlightSQL datasource in Grafana:
Once ready, we can perform queries against our data using the FlightSQL query builder:
- 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.