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

https://github.com/geetesh-gupta/mongo-db-browser

Mongo DB Browser plugin for JetBrains
https://github.com/geetesh-gupta/mongo-db-browser

ide intellij jetbrains mongo plugin

Last synced: 2 months ago
JSON representation

Mongo DB Browser plugin for JetBrains

Awesome Lists containing this project

README

        

# Mongo DB Browser

![Build](https://github.com/geetesh-gupta/Mongo-DB-Browser-Private/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/20002-mongo-db-browser.svg)](https://plugins.jetbrains.com/plugin/20002-mongo-db-browser)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20002-mongo-db-browser.svg)](https://plugins.jetbrains.com/plugin/20002-mongo-db-browser)

This Mongo DB Browser Plugin allows you to easily access mongo collections from within the IntelliJ IDE.

[![Mongo DB Browser YouTube Video](https://user-images.githubusercontent.com/34645022/192192583-09c6ce32-d270-485c-8bf4-893b31ee0145.png)](https://www.youtube.com/watch?v=mSWgqWe1nFg "Mongo DB Browser YouTube Video")

[//]: # (![Add a Mongo Server Window](https://user-images.githubusercontent.com/34645022/192191737-854e969e-4492-4257-892c-65d2b5235b50.png))

[//]: # (![Mongo DB Browser Window](https://user-images.githubusercontent.com/34645022/192191742-888d19e9-9e0e-448a-912b-2b64d4a090d2.png))

## Features

- [x] Mongo DB documents Browser
- [x] Mongo DB documents Editor
- [x] Filter/Project/Sort queries
- [x] Aggregation queries
- [x] Console commands runner
- [x] Pagination support
- [x] Import/Export Collections/Databases
- [x] SQL Query support

### Upcoming Features
- [ ] Import/Export Outputs/Queries/Filters
- [ ] Add custom scripts using JavaScript to process the output results

## Feedback/Suggestion

Please feel free to provide constructive feedback and feature requests by creating a new issue
on https://github.com/geetesh-gupta/Mongo-DB-Browser/issues.

## Compatibility Range

- 213—223.*
- Check https://plugins.jetbrains.com/plugin/20002-mongo-db-browser/versions for further details

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "Mongo DB
Browser"
>
Install Plugin

- Manually:

Download the [latest version](https://plugins.jetbrains.com/plugin/20002-mongo-db-browser) and install it manually
using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

## Privacy Notice
This project does not collect or process any personal data. All data processing used in this project is local to the user.

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template