How can I browse or query live MongoDB data?

前端 未结 21 1007
南方客
南方客 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:14

    MogoVue is the best option I found so far, it has great features I did not see in other viewers, plus it gives few options to look at the data, as json, tables and hierarchy, which is extremely useful.

    Avoid MongoExplorer, it has major issues, which can cause you huge headaches. When viewing records using this tools, it may change fields which are MongoId's to plane string, it does not give any indication on this, just does it when you focus on the id field, this bug cost me lots of time and effort trying to find "what and where in my code i'm doing this silly thing"...

提交回复
热议问题