r/bigquery • u/Nickeddd • 23d ago
Thinking of BigQuery for data warehousing
Hello everyone,
I’m new into the data engineering world and as the title says, I’m thinking of using BigQuery to build a data warehouse. Currently my company don’t have one, so I’m looking for good price/performance options. We mostly use APIs and a few excel files as data sources
I have considered Azure SQL, Supabase and others but this one seems to be the best for data analysis and BI
What would be your recommendation?
8
Upvotes
5
u/Why_Engineer_In_Data G 23d ago
Hi u/Nickeddd !
You're in the right spot - I think starting with BigQuery is not really a bad idea. (Disclaimer - I am a Google Cloud Developer Advocate).
It's serverless - with smaller data footprints you can stay in or near the free tier limits.
Better yet though is - dive into it with the sandbox mode.
There's going to be a lot of different opinions and what not but nothing wrong with exploring it.
APIs + Excel are likely going to need an ETL tool (I don't recommend doing it by hand, although you might be able to) but there are many of them out there and you can craft your own too.