mongodb-proxy

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2019 License: Apache-2.0

README


Kaisawind's character

Getting startedDocumentationContributorsLicense

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

FOSSA Status

Directories

Path Synopsis
Package restapi Swagger of MongoDB for Grafana plugin This is a sample mongodb proxy server.
Package restapi Swagger of MongoDB for Grafana plugin This is a sample mongodb proxy server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL