dboissier / nosql4idea

NoSQL plugin for IntelliJ
Apache License 2.0
166 stars 44 forks source link

NoSql Plugin for IntelliJ IDEA version 0.1.0-SNAPSHOT

Description

This plugin is a fork from mongo4idea and intends to integrate Redis and Couchbase databases. Please note that the Couchbase integration is experimental because I am not a strong user of this database.

Current status: EAP

Plugin Compatibility

This plugin is built with JDK 1.7 and idea 14.1 version.

The plugin has been tested with the following databases:

Installation

To install it : Settings > Plugins > Install plugin from Disk

Configuration

On the right, you will see a new tool window named NoSql Explorer

NoSqlBrowser

SettingsAddAServer

MongoSettings

NoSqlBrowserWithServers

Viewing the Redis database content

Double click on the database icon from your redis server and the results will appear as a tab

RedisResults

You can filter the results (Currently, it runs a KEYS <filter> command. A SCAN <filter> will replace it in the future for optimization purpose.)

Like the Properties editor, you can group your data by prefix. Click on the corresponding icon and then click on the Elipsis icon to set you separator

RedisResultsGroupedByPrefix

Viewing the Couchbase database content

Double click on the database icon from your couchbase server and the results will appear as a tab

CouchbaseResults

Important note To get the results from each bucket, an Index must be created. Otherwise an error message is raised.

Roadmap

0.1.0

0.2.0