Commit 33173af1 authored by liwei's avatar liwei

修改了bug

parent 15e51483
......@@ -197,18 +197,18 @@ export const cardList = [
description: '支持将文件定期加载入数据仓库中',
},
{
title: '准实时加载',
title: '非结构化数据离线加载',
scene: 'dataDischargeLake',
icon: 'mdi:database-clock',
color: '#9064e9',
description: '支持从数仓将数据加载到传统关系数据库中,支持目标端(Mysql,Oracle等)。',
description: '支持将NoSQL(mongodb)类型数据库数据加载到数据仓库中',
},
{
title: '数据出湖',
title: '数据库到文件',
scene: 'databaseOfflineLoading',
icon: 'icon-park-solid:data-switching',
color: '#9064e9',
description: '支持从数仓将数据加载到传统关系数据库中,支持目标端(Mysql,Oracle等)。',
description: '支持数仓的数据库数据定期卸载到指定文件系统的文件夹',
},
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment