日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
簡(jiǎn)介Cloudbeaver參考架構(gòu)

Cloudbeaver是一款云端數(shù)據(jù)庫管理工具,簡(jiǎn)單來說就是Web版本的數(shù)據(jù)庫管理工具。CloudBeaver是提供豐富Web界面的Web服務(wù)器。服務(wù)器本身是一個(gè)Java應(yīng)用程序,Web部件是用TypeScript和React編寫的,它是免費(fèi)使用和開源的,下面為大家簡(jiǎn)單介紹一下Cloudbeaver參考架構(gòu)。

server

osgi 模式,依賴dbeaver

依賴的庫

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

server api

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

frontend 技術(shù)

技術(shù)棧

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

構(gòu)建&&運(yùn)行

本地構(gòu)建,運(yùn)行命令

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

說明

通過官方的介紹我們可以整體的了解開發(fā)模式,方便學(xué)習(xí)


當(dāng)前標(biāo)題:簡(jiǎn)介Cloudbeaver參考架構(gòu)
本文來源:http://www.5511xx.com/article/coiogod.html