Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: InfluxDB2 #2008

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions influxdb2/data/config/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions influxdb2/data/data/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

14 changes: 14 additions & 0 deletions influxdb2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
app_proxy:
environment:
APP_HOST: influxdb2_app_1
APP_PORT: 8086
PROXY_AUTH_WHITELIST: "/api/*,/api/v2/*"

app:
image: influxdb:2.7.11-alpine@sha256:21e7caba25c83e7f05898f08b65e0cd843e7c5c3233a909574d3004e82d6a92a
user: 1000:1000
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/data:/var/lib/influxdb2
- ${APP_DATA_DIR}/data/config:/etc/influxdb2
37 changes: 37 additions & 0 deletions influxdb2/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
manifestVersion: 1
id: influxdb2
name: InfluxDB2
tagline: The leading platform for time series data
icon: ""
category: developer
version: "2.7.11"
port: 8886
description: >-
Purpose built for real-time analytics at any scale.


Powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

- Unmatched Performance at Scale: manage millions of time series data points per second without limits or caps.

- Columnar Analytics: columnar datastore delivers faster analytic queries by orders of magnitude and reduces storage footprint.

- High-Speed Ingest: ingest billions of series with fewer CPUs and less RAM at a fraction of the storage cost.

- Real-Time Querying: sub-second query responses for recent and live incoming data.

- Unlimited Cardinality: analyze billions of time series and data points per second without limitations or caps.

- Low-Cost Object Store with Parquet: separation of compute from storage with best-in-category compression to store more data using less space.

- Interoperability with Data Lakehouses: built on open data standards for direct access to data from lakehouses and warehouses via Apache Iceberg.
developer: InfluxData
website: https://www.influxdata.com/
repo: https://github.com/influxdata/influxdb
support: https://support.influxdata.com/s/
gallery: []
releaseNotes: ""
dependencies: []
path: ""
submitter: dirstel
submission: https://github.com/getumbrel/umbrel-apps/pull/2008
Loading