How can I browse or query live MongoDB data?

前端 未结 21 1005
南方客
南方客 2020-12-22 17:18

I\'ve googled around but couldn\'t find a working MongoDB viewer or data browser.

An ideal (for my needs) tool would be a web based viewer with dead simple features

21条回答
  •  攒了一身酷
    2020-12-22 18:19

    To add to the list :)

    I just made a simple Mongo browser based on a hierarchical JQueryTreeview and implemented in Sinatra and Ruby.

    The reason for another viewer was that I wanted something that was fast and easy (both to use and the code base), that would let me peek at what was going on my MongoDB. Also, I wanted some nice Ajax effects. and could be the base of a more complete browser.

    https://github.com/tomjoro/mongo_browser

提交回复
热议问题