🦦 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…
🦦 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 explore databases and collections effortlessly.
🤝 Contributing
We welcome contributions from the community! You can:
- 🐛 Report bugs
- 💡 Request features
- 🔧 Submit pull requests
📘 Contribution guidelines are coming soon — for now, please follow standard Rust project conventions.
📅 Roadmap
We’re currently working on:
- Improved CLI navigation
- Data visualization options
- Config file support
- Export/import enhancements
📄 License
This project is licensed under the MIT License. See the LICENSE file for more details.