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
* Add CI to update the latest build URL
* Update link to latest build
* Add new step job update-latest-artifact-link to CI
* Update link to latest build
* add link to download section
* change to condition of artifact link branch to master
* update commit message
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ This plugin provides a Grafana datasource for querying and visualizing data from
5
5
6
6

7
7
8
+
## Download
9
+
[Download the latest build](https://github.com/haohanyang/mongodb-datasource/actions/runs/11218336228/artifacts/2024560027)
10
+
11
+
8
12
## Use
9
13
### Query language
10
14
The query text should be a valid MongoDB Aggregate pipeline - an array consisting of MongoDB Aggregate operations. Your may use the Grafana's built-in variables `"$__from"` and `"$__to"` to query data based on the current panel's time range. The plugin supports JSON and JavaScript query languages. In JSON query, you need to enter the database in the UI. Here is an example of JSON query.
@@ -120,7 +124,7 @@ Table type is more flexible and doesn't require the output schema. This usually
120
124
121
125
122
126
## Install
123
-
* Download the artifact package plugin `haohanyang-mongodb-datasource-<version>.zip` from [GitHub Action](https://github.com/haohanyang/mongodb-datasource/actions/workflows/ci.yml?query=branch%3Amaster) page to the root directory (where the`docker-compose.yaml` exists) and extract files to folder `mongodb-datasource`
127
+
* Download the packaged plugin `haohanyang-mongodb-datasource-<version>.zip` from [workflow artifacts](#download)to the root directory (where `docker-compose.yaml` exists) and extract files to folder `mongodb-datasource`
0 commit comments