Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
project-collie
project-collie
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • project-collieproject-collie
  • Wiki
    • Udms
    • Sync_mysql_new
  • catalog

catalog · Changes

Page history
增加数据类型说明 authored Apr 29, 2020 by 吴一博's avatar 吴一博
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 0 deletions
+15 -0
  • udms/sync_mysql_new/catalog.md udms/sync_mysql_new/catalog.md +15 -0
  • No files found.
udms/sync_mysql_new/catalog.md
View page @ 1bebaaa7
|配置项目|是否必填|数据类型|说明|
|----|----|----|----|
|[data_type](sync_mysql_new/catalog)|必填|数组||
|[db_connection](sync_mysql_new/catalog)|必填|字典||
|[table_explode](sync_mysql_new/table_explode)|选填|数组||
|[db_start_transaction](sync_mysql_new/catalog)|选填|||
|[add_return_keys](sync_mysql_new/catalog)|选填|||
|[table_match](sync_mysql_new/catalog)|选填|||
### data_type
定义某一种要处理的数据。它与前续处理模块输出的数据类型相对应。
这个数据类型通常是业务层面的一种数据。如,一条被执行人信息。
通常这样一条业务数据以一个确定的JSON格式在数据系统中传递。
但业务层面的一条数据在存储到数据库时,可能对应的是一张表也可能是多张表。
而data_type的定义,就是指明入库模块收到的某一种数据类型所对应的数据库表是哪些。
|配置项目|是否必填|数据类型|说明|
|----|----|----|----|
|name|必填|字符串||
|tables|必填|数组||
### table_explode
......
Clone repository
  • README
  • data_pump
    • data_pump
    • filters
    • filters
      • bloom
    • readers
    • readers
      • file
      • kafka
      • mongodb
      • sql
    • writers
    • writers
      • file
  • dev_guide
  • dev_manual
  • Home
  • ops
    • ansible
View All Pages