mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
39 lines
No EOL
2 KiB
Markdown
39 lines
No EOL
2 KiB
Markdown
# Home Assistant Community Add-on: InfluxDB
|
|
|
|
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
|
|
|
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
|
|
|
[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors]
|
|
|
|
[![Support Frenck on Patreon][patreon-shield]][patreon]
|
|
|
|
Scalable datastore for metrics, events, and real-time analytics.
|
|
|
|
## About
|
|
|
|
InfluxDB is an open source time series database optimized for high-write-volume.
|
|
It's useful for recording metrics, sensor data, events,
|
|
and performing analytics. It exposes an HTTP API for client interaction and if
|
|
often used in combination with Grafana to visualize the data.
|
|
|
|
This add-on comes with Chronograf & Kapacitor pre-installed as well. Which
|
|
gives you a nice InfluxDB admin interface for managing your users, databases,
|
|
data retention settings, and lets you peek inside the database using the
|
|
Data Explorer.
|
|
|
|
![Chronograf in the Home Assistant Frontend][screenshot]
|
|
|
|
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
|
[discord]: https://discord.me/hassioaddons
|
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck
|
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
|
[github-sponsors]: https://github.com/sponsors/frenck
|
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
|
[patreon]: https://www.patreon.com/frenck
|
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
|
[release-shield]: https://img.shields.io/badge/version-v4.0.3-blue.svg
|
|
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.3
|
|
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png |