1.先说下自己的问题,希望大家能帮助下:
我们项目组中使用mongodb作为日志存储(项目组中人比较少没几个会的),想使用一个一个可视化的工具查看和管理mongo,但是部署在云平台上的一台机器上,而这台机器外网IP不对外开放(主要是我们的运维离职了,留下这么个空挡期),所以本地的客户端连接不上mongodb.
查阅资料(百度)找到几个能满足我们需求的web应用(例如nodejs的mongo-express),诚然nodejs不会用,其他如PHP的也没人能用,而且对linux中这些环境的搭建不熟,尝试了很久的mongo-express失败了...
想问一下有没有javaweb的应用提供对mongodb中集合和文档的操作,哪怕是仅仅能查询呢,不然真的要自己去开发了.
迷茫2017-04-18 10:56:30
Someone has asked this question before. You can use SSH Tunnel plus a graphical client. SSH Tunnel performs port forwarding.
In addition, if you have the budget, it is recommended to consider Mongodb OPS manager.
For reference.
Love MongoDB! Have Fun!
黄舟2017-04-18 10:56:30
But this is for the client, because mongodb is configured on the cloud host, and this host does not have a port for external access