An open API service indexing awesome lists of open source software.

https://github.com/kylepdavis/mongodb-workbench

A UI for working with MongoDB databases
https://github.com/kylepdavis/mongodb-workbench

Last synced: 10 months ago
JSON representation

A UI for working with MongoDB databases

Awesome Lists containing this project

README

          

# MongoDB Workbench

A UI for working with [MongoDB] databases.

Built using [AngularJS] and [Electron].

![Collection Aggregate Screen]

# Get it

a) download a prebuilt binary from the [releases] page

b) build from source (manually)
```bash
git clone https://github.com/KylePDavis/mongodb-workbench.git
cd mongodb-workbench/
npm install
npm start
```

[MongoDB]: https://www.mongodb.org
[AngularJS]: https://angularjs.org
[Electron]: https://github.com/atom/electron

[releases]: https://github.com/KylePDavis/mongodb-workbench/releases
[Collection Aggregate Screen]: https://KylePDavis.github.io/mongodb-workbench/img/screenshots/collection-aggregate.png