mongo-orchestration

REST API server for managing MongoDB configurations and deployments

brewmacoslinux
Try with needOr install directly
Source

About

REST API to manage MongoDB configurations on a single host

Commands

mongo-orchestration

Examples

Start the mongo-orchestration server on default port 8889$ mongo-orchestration start
Create a standalone MongoDB instance via REST API$ curl -X POST http://localhost:8889/v1/standalone -d '{"name": "myserver", "version": "4.4.0"}' -H 'Content-Type: application/json'
Stop the mongo-orchestration server$ mongo-orchestration stop