溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Cloudbeaver怎么用

發(fā)布時間:2022-02-18 16:08:27 來源:億速云 閱讀:366 作者:iii 欄目:開發(fā)技術

本篇內(nèi)容主要講解“Cloudbeaver怎么用”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Cloudbeaver怎么用”吧!

Cloudbeaver是一款云端數(shù)據(jù)庫管理工具,簡單來說就是Web版本的數(shù)據(jù)庫管理工具。CloudBeaver是提供豐富Web界面的Web服務器。服務器本身是一個Java應用程序,Web部件是用TypeScript和React編寫的,它是免費使用和開源的。

Cloudbeaver怎么用

server

osgi 模式,依賴dbeaver

依賴的庫

  • 依賴的庫 Equinox osgi 容器 Eclipse Platform,虛擬文件系統(tǒng)&&插件系統(tǒng) Jetty web server Java Graphql 前端通信api DBeaver 系統(tǒng)管理平臺 一些三方數(shù)據(jù)庫驅動
  • 當前支持的數(shù)據(jù)庫 pg mysql mariadb sqlite firebird

server api

api 地址格式:http://localhost:{ContentRoot}/gql/console CloudBeaver 的為: http://ip:port/dbeaver/gql/console

frontend 技術

技術棧

react 作為單頁面技術,InversifyJS作為ioc處理,MobX 管理狀態(tài),graphql 進行api 通信 項目使用lerna單體倉庫模式管理,集成reshadow 進行web 組件化開發(fā),以及css 模塊化 樣式效果,ag-grid 進行表格數(shù)據(jù)展示,Codemirror 做為sql 編輯器

構建&&運行

本地構建,運行命令

cd webapp/packages/dbeaver
yarn run dev --server=localhost:8978

plugins

* core
  * app - Base application folder
  * assets - Styles and translation
  * blocks - Low-level common visual components
  * di - Dependency injection related classes
  * dialogs - Main and context menues, modal windows
  * eventsLog - Logging
  * sdk - GraphQL related services
  * theming - Themisation related services and hooks
* ag-grid-plugin - wrapper over Ag-Grid
* basic-connectio-plugin - provides handling of preconfigured connections
* custom-connection-plugin - provides handling of custom connections
* data-viewer-plugin - provides Data Table View
* object-viewer-plugin - provides Object Property View
* sql-editor - provides SQL-editor tab
* dbeaver - configure and build all plugins to the final application

到此,相信大家對“Cloudbeaver怎么用”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關內(nèi)容可以進入相關頻道進行查詢,關注我們,繼續(xù)學習!

向AI問一下細節(jié)
推薦閱讀:
  1. 怎么用vuex
  2. 怎么用redis

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI