Skip to content

Tool for analyzing MongoDB query performance and recommending optimal indexes. :p2:s1:m

Notifications You must be signed in to change notification settings

abdxdev/automated-index-recommender

Repository files navigation

MongoDB Automated Index Recommender

alt text

A tool that analyzes MongoDB query performance and automatically recommends optimal indexes.

Features

  • Connect to any MongoDB instance
  • Analyze query performance
  • Recommend indexes based on query patterns
  • Apply recommended indexes and measure performance improvement
  • Visualize performance gains

Installation

pip install -r requirements.txt

Usage

streamlit run streamlit_app.py

Requirements

  • Python 3.13.2
  • MongoDB
  • Dependencies listed in requirements.txt

About

Tool for analyzing MongoDB query performance and recommending optimal indexes. :p2:s1:m

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages