nebula icon indicating copy to clipboard operation
nebula copied to clipboard

Support DataX

Open czpmango opened this issue 3 years ago • 1 comments

Feature description DataX is an offline data synchronization framework open sourced by Alibaba Cloud.This framework provides a unified abstraction for data synchronization. Users can implement Reader/Writer plugins to integrate data sources, and each newly accessed data source can communicate with existing data sources in its ecosystem. nebula looks forward to supporting DataX.

TODO list

  • [ ] Configure metadata mapping
  • [ ] Support data Reader/Writer plugin
  • [ ] Regression testing
  • [ ] Documentation

Additional context All aspects related to performance need to be evaluated in detail.

czpmango avatar Jul 04 '22 07:07 czpmango

https://github.com/nebula-contrib/DataX

czpmango avatar Jul 25 '22 08:07 czpmango

you can write one by sdk, little code ~~~ but multi version is not supportted~

https://github.com/nebula-contrib/DataX

VincentSleepless avatar Oct 08 '22 06:10 VincentSleepless

The DataX skeleton has been implemented and will be improved later. Close this issue for now.

czpmango avatar Dec 05 '22 07:12 czpmango