26

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

Community
  • 1
  • 1
megapixel23
  • 829
  • 1
  • 10
  • 22

3 Answers3

22

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

notionquest
  • 37,595
  • 6
  • 111
  • 105
10

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

calvh
  • 336
  • 2
  • 6
1

There is also RedisInsight (from Redis self) or the popular AnotherRedisDesktopManager for Redis.

icc97
  • 11,395
  • 8
  • 76
  • 90