Skip to content

InfluxDB: Update for InfluxDB 3, condense, add metadata #2600

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions influxdb/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# compose.yaml
name: influxdb3
services:
influxdb3-core:
container_name: influxdb3-core
image: influxdb:3-core
ports:
- 8282:8181
command:
- influxdb3
- serve
- --node-id=node0
- --object-store=file
- --data-dir=/var/lib/influxdb3/data
- --plugin-dir=/var/lib/influxdb3/plugins
volumes:
- type: bind
source: ~/.influxdb3/core/data
target: /var/lib/influxdb3/data
- type: bind
source: ~/.influxdb3/core/plugins
target: /var/lib/influxdb3/plugins
influxdb3-enterprise:
container_name: influxdb3-enterprise
image: influxdb:3-enterprise
ports:
- 8181:8181
command:
- influxdb3
- serve
- --node-id=node0
- --cluster-id=cluster0
- --object-store=file
- --data-dir=/var/lib/influxdb3/data
- --plugin-dir=/var/lib/influxdb3/plugins
environment:
- INFLUXDB3_ENTERPRISE_LICENSE_EMAIL=EMAIL_ADDRESS
volumes:
- type: bind
source: ~/.influxdb3/enterprise/data
target: /var/lib/influxdb3/data
- type: bind
source: ~/.influxdb3/enterprise/plugins
target: /var/lib/influxdb3/plugins

685 changes: 152 additions & 533 deletions influxdb/content.md
100644 → 100755

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions influxdb/get-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[InfluxDB Discord Server](https://discord.gg/9zaNCW2PRT) *(preferred for **InfluxDB 3 Core**, **InfluxDB 3 Enterprise**)*, [InfluxDB Community Slack](https://influxdata.com/slack) *(preferred for **InfluxDB v2**, **v1**)\*
Empty file modified influxdb/github-repo
100644 → 100755
Empty file.
Empty file modified influxdb/license.md
100644 → 100755
Empty file.
Empty file modified influxdb/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion influxdb/metadata.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"hub": {
"categories": [
"databases-and-storage"
"data-science",
"databases-and-storage",
"internet-of-things"
]
}
}
Empty file modified influxdb/variant-data.md
100644 → 100755
Empty file.
Empty file modified influxdb/variant-meta.md
100644 → 100755
Empty file.