-
Notifications
You must be signed in to change notification settings - Fork 379
Server Architecture
The CloudBeaver server is a Java application. It is based on the OSGI framework and utilizes several Eclipse bundles.
Important: CloudBeaver includes OpenJDK, which is an open-source version of Java. This means you do not need to purchase a separate Java license to use CloudBeaver.
Back-end parts depend on DBeaver.
DBeaver is a multiplatform desktop application. It is also based on OSGI/Eclipse.
CloudBeaver uses a "headless" part of it - everything related to database connectivity and project management.
Tip: For information on building and deploying, see Build and Deploy.
- Equinox as OSGi container.
- Eclipse Platform for virtual file system and plugin management.
- Jetty as a web server.
- Java GraphQL as a front-end communication API.
- DBeaver as database management platform.
- Various 3rd party bundles with database drivers
In the CloudBeaver Community we support only free and open-source databases. For more information, see Supported databases
- Application overview
- Demo Server
- Administration
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development