The MongDB Configurator is a utility for creating and managing Versioned MongoDB Configurations, specifically schema validation, indexing, and version migrations when needed. The configurator provides a containerized packaging of database configurations, and a web application that makes it easy to create and test those configurations.
flowchart LR
CFG>Configuration
Database]
API(MongoDB
Configurator)
SPA([MongoDB
Configurator UI])
MongoDB[(Mongo
Database)]
CFG <--> API --> MongoDB
SPA <--> API
- Use the MongoDB Configurator Template to create your Configuration Database repository, then follow the instructions in the README.
- Configurator Reference
- Simple Schema Standard