A tool that analyzes MongoDB query performance and automatically recommends optimal indexes.
- Connect to any MongoDB instance
- Analyze query performance
- Recommend indexes based on query patterns
- Apply recommended indexes and measure performance improvement
- Visualize performance gains
pip install -r requirements.txt
streamlit run streamlit_app.py
- Python 3.13.2
- MongoDB
- Dependencies listed in requirements.txt