Skip to main content

Has anybody used GraphQL as data source? 

I’ve been tried to connect it using StreamSets, but, no luck!

 

GraphQL is usually served over HTTP, so have you tried using the HTTP Client?

https://docs.streamsets.com/portal/platform-datacollector/latest/datacollector/UserGuide/Processors/HTTPClient.html

 

https://graphql.org/learn/serving-over-http/


I’ve found out the way to sort it out, so, anyone can do it replacing the GraphQL from (example):

 

 

To HTTP:

 

Thanks

 

 

 

 


Reply