You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

813 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

计划: 一、数据迁移

  • 梳理完整任务计划表并进行时间评估(核对新旧系统表结构除外) 二、数据血缘
  • 测试数据血缘管理,完成元数据提取模块

工作日志: 数据迁移:

  1. 梳理完整任务计划表并进行时间评估
  2. 新旧表字段核对思路: 以计量支付为例:
    从系统功能反推数据流
    1、拆分新版计量支付功能点
    2、通过debug回溯功能点与新表对应关系
    3、人工分析旧表与新表字段关系
    4、搭建测试环境模拟从旧表抽数到新表
    5、通过步骤1、2梳理的功能与表对应关系进行功能性验证。如果功能不正常需修改步骤4产出脚本。
  3. 搭建dataX、dataX-web集群并编写安装维护手册缺少集群配置