All Projects → fivecakes → Living Mongo

fivecakes / Living Mongo

Licence: mit
A MongoDB Web GUI

Projects that are alternatives of or similar to Living Mongo

Mogollar
A MongoDB UI built with Electron
Stars: ✭ 251 (+497.62%)
Mutual labels:  mongodb, gui
Compass
The GUI for MongoDB.
Stars: ✭ 402 (+857.14%)
Mutual labels:  mongodb, gui
Mongo Express
Web-based MongoDB admin interface, written with Node.js and express
Stars: ✭ 4,403 (+10383.33%)
Mutual labels:  mongodb, gui
Goeat Api
Rest API for a food delivery application - Built with Express, Postgres, Redis, MongoDB and Nodemailer
Stars: ✭ 36 (-14.29%)
Mutual labels:  mongodb
External
External is a GUI library for Go (Golang), based on connection to external GUI server application.
Stars: ✭ 36 (-14.29%)
Mutual labels:  gui
Iblog
基于 Node.js 的开源个人博客系统,采用 Nuxt + Vue + TypeScript 技术栈。
Stars: ✭ 994 (+2266.67%)
Mutual labels:  mongodb
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-2.38%)
Mutual labels:  mongodb
Guiscrcpy
A full fledged GUI integration for the most award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
Stars: ✭ 960 (+2185.71%)
Mutual labels:  gui
Medguireborn
MedGui Reborn is a frontend/launcher (GUI) for Mednafen multi emulator, written in VB .Net with Microsoft Visual Studio Community
Stars: ✭ 40 (-4.76%)
Mutual labels:  gui
Bookmarks.dev Frontend Only Archive
Bookmarking for Developers & Co
Stars: ✭ 38 (-9.52%)
Mutual labels:  mongodb
Nodercms
轻量级内容管理系统,基于 Node.js + MongoDB 开发,拥有灵活的内容模型以及完善的权限角色机制。
Stars: ✭ 990 (+2257.14%)
Mutual labels:  mongodb
Monero Gui Guide
Guide for the Monero GUI wallet
Stars: ✭ 36 (-14.29%)
Mutual labels:  gui
Mongoku
🔥The Web-scale GUI for MongoDB
Stars: ✭ 1,000 (+2280.95%)
Mutual labels:  mongodb
Antvueblogfront
🔥使用Vue全家桶 + Egg + Mongodb 写的个人网站博客。使用docker compose 一键部署。(最近比较忙,部署还有点问题,后期补上)
Stars: ✭ 36 (-14.29%)
Mutual labels:  mongodb
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (-4.76%)
Mutual labels:  mongodb
Nix Query Tree Viewer
GTK viewer for the output of `nix-store --query --tree`
Stars: ✭ 36 (-14.29%)
Mutual labels:  gui
Uv2ray
Electron V2ray Client (mostly for Linux)
Stars: ✭ 40 (-4.76%)
Mutual labels:  gui
Nodejs Mean Stack
Solution tutorial: Modern Web Application using MEAN stack on IBM Cloud
Stars: ✭ 37 (-11.9%)
Mutual labels:  mongodb
Getbilibili C
Download Bilibili Ultra-Definition Video
Stars: ✭ 37 (-11.9%)
Mutual labels:  gui
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+2264.29%)
Mutual labels:  gui

LivingMongo

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

demo地址 : http://living-mongo.kupposhadow.com

数据管理

图片预览

数据搜索

空间统计

慢查询统计

Quickstart

docker run -dt --rm -p 8110:80 swimmingwhale/living-mongo:v1.0

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

构建镜像的Dockerfile在这里

window环境

  1. 下载安装xampp
  2. 下载安装mongodb
  3. 下载php的mongodb扩展php_mongodb.dll放到xampp/php/ext目录.修改xampp/php/php.ini,添加extension=php_mongodb.dll
  4. 下载项目到xampp的htdocs目录
  5. 启动apache和mongodb,访问http://localhost

linux环境

安装nginx+php+mongodb,及php的mongodb扩展.然后将项目clone到web根目录即可.读者可自行搜索web环境的搭建方法.环境需求如下

PHP >= 7.0
MongoDB >= 3.4.2

配置

默认系统无用户名和密码,MongoDB默认连接127.0.0.1,如须修改可以更改.env文件下的相关配置

MONGODB_HOST=mongodb://127.0.0.1:27017

USERNAME=
PASSWORD=

MONGODB_HOST为数据库连接地址

USERNAME和PASSWORD为登录的用户名和密码

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].