mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
App Submission: InfluxDB 2 (#2008)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
52692298b2
commit
43cfc3f9ea
1
influxdb2/data/config/.gitkeep
Normal file
1
influxdb2/data/config/.gitkeep
Normal file
@ -0,0 +1 @@
|
||||
|
1
influxdb2/data/data/.gitkeep
Normal file
1
influxdb2/data/data/.gitkeep
Normal file
@ -0,0 +1 @@
|
||||
|
14
influxdb2/docker-compose.yml
Normal file
14
influxdb2/docker-compose.yml
Normal file
@ -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
|
39
influxdb2/umbrel-app.yml
Normal file
39
influxdb2/umbrel-app.yml
Normal file
@ -0,0 +1,39 @@
|
||||
manifestVersion: 1
|
||||
id: influxdb2
|
||||
name: InfluxDB 2
|
||||
tagline: The leading platform for time series data
|
||||
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:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: ""
|
||||
dependencies: []
|
||||
path: ""
|
||||
submitter: dirstel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/2008
|
Loading…
Reference in New Issue
Block a user