fix(mono): Get started and Explorer:

- Update Explorer query section and tip
- Move tip
- Fix anchor link in Explorer install
fix-mono-get-started
Jason Stirnaman 2025-05-30 10:42:00 -05:00
parent 02dde9ace4
commit 197f362edc
4 changed files with 19 additions and 36 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ node_modules
!telegraf-build/templates !telegraf-build/templates
!telegraf-build/scripts !telegraf-build/scripts
!telegraf-build/README.md !telegraf-build/README.md
/cypress/downloads
/cypress/screenshots/* /cypress/screenshots/*
/cypress/videos/* /cypress/videos/*
test-results.xml test-results.xml

View File

@ -14,10 +14,13 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
- [Run the InfluxDB 3 Explorer Docker container](#run-the-influxdb-3-explorer-docker-container) - [Run the InfluxDB 3 Explorer Docker container](#run-the-influxdb-3-explorer-docker-container)
- [Enable TLS/SSL (HTTPS)](#enable-tlsssl-https) - [Enable TLS/SSL (HTTPS)](#enable-tlsssl-https)
- [Pre-configure InfluxDB connection settings](#pre-configure-influxdb-connection-settings) - [Pre-configure InfluxDB connection settings](#pre-configure-influxdb-connection-settings)
- [Run in admin or query mode](#run-in-admin-or-query-mode) - [Run in query or admin mode](#run-in-query-or-admin-mode)
- [Run in query mode](#run-in-query-mode)
- [Run in admin mode](#run-in-admin-mode)
- [Environment Variables](#environment-variables) - [Environment Variables](#environment-variables)
- [Volume Reference](#volume-reference) - [Volume Reference](#volume-reference)
- [Exposed Ports](#exposed-ports) - [Exposed Ports](#exposed-ports)
- [Custom port mapping](#custom-port-mapping)
<!-- END TOC --> <!-- END TOC -->
## Run the InfluxDB 3 Explorer Docker container ## Run the InfluxDB 3 Explorer Docker container

View File

@ -165,17 +165,6 @@ If your system doesn't locate `influxdb3`, then `source` the configuration file
source ~/.zshrc source ~/.zshrc
``` ```
> [!Tip]
> #### Run the InfluxDB 3 Explorer query interface (beta)
>
> InfluxDB 3 Explorer (currently in beta) is the user interface component of the InfluxDB 3 platform.
> It provides visual management of databases and tokens and an easy way to query your time series data.
>
> Use Docker to download and run InfluxDB 3 Explorer:
>
> ```bash
> docker pull quay.io/influxdb/influxdb3-explorer:latest
> ```
#### Start InfluxDB #### Start InfluxDB
@ -374,6 +363,15 @@ For more information about server options, use the CLI help or view the [InfluxD
influxdb3 serve --help influxdb3 serve --help
``` ```
> [!Tip]
> #### Run the InfluxDB 3 Explorer query interface (beta)
>
> InfluxDB 3 Explorer (currently in beta) is the web-based query and
> administrative interface for InfluxDB 3.
> It provides visual management of databases and tokens and an easy way to query your time series data.
>
> For more information, see the [InfluxDB 3 Explorer documentation](/influxdb3/explorer/).
{{% show-in "enterprise" %}} {{% show-in "enterprise" %}}
#### Licensing #### Licensing
@ -1012,32 +1010,12 @@ 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 (Beta) ### 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 web-based interface to query and visualize data,
and administer your {{% product-name %}} instance.
```bash For more information, see how to [install InfluxDB 3 Explorer (Beta)](/influxdb3/explorer/install/) using Docker
docker pull quay.io/influxdb/influxdb3-explorer:latest and get started querying your data.
```
Run the interface using:
{{% show-in "enterprise" %}}
```bash
docker run -p 8086:80 -p 8087:8888 quay.io/influxdb/influxdb3-explorer:latest --mode=normal
```
{{% /show-in %}}
{{% show-in "core" %}}
```bash
docker run --name influxdb3-explorer -p 8086:8888 quay.io/influxdb/influxdb3-explorer:latest
```
{{% /show-in %}}
With the default settings above, you can access the UI at http://localhost:8086.
Set your expected database connection details on the Settings page.
From there, you can query data, browser your database schema, and do basic
visualization of your time series data.
### Last values cache ### Last values cache

View File

@ -1,3 +1,4 @@
<!-- Allow leading shortcode -->
{{% product-name %}} is a database built to collect, process, transform, and store event and time series data, and is ideal for use cases that require real-time ingest and fast query response times to build user interfaces, monitoring, and automation solutions. {{% product-name %}} is a database built to collect, process, transform, and store event and time series data, and is ideal for use cases that require real-time ingest and fast query response times to build user interfaces, monitoring, and automation solutions.
Common use cases include: Common use cases include: