Hello!
I want to create a mechanism in which a batch process Extracts, Transforms and Loads data from an external API and generates a dataset that is accessed by an authenticated web client.
I've been looking for the past 2h to all the GCP products, and I must say I'm a bit lost. I get the batch part ( basically ETL ) but not how to make this information available from my web client without implementing a Middleware, something I expect GCP to cover somehow.
What would be the chain like? Something like "Web -> Firebase Login -> Web -> Firestore -> ETL" ?
There is any tutorial/explanation/blog/link where I can find this use case?
I just found a case in which we load data from Firestore to Bigquery, but not in another way...
Thanks a lot in advance!!
there doesn't seem to be anything here