take a look at the following from the mongo documentation:
http://docs.mongodb.org/ecosystem/tools/http-interfaces/
The http console in particular
Every mongo installation automatically has an http console running that displays details on the mongo server, accessible by simply adding 1000 to the port the mong installation is running on ( if your mongo is running on port 27017, you access it by http://localhost:28017 )
This page contains a wealth of information we could either parse or display within adstudio as is (like we do for the sybase ASE and sybase IQ html visual explains).
We could display however much of this we want to in the "management" node for MongoDB in the Schema Browser like we currently do for MySQL.
see the attached screenshot
Issue #9698 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |