MongoDB gui in python [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, a开发者_StackOverflow中文版nd more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionIs there any web MongoDB gui in python? Or any linux os compatible gui?
Try mongodb-admin - python command line : http://code.google.com/p/mongodb-admin/ I use this in "cloud'" to manipulate shards and replicas.
https://github.com/milancermak/myngo : MongoDB Web front end written in python
plus a host of other options here : http://www.mongodb.org/display/DOCS/Admin+UIs
RockMongo is a php web based client that a lot of people like that's listed on the (outdated) Mongo GUI list.
UMongo is a non web-based desktop solution for Linux.
If you're using Eclipse MonjaDB seems a nice plug-in - it's what I use, on Ubuntu.
Look at
https://github.com/Fiedzia/Fang-of-Mongo/tree/fom_object/fangofmongo
which is more complete and maintained.
精彩评论