erd Model Guide
We use https://github.com/dineug/erd-editor tool to keeping tracked of “data model” being developed at different layers of warehouse. The following are recommended setup to visualise ERD model documentation.
Model
VSCode
- Install Visual Studio Code (VSCode)
- Install “ERD Editor” extension at https://marketplace.visualstudio.com/items?itemName=dineug.vuerd-vscode
- Simply open the ERD model file e.g.
File > Open > orcavault/orcavault_dcl.erd.json
Online
- Go to https://erd-editor.io/
- Click
New Schema
and give schema name: orcavault_dcl
- Select
orcavault_dcl
schema at left panel.
- At right editor panel,
Right Click > Import > orcavault/orcavault_dcl.erd.json
Note
- Please note that ERD model published here may lag behind latest development.
- Using the online WebApp version stores changes only in your Browser cache storage. So do any changes made locally with VSCode IDE.
- For using ERD editor guide, refer to https://docs.erd-editor.io/docs/category/guides/