DcWww opened a new issue, #9813: URL: https://github.com/apache/seatunnel/issues/9813
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description 目前 Seatunnel 缺乏对 NebulaGraph 图数据库的原生支持,用户无法直接通过 Seatunnel 从 NebulaGraph 读取或写入数据。这限制了用户在数据集成、ETL 和图数据分析场景下的效率。 希望为 Seatunnel 新增一个 NebulaGraph 连接器(Connector),支持以下功能: 1. 数据读取:从 NebulaGraph 中读取点(Vertex)、边(Edge)数据,并转换为 Seatunnel 中的数据结构。 2. 数据写入:将 Seatunnel 处理后的数据写入 NebulaGraph(支持插入/更新点或边)。 3. 配置灵活:支持通过配置文件指定 NebulaGraph 的图空间、标签、边类型、查询语句等参数。 4. 兼容版本:支持至少 NebulaGraph v3.x 及以上版本 ### Usage Scenario Implementing Data Reading and Writing in NebulaGraph ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
