GitHunt
GE

genshen/Mongood

MongoDB Operation Dashboard

Mongood

A MongoDB GUI with Fluent Design

License: AGPL 3.0
Docker Build
Docker Pulls
GitHub Actions
Codacy Badge
Maintainability

English | 简体中文

Download ⚡️

Feature 🔮

  • Server or client mode (without Electron, but need Chrome)
  • Edit documents using Monaco Editor with intellisense
  • Designed with Microsoft Fluent UI
  • Mongo Shell compatible data type, eg: ObjectId() ISODate() Timestamp()
  • Find documents with index hint, avoiding slow operation
  • Fancy profiling exec stats
  • Geo preview for 2dsphere index
  • Auto generate JSON Schema Validator
  • Notebook function, just like Jupyter
  • HTTP/2
  • Auto dark mode

Screenshot 📷

Database status Find & sort with index
Geo preview Document mode
Edit with Monaco Editor Dragable multi-selection
Documents export Indexes managment
Analyse profiling Edit JSON Schema
Notebook (Beta) Dark mode

Development 👨‍💻

Frontend

yarn
yarn dev

Backend

cd go
go run main.go headless.go

Roadmap 🚧

  • Role management
  • Performance moniting
  • VSCode plugin

Feel free to pull request or create a issue !

Languages

TypeScript97.6%Go1.7%EJS0.4%Dockerfile0.3%Less0.1%

Contributors

GNU Affero General Public License v3.0
Created July 1, 2020
Updated March 13, 2021
genshen/Mongood | GitHunt