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?
Asked
Active
Viewed 4.5k times
26

Community
- 1
- 1

megapixel23
- 829
- 1
- 10
- 22
3 Answers
22
The Enterprise edition has MongoDB and Redis support.
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).

notionquest
- 37,595
- 6
- 111
- 105
-
38It's been 2 years since the original post and things may have changed. It looks like the enterprise version is not free anymore. They have a 2 week trial but you'll need to buy a license after that. – Karthic Raghupathi Aug 31 '18 at 17:57
-
The paid version with Mongo support Is called DBeaver Pro now. – Michał Lepczyński Aug 23 '23 at 07:02
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