-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path标注分析平台整体架构.drawio
55 lines (55 loc) · 4.3 KB
/
标注分析平台整体架构.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<mxfile host="65bd71144e">
<diagram id="fQCFt57Ldn0SEIAt5Dbz" name="第 1 页">
<mxGraphModel dx="1082" dy="789" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="元数据(业务)<br>dataschema" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="510" width="470" height="40" as="geometry"/>
</mxCell>
<mxCell id="3" value="数据集<br>data" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="460" width="470" height="40" as="geometry"/>
</mxCell>
<mxCell id="4" value="ETL" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="320" width="90" height="130" as="geometry"/>
</mxCell>
<mxCell id="5" value="代码管理平台<br>code" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="220" y="390" width="170" height="60" as="geometry"/>
</mxCell>
<mxCell id="6" value="实验管理平台<br>sim +&nbsp;code +&nbsp;data + version" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="400" y="390" width="190" height="60" as="geometry"/>
</mxCell>
<mxCell id="7" value="标注分析平台<br>data +&nbsp;version + analyse" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="220" y="320" width="370" height="60" as="geometry"/>
</mxCell>
<mxCell id="8" value="算法发布<br>CI/CD:code +&nbsp;env<br>发布:本地/云<br>服务:算法服务/模型库" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="600" y="320" width="160" height="130" as="geometry"/>
</mxCell>
<mxCell id="9" value="运行环境<br>env" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="600" y="460" width="160" height="90" as="geometry"/>
</mxCell>
<mxCell id="11" value="工作流开发<br>data +&nbsp;alg" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="240" width="330" height="50" as="geometry"/>
</mxCell>
<mxCell id="12" value="日志、监控<br>log +&nbsp;metrics" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="453" y="570" width="140" height="60" as="geometry"/>
</mxCell>
<mxCell id="13" value="鉴权<br>auth +&nbsp;role" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="570" width="140" height="60" as="geometry"/>
</mxCell>
<mxCell id="14" value="部署运维<br>deploy +&nbsp;elk" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="287" y="570" width="140" height="60" as="geometry"/>
</mxCell>
<mxCell id="15" value="元数据框架<br>schema" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="620" y="570" width="140" height="60" as="geometry"/>
</mxCell>
<mxCell id="16" value="工作流部署" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="120" y="180" width="640" height="50" as="geometry"/>
</mxCell>
<mxCell id="17" value="规则编辑器" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="460" y="240" width="300" height="50" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>