chore: update to beta for explorer
parent
15c1c77f02
commit
bee37a56c2
|
@ -102,9 +102,9 @@ Pull the image:
|
||||||
docker pull quay.io/influxdb/influxdb3-core:latest
|
docker pull quay.io/influxdb/influxdb3-core:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
##### InfluxDB 3 Explorer -- Query Interface
|
##### InfluxDB 3 Explorer -- Query Interface (Beta)
|
||||||
|
|
||||||
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Pull the image:
|
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull quay.io/influxdb/influxdb3-explorer:latest
|
docker pull quay.io/influxdb/influxdb3-explorer:latest
|
||||||
|
@ -654,7 +654,7 @@ print(table.group_by('cpu').aggregate([('time_system', 'mean')]))
|
||||||
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
|
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
|
||||||
|
|
||||||
|
|
||||||
### Query using InfluxDB 3 Explorer
|
### Query using InfluxDB 3 Explorer (Beta)
|
||||||
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
|
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -103,7 +103,7 @@ docker pull quay.io/influxdb/influxdb3-enterprise:latest
|
||||||
|
|
||||||
##### InfluxDB 3 Explorer -- Query Interface
|
##### InfluxDB 3 Explorer -- Query Interface
|
||||||
|
|
||||||
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Pull the image:
|
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image:
|
||||||
```bash
|
```bash
|
||||||
docker pull quay.io/influxdb/influxdb3-explorer:latest
|
docker pull quay.io/influxdb/influxdb3-explorer:latest
|
||||||
```
|
```
|
||||||
|
@ -653,7 +653,7 @@ print(table.group_by('cpu').aggregate([('time_system', 'mean')]))
|
||||||
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
|
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
|
||||||
|
|
||||||
|
|
||||||
### Query using InfluxDB 3 Explorer
|
### Query using InfluxDB 3 Explorer (Beta)
|
||||||
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
|
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue