TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MongoAdmin - admin interface for MongoDB I wrote using Django and Bootstrap

126 pointsby thomas-stabout 13 years ago

11 comments

mddaabout 13 years ago
Damn - just what I had in mind for the upcoming NYC Mongo hackathon... <a href="http://www.10gen.com/events/NYC-MongoDB-Hackathon" rel="nofollow">http://www.10gen.com/events/NYC-MongoDB-Hackathon</a><p>Nicely done. It would be cool to come up with some way to gather collection characteristics, so that some fieldnames and/or value sets could by dynamically autocompleted. Perhaps that's a revised idea for this weekend's project.
评论 #3876814 未加载
chalmerjabout 13 years ago
The filtering/search interface on this looks really interesting.<p>Recently I've been using (and am very happy with) RockMongo [1], a drop-in PHP solution that doesn't require its own database.<p>[1]: <a href="http://code.google.com/p/rock-php/wiki/rock_mongo" rel="nofollow">http://code.google.com/p/rock-php/wiki/rock_mongo</a>
mikey_pabout 13 years ago
Anyway to make this <i>not</i> require a MySQL DB? It'd be awesome if it didn't require any DB at all to run.
评论 #3877185 未加载
aromanabout 13 years ago
+100, I've been on the verge of writing something like this for months now. I dunno about Windows and OS X, but Linux doesn't have any native clients. I've been using <a href="https://github.com/agirbal/JMongoBrowser" rel="nofollow">https://github.com/agirbal/JMongoBrowser</a> for my desktop mongodb query/admin/CRUD stuff, but it's horribly non-native, slow, a memory hog, and the interface is really lacking. But it does work and is pretty feature-rich.<p>MongoAdmin looks exactly like what I want, and I have a lot of experience with both django and bootstrap, so I'm especially happy that I'll be able to navigate my way below the surface without much issue.<p>Great work, thank you!
jshererabout 13 years ago
Seems similar to but more complete than Genghis, a single php file admin for MongoDB: <a href="http://genghisapp.com/" rel="nofollow">http://genghisapp.com/</a>
madarcoabout 13 years ago
Nice work! A feature that I'd like to see is to show the results in a table-like structure.<p>MongoDB collections doesn't have a defined structure, but usually the documents are all almost identical, and it would be useful to show them in a table.
评论 #3877653 未加载
评论 #3877844 未加载
EvanYouabout 13 years ago
Anyone know of a Mongo admin interface that runs on Node.js?
nodesocketabout 13 years ago
Nice work. Does it support connecting to a Replica Set? Have you thought about turning this into a hosted solution?
评论 #3876573 未加载
vijayrawatsanabout 13 years ago
Its quite nice.. :)
azat_coabout 13 years ago
Nice work, thanks!
zalewabout 13 years ago
great work, just what I need. +1