Skip to content

Commit 1e46d19

Browse files
committed
fixing mardown formatting for content.md
1 parent b4a51df commit 1e46d19

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

influxdb/content.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ InfluxDB offers multiple versions and deployment options to meet diverse technic
2020

2121
## InfluxDB 3
2222

23-
InfluxDB 3, the latest InfluxDB engine, uses Apache Arrow in-memory processing, the DataFusion SQL engine, and diskless
24-
object storage architecture. It delivers sub-10ms query response times, unlimited cardinality, and supports both SQL and InfluxQL.
23+
InfluxDB 3, the latest InfluxDB engine, uses Apache Arrow in-memory processing, the DataFusion SQL engine, and diskless object storage architecture. It delivers sub-10ms query response times, unlimited cardinality, and supports both SQL and InfluxQL.
2524

26-
InfluxDB 3 offers two editions--both provide SQL and InfluxQL query capabilities, an integrated processing engine for real-time
27-
data transformation, and seamless integration with InfluxDB 3 Explorer for data visualization and management:
25+
InfluxDB 3 offers two editions--both provide SQL and InfluxQL query capabilities, an integrated processing engine for real-time data transformation, and seamless integration with InfluxDB 3 Explorer for data visualization and management:
2826

2927
- **InfluxDB 3 Core**: A free, open source version of the new engine for local development and prototyping.
3028
- **InfluxDB 3 Enterprise**: A production-grade, scalable time series database that includes support for clustering, security, and enterprise features.
3129

32-
**License key for Enterprise** To run InfluxDB 3 Enterprise, you need a license key. Start with a free 30-day trial license by
33-
selecting the trial option when you first start the server. For more license options, see the [InfluxDB 3 Enterprise documentation](https://docs.influxdata.com/influxdb3/enterprise/admin/license/).
34-
30+
**License key for Enterprise** To run InfluxDB 3 Enterprise, you need a license key. Start with a free 30-day trial license by selecting the trial option when you first start the server. For more license options, see the [InfluxDB 3 Enterprise documentation](https://docs.influxdata.com/influxdb3/enterprise/admin/license/).
3531

3632
## Docker Images
3733

@@ -90,9 +86,9 @@ docker run -d --name influxdb3-core \
9086

9187
This command:
9288

93-
- Maps container port `8181` (HTTP API) to your host
94-
- Mounts the local `influxdb3-data` directory to persist data
95-
- Configures InfluxDB 3 Core to use a file system object store
89+
- Maps container port `8181` (HTTP API) to your host
90+
- Mounts the local `influxdb3-data` directory to persist data
91+
- Configures InfluxDB 3 Core to use a file system object store
9692

9793
Once the container is running, generate an admin token:
9894

@@ -119,7 +115,7 @@ Use the InfluxDB 3 Enterprise Docker image to run a standalone or clustered inst
119115

120116
### Docker Compose
121117

122-
To use Docker Compose, open your `compose.yml` file and define a service for InfluxDB 3 Enterprise.
118+
To use Docker Compose, open your `compose.yml` file and define a service for InfluxDB 3 Enterprise.
123119

124120
```yaml
125121
services:
@@ -140,15 +136,15 @@ services:
140136
- INFLUXDB3_LICENSE_EMAIL=EMAIL_ADDRESS
141137
```
142138
143-
- Replace `EMAIL_ADDRESS` with your email address to bypass the email prompt when generating a trial or at-home license.
139+
- Replace `EMAIL_ADDRESS` with your email address to bypass the email prompt when generating a trial or at-home license.
144140

145141
Start your container:
146142

147143
```bash
148144
docker compose pull && docker compose run influxdb3-enterprise
149145
```
150146

151-
- InfluxDB 3 starts in a container with host port 8181 mapped to container port 8181, the server default for HTTP connections.
147+
- InfluxDB 3 starts in a container with host port 8181 mapped to container port 8181, the server default for HTTP connections.
152148

153149
To stop your container run:
154150

0 commit comments

Comments
 (0)