MongoDB Playground

Photo by Goran Ivos on Unsplash

MongoDB Playground

We use MongoDB at Snappy, and we repeatedly create new migration scripts or scripts that export data, sometime different developers will create very similar scripts, so one weekend I decided to create a tool, we all can use to prototype our MongoDB queries, share, and export data.

Build using electron framework.

GitHub repo

Features

  • File editor

  • Export code to a runnable script.

  • Format code

  • Query Builder

  • Manage connections

  • manage snippets (sync with GitHub gist)

Demo