https://github.com/influxdata/influxdb
Scalable datastore for metrics, events, and real-time analytics
https://github.com/influxdata/influxdb
database go influxdb metrics monitoring react rust time-series
Last synced: about 5 hours ago
JSON representation
Scalable datastore for metrics, events, and real-time analytics
- Host: GitHub
- URL: https://github.com/influxdata/influxdb
- Owner: influxdata
- License: apache-2.0
- Created: 2013-09-26T14:31:10.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T17:11:33.000Z (3 days ago)
- Last Synced: 2025-05-01T16:50:37.595Z (2 days ago)
- Topics: database, go, influxdb, metrics, monitoring, react, rust, time-series
- Language: Rust
- Homepage: https://influxdata.com
- Size: 193 MB
- Stars: 29,944
- Watchers: 730
- Forks: 3,600
- Open Issues: 2,092
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - influxdb - Scalable datastore for metrics, events, and real-time analytics (Go)
- awesome-distributed-system-projects - influxdb - scalable datastore for metrics, events, and real-time analytics
- awesome - influxdata/influxdb - Scalable datastore for metrics, events, and real-time analytics (Rust)
- awesome-ccamel - influxdata/influxdb - Scalable datastore for metrics, events, and real-time analytics (Rust)
- awesome-repositories - influxdata/influxdb - Scalable datastore for metrics, events, and real-time analytics (Rust)
- awesome-starred - influxdb - Scalable datastore for metrics, events, and real-time analytics (Go)
- awesome-starts - influxdata/influxdb - Scalable datastore for metrics, events, and real-time analytics (Go)
- go-awesome - InfluxDB - time series database (Open source library / Database)
- awesome-cloud-native - influxdb - Scalable datastore for metrics, events, and real-time analytics. (Database)
- awesome-tools - influxdb - Scalable datastore for metrics, events, and real-time analytics (Uncategorized / Uncategorized)
- awesome-go-extra - influxdb - time analytics|23999|3232|1580|2013-09-26T14:31:10Z|2022-08-25T18:25:11Z| (Generators / Databases Implemented in Go)
- awesome-dataops - InfluxDB - Scalable datastore for metrics, events, and real-time analytics. (Database / Time Series Database)
- awesome-discoveries - influxdb - scalable datastore for metrics, events, and real-time analytics _(`Go`)_ (DevOps Utilities)
- awesome-data-engineering - InfluxDB - Scalable datastore for metrics, events, and real-time analytics. (Databases)
- starred-awesome - influxdb - Scalable datastore for metrics, events, and real-time analytics (Go)
- awesome-production-machine-learning - InfluxDB - time analytics. (Data Storage Optimisation)
- jimsghstars - influxdata/influxdb - Scalable datastore for metrics, events, and real-time analytics (Rust)
- awesome - influxdb - Scalable datastore for metrics, events, and real-time analytics (Database)
- awesome - influxdb - Scalable datastore for metrics, events, and real-time analytics (Database)
- my-awesome - influxdata/influxdb - series pushed_at:2025-04 star:29.9k fork:3.6k Scalable datastore for metrics, events, and real-time analytics (Rust)
- stars - influxdb - time analytics | influxdata | 29931 | (Rust)
- awesome-selfhost-docker - InfluxDB
- awesome-open-source-applications - InfluxDB - source time series database designed to handle high write and query loads. |  |  |  |  |  | (Back-End Development)
- awesome-open-source-applications - InfluxDB - source time series database designed to handle high write and query loads. |  |  |  |  |  | (Back-End Development)
- stars - influxdb - time analytics | influxdata | 29427 | (Rust)
- awesome-docker - influxdata/influxdb
- awesome-ops - influxdata/influxdb - 2.0|29931|2013-09-26|2025-04-28 | 可扩展数据存储,用于度量、事件和实时分析 | (时序数据库)
README
![]()
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 analyticsInfluxDB 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](https://discord.gg/vZe2w2Ds8B)
or the public channels below to share your feedback, feature requests, and bug reports.See the [InfluxDB 3 Core & Enterprise GA release announcement here](https://www.influxdata.com/blog/influxdb-3-oss-ga/)
or dig into the [InfluxDB 3 getting started guide here](https://docs.influxdata.com/influxdb3/core/get-started/).## Learn InfluxDB
[Documentation](https://docs.influxdata.com/) | [Community Forum](https://community.influxdata.com/) | [Community Slack](https://www.influxdata.com/slack/) | [Blog](https://www.influxdata.com/blog/) | [InfluxDB University](https://university.influxdata.com/) | [YouTube](https://www.youtube.com/@influxdata8893)Try **InfluxDB Cloud** for free and get started fast with no local setup required. Click [here](https://cloud2.influxdata.com/signup) 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](https://portal.influxdata.com/downloads/). We also provide the InfluxDB command line interface (CLI) client as a separate binary available at the same location.- For v1 installation, use the [main 1.x branch](https://github.com/influxdata/influxdb/tree/master-1.x) or [install InfluxDB OSS directly](https://docs.influxdata.com/influxdb/v1/introduction/install/#installing-influxdb-oss).
- For v2 installation, use the [main 2.x branch](https://github.com/influxdata/influxdb/tree/main-2.x).
- For InfluxDB 3 Core see the [InfluxDB 3 Core getting started guide](https://docs.influxdata.com/influxdb3/core/get-started/).
- For InfluxDB 3 Enterprise see the [InfluxDB 3 Enterprise getting started guide](https://docs.influxdata.com/influxdb3/enterprise/get-started/).If you are interested in building from source, see the [building from source](https://github.com/influxdata/influxdb/blob/main-2.x/CONTRIBUTING.md#building-from-source) guide for contributors.
To begin using InfluxDB, visit our [Getting Started with InfluxDB](https://docs.influxdata.com/influxdb/v1/introduction/get-started/) documentation.
## License
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.## Interested in joining the team building InfluxDB?
Check out current job openings at [www.influxdata.com/careers](https://www.influxdata.com/careers) today!