Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathnogueira/mongo-debug
Debug slow MongoDB queries in your local development environment
https://github.com/mathnogueira/mongo-debug
Last synced: 20 days ago
JSON representation
Debug slow MongoDB queries in your local development environment
- Host: GitHub
- URL: https://github.com/mathnogueira/mongo-debug
- Owner: mathnogueira
- Created: 2024-08-15T23:12:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T01:22:32.000Z (5 months ago)
- Last Synced: 2024-11-01T21:04:11.311Z (2 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongo Debug
> Still under developmentWrapper for the MongoDB library that debugs your queries in real time and check if you need to fine-tune them to prevent full-table scans and such operations that degrade your database performance.