swimmingwhale

LivingMongo是一个mongodb数据库的GUI操作系统,支持对数据字段的修改数据搜索集合的分类索引管理空间统计慢查询

demo地址 : http://living-mongo.kupposhadow.com
使用介绍 : 开源MongoDB GUI - LivingMongo
github : https://github.com/swimmingwhale/living-mongo

运行环境

PHP >= 7.0
MongoDB >= 3.4.2

数据管理

图片预览

数据搜索

空间统计

慢查询统计

docker一键安装测试

docker pull swimmingwhale/living-mongo
docker run -dt --name living-mongo -p 80:80 swimmingwhale/living-mongo

容器内包含了nginx,php,mongodb等所有运行所需的软件.等待容器启动后,访问http://localhost, or http://host-ip

如果你的80端口被占用,可以使用其他端口,如

docker run -dt --name living-mongo -p 8110:80 swimmingwhale/living-mongo

这样你需要访问http://localhost:8110, or http://host-ip:8110

相关文章:

  • 2021-06-02
  • 2021-07-29
  • 2021-12-31
  • 2021-04-26
  • 2021-08-09
猜你喜欢
  • 2021-11-03
  • 2021-05-03
  • 2022-02-26
  • 2022-01-19
  • 2021-11-05
  • 2021-07-17
  • 2021-11-28
相关资源
相似解决方案