incubator-hugegraph-toolchain icon indicating copy to clipboard operation
incubator-hugegraph-toolchain copied to clipboard

[Feature] Introduce HugeGraphFlinkCDCLoader

Open simon824 opened this issue 3 years ago • 1 comments

Feature Description (功能描述)

basic version of HugeGraphFlinkCDCLoader

simon824 avatar Jun 06 '22 07:06 simon824

Another TODOs:

  • [ ] 通过 Flink-connector 把旧图数据一键迁移到新图上, 图升级
  • [ ] 支持 Flink SQL, 类 SparkQL 的方式进行 CRUD 操作
  • [ ] 通过 Catalog 支持动态感知 GraphServer 的 schema 变化,从而流式导入时不会因此中断
  • [ ] 事务类支持exactly-once

Some refs:

imbajin avatar Jun 14 '22 06:06 imbajin