Getting started •
Documentation •
Contributors •
License
Getting started
Installation
Install from code
Clone mongo-proxy from the master branch of Github repository
git clone git@github.com:kaisawind/mongodb-proxy.git
Then build the project
make build
And run the application
./bin/cmd-server
The REST Api is now listening on the port 8080
, to change it just set it inside the environment variable PORT
, or add flag --port
.
Install from docker
Clone mongo-proxy from the master branch of Github repository
git clone git@github.com:kaisawind/mongodb-proxy.git
Then build the project and build the image
make docker
And run the image
docker run --rm -p 8080:8080 kaisawind/mongodbproxy
Install from helm
Clone mongo-proxy from the master branch of Github repository
git clone git@github.com:kaisawind/mongodb-proxy.git
Then build the project and build the image
make docker
And deploy it by helm
helm install .
How it works
It just convert mongodb datasource to simple json datasource, then use the plugin to insert data to grafana.
grafana关联mongodb数据库
grafana-simple-json-datasource
Contributors
License
