顯示具有 mongodb 標籤的文章。 顯示所有文章
顯示具有 mongodb 標籤的文章。 顯示所有文章

MongoDB REST Interface

MongoDB provides rest interface for basic observation of server status. The URL for rest interface is "port+1000".

For example, if you specify the mongodb port with 10000, the rest interface URL will be http://localhost:11000.

MongoDB Admin UI Tool

最近在找一個MongoDB Admin的UI工具,要不然看console很痛苦的...。在MongoDB的官網上有一篇介紹了許多UI tools:


有一些工具是用Web-based來管理,但是這些工具必須要綁web server,不是很喜歡;如果為了跨平台的需求,可以試試看JMongoBrowser,這是用Java寫成的,支援Linux、Windows、MacOS。