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
@@ -10,21 +10,27 @@ This plugin enables you to query and visualize data from your MongoDB databases
10
10
11
11
## Features
12
12
13
-
-**Flexible Querying:**Craft precise queries using MongoDB's aggregation pipeline syntax in JSON or JavaScript.
13
+
-**Flexible Querying:**Query data using MongoDB's aggregation pipeline syntax in JSON or JavaScript. Support query variables to create dynamic dashboards.
14
14
-**Time Series & Table Data:** Visualize time-based data or display results in tabular format for various Grafana panels.
15
-
-**Secure Execution:** Execute JavaScript queries within a secure ShadowRealm sandbox to control access.
16
-
-**Legacy Plugin Compatibility:** Seamlessly migrate from the legacy plugin with support for its query syntax.
17
-
-**Up-to-date:** Use the latest Grafana Plugin SDKs and follow best practices.
15
+
-**MongoDB Atlas Support** Connect to MongoDB Atlas Services.
16
+
-**Legacy Plugin Compatibility:** Easy migrate from the legacy plugin with support for its query syntax.
17
+
18
+
## Authentication methods
19
+
* No authentication
20
+
* Username/Password authentication
18
21
19
22
## Getting Started
23
+
### Quick start
24
+
Run the script `scripts/start_docker.py` to start a MongoDB and Grafana container with the plugin
25
+
```
26
+
python3 scripts/start_docker.py
27
+
```
28
+
### Full steps
20
29
1.**Download:** Obtain the latest plugin build from the [Release page](https://github.com/haohanyang/mongodb-datasource/releases) or [workflow artifacts](https://github.com/haohanyang/mongodb-datasource/actions?query=branch%3Amaster).
21
30
22
31
2.**Install:**
23
32
- Extract the downloaded archive (`haohanyang-mongodb-datasource-<version>.zip`) into your Grafana plugins directory (`/var/lib/grafana/plugins` or similar).
24
33
- Ensure the plugin binaries (`mongodb-datasource/gpx_mongodb_datasource_*`) have execute permissions (`chmod +x`).
0 commit comments