Skip to content

renzholy/mongood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34ef32b · Dec 19, 2024
Nov 16, 2022
Mar 17, 2021
May 22, 2020
Dec 16, 2024
Aug 6, 2020
Nov 16, 2022
Nov 17, 2022
Jun 25, 2021
Jun 25, 2021
Nov 16, 2022
Jun 25, 2021
Jun 25, 2021
Mar 30, 2022
Oct 28, 2021
Aug 26, 2020
Nov 16, 2022
Nov 16, 2022
Dec 28, 2021
Mar 30, 2022
Dec 19, 2024
Oct 28, 2021
Dec 19, 2024

Repository files navigation

Mongood

A MongoDB GUI with Fluent Design

License: AGPL 3.0 docker 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
  • 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
Dark mode

Development 👨‍💻

Frontend

yarn
yarn dev

Backend

cd go
export MONGO_URIS='[{"name":"name","uri":"mongodb://localhost:27017/"}]'
go run main.go headless.go

Roadmap 🚧

  • Role management
  • Performance moniting
  • VSCode plugin

Feel free to pull request or create a issue !