1 Star 1 Fork 0

纪南 / lineage-impact-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
source.js 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
纪南 提交于 2019-05-23 11:53 . complete
/**
* 源数据结构设计
*/
import { TYPES } from '../utils/types'
export default {
type: TYPES.MODEL,
// data 结构不确定,只影响 window 窗口大小
data: {
id: 'aaa',
name: 'Sys_Area',
icon: 'table',
iconColor: 'orange'
},
upstream: [
// upstream
{
type: TYPES.LAKE,
data: {
id: 'bbb',
name: 'Hdfs data area',
icon: 'folder',
iconColor: '#ee3e3e'
},
upstream: [
{
type: TYPES.LAKE,
data: {
id: 'ccc',
name: 'Hdfs data area',
icon: 'folder',
iconColor: '#ee3e3e'
}
},
{
type: TYPES.LAKE,
data: {
id: 'ccc',
name: 'Hdfs data area3',
icon: 'folder',
iconColor: '#ee3e3e'
}
}
]
},
{
type: TYPES.LAKE,
data: {
id: 'bbb',
name: 'Hdfs data area2',
icon: 'folder',
iconColor: '#ee3e3e'
}
},
{
type: TYPES.LAKE,
data: {
id: 'ddd',
name: 'dim_data',
icon: 'table',
iconColor: 'orange'
},
upstream: [
{
type: TYPES.LAKE,
data: {
id: 'eee',
name: 'Hdfs data area',
icon: 'folder',
iconColor: '#ee3e3e'
}
}
]
},
],
downstream: [
{
type: TYPES.REPORT,
data: {
id: 'fff',
name: 'dms summary daily report',
icon: 'database',
iconColor: 'blue'
}
},
{
type: TYPES.MODEL,
data: {
id: 'ggg',
name: 'Lead_Task Metedata',
icon: 'table',
iconColor: 'orange'
}
}
]
}
1
https://gitee.com/jinan5694/lineage-impact-demo.git
git@gitee.com:jinan5694/lineage-impact-demo.git
jinan5694
lineage-impact-demo
lineage-impact-demo
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891