Smog will allow MongoDB admins to manage their database via a Web browser, instead of a clunky console.
Sog works with local or remote MongoDB databases and comes with support for basic CRUD operations.
Written on top of Node.js, Smog is practically a simple Express app and can be started using a simple command via the Node.js CLI.
A desktop client is also available for an *NIX-based OS, working practically the same as the Web interface.
Features:
- Manage collections (workers, users, jobs, requests)
- Manage overall settings
- Password protected dashboard
- Can run on a custom port
- Linux only desktop client
Requirements:
- Node.js 0.6 or higher
- MongoDB
Comments not found