A scalable time series database optimized for real-time metrics, events, and analytics with fast query response.
InfluxDB is a time series database specifically designed to collect, process, transform, and store event and time series data. It excels at real-time data ingestion and fast query response times, making it ideal for building monitoring dashboards, user interfaces, and automation solutions.
Developers and engineers building systems that require near real-time monitoring and analytics of time-stamped data, such as IoT applications, DevOps monitoring tools, and financial trading platforms.
Developers choose InfluxDB for its optimized performance for time series data, with query responses under 10ms for last-value queries, and its flexibility through features like an embedded Python VM for plugins, SQL query engine support, and backward compatibility with previous InfluxDB versions.
Scalable datastore for metrics, events, and real-time analytics
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Achieves query responses under 10ms for last-value queries and 30ms for distinct metadata, as stated in the README, enabling real-time monitoring dashboards.
Supports write APIs from InfluxDB 1.x and 2.x and the InfluxQL query API, easing migration for existing users without code changes.
Offers diskless mode with object storage support or local disk, reducing infrastructure dependencies and operational overhead.
Includes support for FlightSQL and HTTP query APIs, allowing developers to use familiar SQL syntax for time-series data analysis.
As a GA release in April 2025, InfluxDB 3 Core may have fewer third-party tools, plugins, and community resources compared to more established time-series databases.
Maintains separate branches for v1, v2, and v3, which can confuse users during installation and migration, as highlighted in the README's installation section.
While excellent for time-series data, it may underperform for non-time-series workloads, limiting versatility in mixed-data environments.