mongodb-mql-engines

JSON →
library 0.0.4 ·javascript
verified Jun 5, 2026

Exposes, on demand, engines used by the MongoDB IntelliJ Plugin for index suggestions. This package provides programmatic access to the same query analysis and index suggestion engine used in the MongoDB IntelliJ IDE plugin. It analyzes MongoDB query patterns against sample documents and suggests optimal indexes to cover queries. Current version is 0.0.4. Release cadence is low. Key differentiator: it is the same engine used in the official MongoDB IntelliJ Plugin, so suggestions are production-tested. Alternatives require manual index design or third-party profilers.