First of all, sorry if I don't explain everything super technical, I am doing my best.
I have ServiceNow REST API (a link with credentials that pulls data daily in a JSON format).
I want to use a product in Google Cloud Platform (GCP) that pulls the data weekly or daily, and stores it in a GCP product. After that, I want to wrangle the data, perhaps in another GCP product.
My questions:
- Which GCP product should I use to pull ServiceNow data?
- How can I do it? Do I need to code it or just use something like Dataflow?
- Which GCP product should I use to store & wrangle the data?
Thanks for the help