I'm currently using simple schema to manage my mongodb designs. I'm at a point where i have a number of collections and it can be a little difficult to visualize all of the collections while adding features to the app. Is there a graphical way to view the schema collections? Noob questions.
I'm not sure what you really want but if you're looking for a mongodb gui client then you can try MongoChef. But it's not interconnected to the simple schema package except if you're using collections2.
Hope this helps.