- Notifications
You must be signed in to change notification settings - Fork3.7k
Scalable datastore for metrics, events, and real-time analytics
License
Apache-2.0, MIT licenses found
Licenses found
influxdata/influxdb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation

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 queriesneed 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
InfluxDB 3 Core is in public beta and available for testing and feedback, but is not meant forproduction use. During the beta period we will be adding a couple of security and operationalfeatures to Enterprise. Otherwise, we will be focused on testing, robustness, performance, andoperational tooling. Both the product and this documentation are works in progress. New builds get created onevery merge into main, however we will have weekly beta builds along with a changelog for usesthat want to move at a slower pace.
All of the APIs outside of the processing engine can be considered stable. They are what we will GA the 3.0version with. We will also not be making any changes to file formats that don't also come with an in-placeupgrade path. This means that you will be able to keep the data in the database when upgrading beta versionsand into the GA. We anticpate the general availability of InfluxDB 3 Core in April 2025.
We welcome and encourage your input about your experience with the beta. Join theInfluxDB3 Discordor the public channels below.
See theInfluxDB 3 beta release announcement hereor dig into theInfluxDB 3 getting started guide here.
Documentation |Community Forum |Community Slack |Blog |InfluxDB University |YouTube
TryInfluxDB Cloud for free and get started fast with no local setup required. Clickhere to start building your application on InfluxDB Cloud.
We have nightly and versioned Docker images, Debian packages, RPM packages, and tarballs of InfluxDB available on theInfluxData downloads page. We also provide the InfluxDB command line interface (CLI) client as a separate binary available at the same location.
- For v1 installation, use themain 1.x branch orinstall InfluxDB OSS directly.
- For v2 installation, use themain 2.x branch.
- For InfluxDB 3 Core beta see theInfluxDB 3 Core getting started guide.
If you are interested in building from source, see thebuilding from source guide for contributors.
To begin using InfluxDB, visit ourGetting Started with InfluxDB documentation.
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.
Check out current job openings atwww.influxdata.com/careers today!
About
Scalable datastore for metrics, events, and real-time analytics
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.