mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
54 lines
No EOL
2.3 KiB
Markdown
54 lines
No EOL
2.3 KiB
Markdown
# Community Hass.io Add-ons: InfluxDB
|
|
|
|
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
|
|
|
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
|
|
|
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
|
|
|
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.
|
|
|
|
[Click here for the full documentation][docs]
|
|
|
|
![Chronograf in the Home Assistant Frontend][screenshot]
|
|
|
|
## WARNING! THIS IS A BETA VERSION!
|
|
|
|
This Hass.io Add-ons repository contains beta releases of add-ons.
|
|
|
|
- They might stop working at any time.
|
|
- They could have a negative impact on your system.
|
|
|
|
This repository was created for:
|
|
|
|
- Anybody willing to test.
|
|
- Anybody interested in trying out upcoming add-ons or add-on features.
|
|
|
|
If you are more interested in stable releases of our add-ons:
|
|
|
|
<https://github.com/hassio-addons/repository>
|
|
|
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
|
[discord]: https://discord.gg/c5DvZ4e
|
|
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v0.2.1/README.md
|
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
|
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck
|
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
|
[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
|
|
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v0.2.1
|
|
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png |