You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: influxdb/content.md
+27-29Lines changed: 27 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,52 +1,51 @@
1
1
**This README covers all currently supported versions of InfluxDB:**
2
2
3
-
-**InfluxDB 3** (Core and Enterprise)
4
-
-**InfluxDB v2**
5
-
-**InfluxDB v1**
3
+
-**InfluxDB 3** (Core and Enterprise)
4
+
-**InfluxDB v2**
5
+
-**InfluxDB v1**
6
6
7
7
Scroll to the appropriate section below for Docker setup instructions, configuration flags, and usage examples.
8
8
9
9
# InfluxDB Docker Image Overview
10
10
11
-
InfluxDB is the time series database platform designed to collect, store, and process large amounts of timestamped data. InfluxDB supports high write and query workloads and is commonly used for:
11
+
InfluxDB is the time series database platform designed to collect, store, and process large amounts of timestamped data. InfluxDB supports high write and query workloads and is commonly used for:
12
12
13
-
-Monitoring infrastructure and applications
14
-
-Collecting data from IoT devices
15
-
-Storing log and event data
13
+
-Monitoring infrastructure and applications
14
+
-Collecting data from IoT devices
15
+
-Storing log and event data
16
16
17
17
InfluxDB offers multiple versions and deployment options to meet diverse technical and operational requirements.
18
18
19
-
## InfluxDB 3
19
+
## InfluxDB 3
20
20
21
21
InfluxDB 3 is a new InfluxDB engine that uses an object store-backed architecture. It stores time series and event data using Apache Arrow and Parquet. It supports high-ingest workloads and fast queries.
22
22
23
23
InfluxDB 3 comes in two editions:
24
24
25
-
-**InfluxDB 3 Core**: A free, open source version of the new engine for local development and prototyping.
26
-
-**InfluxDB 3 Enterprise**: A production-grade, scalable time series database that includes support for clustering, security, and enterprise features.
25
+
-**InfluxDB 3 Core**: A free, open source version of the new engine for local development and prototyping.
26
+
-**InfluxDB 3 Enterprise**: A production-grade, scalable time series database that includes support for clustering, security, and enterprise features.
27
27
28
-
**License key for Enterprise**
29
-
To run InfluxDB 3 Enterprise, you need a license key. Obtain one from [InfluxData's pricing page](https://www.influxdata.com/pricing/).
28
+
**License key for Enterprise** To run InfluxDB 3 Enterprise, you need a license key. Obtain one from [InfluxData's pricing page](https://www.influxdata.com/pricing/).
30
29
31
30
For full documentation, visit the [InfluxDB 3 documentation site](https://docs.influxdata.com)
This mounts a local folder named `influxdb3-data` in your current working directory. Ensure that this directory exists and has appropriate write permissions.
142
-
142
+
This mounts a local folder named `influxdb3-data` in your current working directory. Ensure that this directory exists and has appropriate write permissions.
143
143
144
144
# InfluxDB v2
145
145
146
-
## How to use the InfluxDB v2 Docker image
146
+
## How to use the InfluxDB v2 Docker image
147
147
148
148
Use the official [InfluxDB v2 Docker image](https://hub.docker.com/_/influxdb) to start an instance for development or testing.
149
149
@@ -165,7 +165,7 @@ For more information, see the [InfluxDB v2 Docker documentation](https://docs.in
165
165
166
166
# InfluxDB v1
167
167
168
-
## How to use the InfluxDB v1 Docker image
168
+
## How to use the InfluxDB v1 Docker image
169
169
170
170
Use the official [InfluxDB v1 Docker image](https://hub.docker.com/_/influxdb) to start a basic instance for development or testing:
171
171
@@ -178,5 +178,3 @@ docker run -d -p 8086:8086 \
178
178
This command maps port `8086` and mounts your current directory to persist data.
179
179
180
180
For more information, see the [InfluxDB v1 Docker documentation](https://docs.influxdata.com/influxdb/v1/).
0 commit comments