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
- Host: GitHub
- URL: https://github.com/samdouble/binoqlars-schema-analyzer
- Owner: samdouble
- License: apache-2.0
- Created: 2021-08-23T22:04:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T22:59:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T02:11:54.426Z (over 1 year ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binoqlars-schema-analyzer
[](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.