Skip to content

agile-learning-institute/mongodb_configurator_api

Repository files navigation

stage0_mongodb_api

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.

Quick Start for Users

  • 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

Quick Start for Contributors

Prerequisites

Setup

# Install dependencies
pipenv install

# Run tests to verify setup
pipenv run test

# Start development server
pipenv run local

Documentation

About

Mongo Schema Manager runbook/api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published