1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 03:59:40 +08:00
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
..
2025-05-20 11:49:02 +08:00
2024-08-13 13:56:49 +08:00
2024-08-13 13:56:49 +08:00

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.