You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/06/06 07:49:42 UTC

[GitHub] [incubator-hugegraph-toolchain] simon824 opened a new issue, #290: [Feature] Introduce HugeGraphFlinkCDCLoader

simon824 opened a new issue, #290:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/290

   ### Feature Description (功能描述)
   
   basic version of HugeGraphFlinkCDCLoader


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph-toolchain] javeme closed issue #290: [Feature] Introduce HugeGraphFlinkCDCLoader

Posted by GitBox <gi...@apache.org>.
javeme closed issue #290: [Feature] Introduce HugeGraphFlinkCDCLoader
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/290


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph-toolchain] imbajin commented on issue #290: [Feature] Introduce HugeGraphFlinkCDCLoader

Posted by GitBox <gi...@apache.org>.
imbajin commented on issue #290:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/290#issuecomment-1154783076

   Another TODOs:
   - [ ] 通过 Flink-connector 把旧图数据一键迁移到新图上, 图升级
   - [ ] 支持 Flink SQL, 类 SparkQL 的方式进行 CRUD 操作
   - [ ] 通过 Catalog 支持动态感知 GraphServer 的 schema 变化,从而流式导入时不会因此中断
   - [ ] 事务类支持`exactly-once` 等 
   
   Some refs:
   - [Introduce Flink 1.14 - Official Doc](https://nightlies.apache.org/flink/flink-docs-release-1.14//docs/try-flink/local_installation/)
   - [Apache Flink From start to good - 2019 - InfoQ](https://www.infoq.cn/theme/28)
   - [Flink CDC Official Doc](https://ververica.github.io/flink-cdc-connectors/master/content/about.html)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org