How to fetch data (orders) using Shopify API and upload to S3 bucket?
Hi guys,
I have to design the job which would get data using Shopify API (get all orders details, Order (shopify.dev)), batch them (1000 rows per file) and upload to S3 bucket. I've got Python code which now is used to get this kind of work. But I need to know how can realize that with Talend.
I designed the job which is used to upload files to S3 using tS3Put and tS3Connection, which I found in the documentation and example of scenario.
But I have no idea how to do that and which components could be used in Talend (may be using tRest) or something else. The Python code includes GraphQL query, and I'm not sure if it able to do in Talend.
I couldn't find any conversation about using Shopify.