Monger is a simple cross-platform MongoDB management tool. Its main purpose is to provide a better user experience for mongodb users.
- Switching between MongoDB extend json syntax and MongoDB shell syntax
- Export as CSV
- Connect via mongodb uri
Still in alpha stage maybe unstable. Do not use on your production database. Currently under heavy development/testing.
- Mac OS: Monger1.0-MacOS-alpha.dmg
- Windows: coming soon
- Ubuntu: coming soon
- other non crud operations : .explain(), .currentOp() , etc.
- More export/import options (Integrate mongodump mongoexport)
- Connect with SSH and other authentication methods
- Example code generator
git clone https://github.com/naponmeka/monger.git
cd monger
go mod download && go get -u -v github.com/therecipe/qt/cmd/qtsetup && go get -u -v github.com/therecipe/qt/cmd/...
go mod vendor && cd ./vendor/github.com/therecipe && git clone https://github.com/therecipe/env_$(go env GOOS)_amd64_512.git && cd ../../..
go mod tidy
qtsetup // test fail is ok
qtdeploy test desktop .
// next time just:
qtdeploy -fast test desktop .
- Qt
- therecipe/qt
- Logo by Chanisara Suksomjit