https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.influxdb-55adff6b-608a-4620-a032-d9d66a305e39/image2_kcloudlogo.txt.png

InfluxDB

par kCloudHub LLC

(1 évaluations)

Version 3.9.1 + Free Support on Ubuntu 24.04

InfluxDB is an open-source time-series database designed for high-performance storage and retrieval of time-stamped data such as metrics, events, and real-time analytics.

Key Features of InfluxDB:

  • Optimized for time-series data with high write and query performance.
  • Built-in support for real-time analytics and monitoring use cases.
  • Flexible data model with tags, fields, and measurements.
  • Powerful query capabilities using InfluxQL and Flux.
  • Integration with visualization tools like Grafana for dashboards.

InfluxDB Usage:

# Switch to root user
$ sudo su
$ sudo apt update
$ docker start influxdb3-core
$ Generate Admin Token: docker exec -it influxdb3-core \
  influxdb3 create token --admin
$ Test health with the token: curl http://localhost:8181/health \
  -H "Authorization: Bearer YOUR_TOKEN_HERE"

# Note: replace YOUR_TOKEN_HERE with your retrieved token.

# Access InfluxDB 3 Explorer in your browser:
$ http://your-server-ip:8888

  

Disclaimer:
InfluxDB is an open-source project developed by InfluxData and released under its respective licenses. It is not affiliated with any unrelated commercial organization. Users should review official documentation and ensure proper configuration, security, and backup strategies before using it in production environments.