Do everything the opposite of MongoHub and you should be golden.
Help define an awesome MongoDB GUI tool
21–23 of 23 posts
Re: Help define an awesome MongoDB GUI tool
#22An interesting problem with making a MongoDB GUI is that a key feature of every SQL GUI -- a rich of your data that you can use to see it and play with it -- won't work as well, because MongoDB doesn't have strict table definitions. (Or 'tables' for that matter). Each item in a collection could have completely different fields. So given a big collection of this irregular data, how do you display it compactly? Listing…
Great point. This is what we have been discussing internally. One option would be to let folks define an "object" (Read table structure) and display based on that.
I also think a reasonable default is to just pick the the N most popular (where "popular" means defined and non-empty) non-object/collection fields in the root document and display them in a table, then double-clicking or whatever on that row brings up the full document.
Re: Help define an awesome MongoDB GUI tool
#23Earlier quoted context omitted.
Yes depending on the community interest.
I would definitely pay good money (like, $200) for a killer native GUI that administered both Mongo and Redis.