20 rindas
493 B
Markdown
20 rindas
493 B
Markdown
# Omniperf Data Source Plugin
|
|
|
|
This plugin allows users of Omniperf to connect their MongoDB database to for visualization in Grafana
|
|
|
|
## Info
|
|
|
|
This backend exposes the endpoints Grafana requires to create a custom data source.
|
|
|
|
An express server, located in the `server` folder exposes these endpoints and makes the proxy to the MongoDB.
|
|
|
|
## Dependencies
|
|
|
|
- Node.js
|
|
|
|
`sudo apt-get install -y npm`
|
|
|
|
## Useage
|
|
|
|
<img src="src/img/sample.PNG" alt="Sample Data Source" style="width: 500px;"/>
|