This project builds a Utility Container that implements index, schema, and migration management services for a MongoDB database. Schemas are described using the stage0 Simple Schema standard.
- Read about Simple Schema to understand the Schema Language
- Read the Reference that describes how the utility works.
- Use the Template to create your system mongodb_api
- Python 3.8 or later
- Pipenv
- Stage0 Developers Edition
# Install dependencies
pipenv install
# Run tests to verify setup
pipenv run test
# Start development server
pipenv run local
- Reference - Detailed technical reference for users
- Contributing - Development guidelines and architecture
- API Standards - Stage0 API standards
- Collection Config Schema - Configuration file specification