Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Connector-V2] Support GraphQL Connector #8557

Open
2 of 3 tasks
davidzollo opened this issue Jan 20, 2025 · 2 comments
Open
2 of 3 tasks

[Feature][Connector-V2] Support GraphQL Connector #8557

davidzollo opened this issue Jan 20, 2025 · 2 comments
Assignees

Comments

@davidzollo
Copy link
Contributor

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

GraphQL is becoming increasingly popular, but currently, SeaTunnel does not have a GraphQL connector.
You are welcome to implement a corresponding connector, and you can refer to the seatunnel-connectors-v2/connector-http, which is typically used for interacting with RESTful APIs, but you can extend it to support GraphQL requests. GraphQL requests are similar to REST, usually sent via a POST method with a JSON request body containing the query. You can add GraphQL-specific request construction and response parsing logic based on the HTTP connector.

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@eyys
Copy link
Contributor

eyys commented Jan 21, 2025

Hi, can I try to finish the development of this feature

@davidzollo
Copy link
Contributor Author

@eyys has assigned to you, I'm looking forward to your PR ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants