Hi!
I’m struggling to find a way to export my app data to other Bigquery or similar in order to do queries/analytics, etc.
I’ve been testing 2 different approaches:
-
Create an SQL instance in Google Cloud Console and then running queries from Bigquery. The issue is that the data is structured in a very different way and I simply can’t find my app data
-
Use the GET function from the Data API. I’m doing this using Postman, but the issue is then how to make this data queriable. Maybe there is a simpler way to do it?
Anyone has some experience with this? A how-to-guide?
I just want to run some queries with my customer’s data and then plug it in back to Bubble to visualize it.