chore: update to beta for explorer

pbarnett/add-influxdb3-explorer-info
Peter Barnett 2025-04-15 07:27:51 -04:00
parent 15c1c77f02
commit bee37a56c2
2 changed files with 5 additions and 5 deletions

View File

@ -102,9 +102,9 @@ Pull the image:
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
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.
### 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.
```bash

View File

@ -103,7 +103,7 @@ docker pull quay.io/influxdb/influxdb3-enterprise:latest
##### 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
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.
### 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.
```bash