Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect to Redis or MongoDB in DBeaver

There is a very good SQL client solution for Linux users DBeaver.
In spec, it is said that it supports MongoDB and Redis databases.
However, there are no such drivers in "New connection" window.

Does anyone know how to connect to Mongo or Redis?

"New Connection" window

like image 832
megapixel23 Avatar asked Oct 26 '16 07:10

megapixel23


2 Answers

The Enterprise edition has MongoDB and Redis support.

EE download

We have split standalone version on Community and Enterprise editions. Community edition includes the same extensions as DBeaver 2.x. Enterprise edition = Community edition + NoSQL support (Cassandra and MongoDB in 3.0). Both Community and Enterprise editions are free and open source. New Cassandra and MongoDB extensions are not open source (but free to use).

MongoDB Connection

Redis Connection

like image 200
notionquest Avatar answered Sep 21 '22 09:09

notionquest


Since the EE edition of DBeaver is no longer free you can use MongoDB Compass if you want a GUI utility for MongoDB.

like image 45
calvh Avatar answered Sep 20 '22 09:09

calvh