pan3793 / cloudbeaver

Cloud Database Manager

Home Page:https://cloudbeaver.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This fork is deprecated, CloudBeaver has built-in Apache Kyuubi support since 24.0.2

See more details at dbeaver#1336


Build and Push x86_64 & ARM64 platform images

# one time
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --platform linux/amd64,linux/arm64 --use
git clone git@github.com:pan3793/cloudbeaver.git
docker build cloudbeaver/deploy/docker -f cloudbeaver/deploy/docker/Dockerfile.builder -t pan3793/cloudbeaver-builder
docker run --rm -v $PWD/cloudbeaver:/cloudbeaver pan3793/cloudbeaver-builder /cloudbeaver/deploy/build.sh
docker buildx build . -f cloudbeaver/deploy/docker/Dockerfile.kyuubi -t pan3793/cloudbeaver:20240223 --platform=linux/amd64,linux/arm64 --push

CloudBeaver Community

Cloud Database Manager - Community Edition.
CloudBeaver is a web server which provides rich web interface. Server itself is a Java application, web part is written on TypeScript and React.
It is free to use and open-source (licensed under Apache 2 license).
See out WIKI for more details.

Run in Docker

Demo server

You can see live demo of CloudBeaver here: https://demo.cloudbeaver.io

Database access instructions

Changelog

23.3.4. 2024-02-05

  • Text wrap is activated by default for texts and BLOBs in the Values panel for better visibility. User can switch to the one-line mode using a button on the toolbar;
  • Added the ability to edit the default preferences of the following parts: interface, tools and data viewer in the settings panel in the administrative part;
  • Added ability to configure reverse proxy header name and redirect URL at logout. Admin will now be able to configure all settings;
  • Update PostgreSQL driver to 42.5.2;
  • Added the ability to display the OpenStreetMap layer with the default coordinate system ESPG 4326;
  • ClickHouse Legacy driver has been removed to prevent potential vulnerability issues;
  • Different bug fixes and enhancements have been made.

23.3.3. 2024-01-22

  • Added password policy for the local authorization. Password parameters can be set in the configuration file;
  • The 'Keep alive' option has been added to the connection settings to keep the connection active even in case of inactivity;
  • Added ability to display full text for a string data type in value panel;
  • The DuckDB driver has been added;
  • Different bug fixes and enhancements have been made.

23.3.2. 2024-01-08

  • Added the ability to view decoded binary-type data in the Value panel;
  • Enhanced security for unauthorized access;
  • Different bug fixes and enhancements have been made.

Old CloudBeaver releases

You can find information about earlier releases on the CloudBeaver wiki https://github.com/dbeaver/cloudbeaver/wiki/Releases.

About

Cloud Database Manager

https://cloudbeaver.io

License:Apache License 2.0


Languages

Language:TypeScript 68.2%Language:Java 26.2%Language:JavaScript 2.4%Language:CSS 1.9%Language:SCSS 0.9%Language:EJS 0.1%Language:Shell 0.1%Language:HTML 0.1%Language:Batchfile 0.1%Language:Dockerfile 0.0%Language:Ruby 0.0%