#64
B
Rank #178
CloudBeaver
A web edition of the popular DBeaver database client, giving teams shared browser-based DB access. Standout trait is centralizing DB credentials/connections server-side instead of per-desktop.
62.8
/ 100
β Full Stack
Java backend (built on the DBeaver platform/JDBC drivers) with a GWT/TypeScript web frontend; per-user sessions hold live JDBC connections to configured databases, with role-based connection permissions.
π Scaling Analysis
Session-based JVM server scales vertically with more RAM/CPU for concurrent user sessions, but there's no built-in horizontal clustering β team size beyond a few dozen concurrent users would need careful capacity planning.
π Running on Nexlayer
Single pod running the CloudBeaver server image; database targets reachable via <podName>.pod:<port> DNS for any Postgres/MySQL pods in the same namespace. JVM memory limits should be set explicitly since default heap sizing can be generous.