Built a Rust-based TUI alternative to MongoDB Compass — “Monjo-Kompass” (yes, the name is cursed)
github.com·1d·
Discuss: r/rust
Flag this post

🦦 Monjo-Kompass

A Rust-based CLI tool for exploring and interacting with MongoDB databases — fast, intuitive, and powerful.


🚀 Features

  • 🔌 Connect to MongoDB instances easily
  • 📂 List databases and collections
  • 🔍 Query & manipulate documents interactively
  • 📤 Export data to multiple formats (JSON, CSV, etc.)

🧰 Installation

Binaries for Windows, macOS, and Linux will be available soon. In the meantime, you can build Monjo-Kompass from source:

git clone https://github.com/its-me-ojas/monjo-kompass.git
cd monjo-kompass
cargo build --release

🧑‍💻 Usage

Run Monjo-Kompass:

./kompass

When prompted, enter your MongoDB connection string (e.g. mongodb://localhost:27017).

Then use the interactive CLI to ex…

Similar Posts

Loading similar posts...