An open API service indexing awesome lists of open source software.

https://github.com/samdouble/binoqlars-schema-analyzer

A schema analyzer for MongoDB
https://github.com/samdouble/binoqlars-schema-analyzer

Last synced: over 1 year ago
JSON representation

A schema analyzer for MongoDB

Awesome Lists containing this project

README

          

# binoqlars-schema-analyzer

[![samdouble](https://circleci.com/gh/samdouble/mongodb-schema-analyzer.svg?style=svg)](https://circleci.com/gh/samdouble/mongodb-schema-analyzer)

A schema analyzer for MongoDB

## Technologies & Languages

- Python
- MongoDB
- AWS Secrets Manager
- GitHub Actions

## Running locally

Create a file named **dev.env** at the root of the project and add the following environment variables in it:
- MONGO_URL

Run the following command:

```
docker-compose up --build
```

## Running tests

TODO

## Production

1. Push your changes to any branch.