1
0
Fork 0
1Panel-Appstore/influxdb
renovate[bot] 9f693adf67 chore(deps): update influxdb docker tag to v2.7.12 (#3975)
* chore(deps): update influxdb docker tag to v2.7.12

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-23 17:07:57 +08:00
..
2.7.12 chore(deps): update influxdb docker tag to v2.7.12 (#3975) 2025-05-23 17:07:57 +08:00
README.md feat: 新增 InfluxDB (#1919) 2024-08-13 13:56:49 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml feat: Optimize application types 2025-05-20 11:49:02 +08:00
logo.png feat: 新增 InfluxDB (#1919) 2024-08-13 13:56:49 +08:00

README_en.md

InfluxDB

InfluxDB is an open-source time-series database (TSDB) designed for high-performance storage and querying of time-series data. It is commonly used for handling monitoring data, metrics, event logs, and other types of time-series data.

Key Features

  • High Performance: Optimized for high-throughput data ingestion and fast query operations, suitable for handling large volumes of time-series data.
  • Time-Series Data Support: Specifically designed for time-series data, providing efficient storage, querying, and analysis capabilities, including support for time functions and operations.
  • Flexible Data Model: Uses measurements, fields, and tags for data storage, supporting complex queries and filtering.
  • SQL-Like Query Language: Offers InfluxQL or Flux query languages with SQL-like syntax for efficient data querying and manipulation.
  • High Availability and Horizontal Scalability: Supports distributed architecture and data replication, enhancing system reliability and scalability for large-scale data processing.