Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
33173af1
Commit
33173af1
authored
Dec 02, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
15e51483
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mock.ts
src/views/dataIntegration/dataLoading/dataEntryLake/mock.ts
+4
-4
No files found.
src/views/dataIntegration/dataLoading/dataEntryLake/mock.ts
View file @
33173af1
...
...
@@ -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
:
'支持
数仓的数据库数据定期卸载到指定文件系统的文件夹
'
,
},
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment