You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InfluxDB Core is a database built to collect, process, transform, and store event and time series data. It is ideal for use cases that require real-time ingest and fast query response times to build user interfaces, monitoring, and automation solutions.
Common use cases include:
Monitoring sensor data
Server monitoring
Application performance monitoring
Network monitoring
Financial market and trading analytics
Behavioral analytics
InfluxDB is optimized for scenarios where near real-time data monitoring is essential and queries
need to return quickly to support user experiences such as dashboards and interactive user interfaces.
InfluxDB 3 Core’s feature highlights include:
Diskless architecture with object storage support (or local disk with no dependencies)
Fast query response times (under 10ms for last-value queries, or 30ms for distinct metadata)
Embedded Python VM for plugins and triggers
Parquet file persistence
Compatibility with InfluxDB 1.x and 2.x write APIs
Compatability with InfluxDB 1.x query API (InfluxQL)
SQL query engine with support for FlightSQL and HTTP query API
Project Status
InfluxDB 3 Core is GA as of April 15, 2025! We plan to have monthly point releases for the following six months, with patch releases as needed. We will move to a quarterly cadence after that for 3-4 releases, after which we'll reevaluate our release schedule.
Join the InfluxDB3 Discord
or the public channels below to share your feedback, feature requests, and bug reports.
Try InfluxDB Cloud for free and get started fast with no local setup required. Click here to start building your application on InfluxDB Cloud.
Installation
We have nightly and versioned Docker images, Debian packages, RPM packages, and tarballs of InfluxDB available on the InfluxData downloads page. We also provide the InfluxDB command line interface (CLI) client as a separate binary available at the same location.
The open source software we build is licensed under the permissive MIT or Apache 2 licenses at the user's choosing. We’ve long held the view that our open source code should be truly open and our commercial code should be separate and closed.