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
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
682
691
692
+
693
+
### Query using InfluxDB 3 Explorer (Beta)
694
+
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
docker run --name influxdb3-explorer -p 8086:8888 quay.io/influxdb/influxdb3-explorer:latest
704
+
```
705
+
706
+
With the default settings above, you can access the UI at http://localhost:8086.
707
+
Set your expected database connection details on the Settings page.
708
+
From there, you can query data, browser your database schema, and do basic
709
+
visualization of your time series data.
710
+
683
711
### Last values cache
684
712
685
713
{{% product-name %}} supports a **last-n values cache** which stores the last N values in a series or column hierarchy in memory. This gives the database the ability to answer these kinds of queries in under 10 milliseconds.
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
780
789
790
+
791
+
### Query using InfluxDB 3 Explorer (Beta)
792
+
793
+
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
docker run --name influxdb3-explorer -p 8086:8888 quay.io/influxdb/influxdb3-explorer:latest
803
+
```
804
+
805
+
With the default settings above, you can access the UI at http://localhost:8086.
806
+
Set your expected database connection details on the Settings page.
807
+
From there, you can query data, browser your database schema, and do basic
808
+
visualization of your time series data.
809
+
810
+
781
811
### Last values cache
782
812
783
813
{{% product-name %}} supports a **last-n values cache** which stores the last N values in a series or column hierarchy in memory. This gives the database the ability to answer these kinds of queries in under 10 milliseconds.
0 commit comments