vesoft-inc / nebula-flink-connector

Flink Connector for Nebula Graph
48 stars 30 forks source link

flink-connector: Support update write mode #22

Closed Nicole00 closed 2 years ago

Nicole00 commented 3 years ago

add update wirte mode for nebula.

  1. Add WriteMode config for executionOptions.
  2. The WriteMode should be a enum class, and it contains UPDATE mode.
  3. Construct batch update ngql for UPDATE mode.
Nicole00 commented 2 years ago

https://github.com/vesoft-inc/nebula-flink-connector/pull/25 resolved.