GUI Visualization for ScyllaDB

Hello, Team!
I am a Scylladb newbie. Does ScyllaDB have a GUI?

You can manage ScyllaDB with the ScyllaDB Manager.
Also have a look at the Monitoring Stack.

1 Like

If you are talking about the tools such as pgAdmin (for PostgreSQL) or SQL Server Management Studio, then this may help:
I am using JetBrains Rider for my .NET C# code development on my Linux desktop, and I was surprised to find out that that IDE’s support for databases is almost on par with dedicated and paid-for tools, while it’s only a plugin to Rider.

I am working with DDL and DML code for my ScyllaDB using JetBrains Rider.
It’s a paid-for tool, but I already have it anyway, so I might as well use it for the DB work.

I also tried their database tool (called “DataGrip”), but I did not find any functionality in it which would be useful for my needs and that is not already in the Rider plugin.

2 Likes

DBeaver now supports ScyllaDB in the Enterprise version.
More than just a GUI, it’s a universal database manager for SQL and NoSQL databases.

You can read more about it in this blog post. It provides step-by-step instructions on how to connect DBeaver to ScyllaDB.

Once connected, users can run CQL queries and view result tables directly within DBeaver. If you try this out, please share your experience here.