r/bigquery • u/Nickeddd • 15d 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?
3
u/monkeyinnamonkeysuit 15d ago
To answer this question you need to tell us so much more about your data and environment, but the most telling one for the bigquery question is how much data you actually have.
In the nicest way possible, if you are new enough to data engineering that you are evaluating this question using the criteria you have provided, you are too new to data engineering to make this decision alone if the outcome matters at all. The criteria you have provided are trivial to do in any modern data platform.
I'm going to guess from your "apis and a few excel files" comment that you are much too low a volume of data to justify bigquery. And the success or failure of a data warehouse lives and dies on a lot more than platform choice.
That said, if your requirements are simple then you can probably make it work on more or less any platform, it just wont be the right tool for the job and will make things harder/top expensive/worse user experience etc.
1
u/Nickeddd 15d ago
Getting into the details, I have thought of a medallion architecture, keeping it serverless, implementing SCD2 in a couple of tables. We have one fundamental source with 1-2 millions of rows and +20 columns, where most of the business logics and others analysis comes from. Besides that, there are 3 or 4 more sources with around 50k rows each.
1
u/monkeyinnamonkeysuit 15d ago
All of your data would fit in RAM on a modern laptop. The shape and nature of your data does not drive this conversation at all, there is no platform out there that can't do what you are asking. Bigquery might still be a reasonable choice. What tech platforms does your business have already? Who is going to be building and maintaining this, what skills do they have and who will be the end users consuming it? What BI tooling is available to you? What cadence does the data arrive in? Whats your aspiration for data growth, both in terms of number of sources and total rowcount?
1
u/Nickeddd 8d ago
The data comes in hourly, so constant refreshes will be needed, so thats why we use tools that allows scheduled updates like PowerBI. Also, I'll be the one building and maintaining this data warehouse
1
u/Odd-String29 14d ago
That little data is no problem for BigQuery. You can argue you can run your own database locally or in the cloud somewhere, but I think all of those might actually be more expensive than doing it in BigQuery.
2
u/bayouski 14d ago
BigQuery sounds like a pretty reasonable choice here, especially if the main use is analytics/BI. it's fully managed, so there's basically no database infra to babysit, and for a smaller workload the on-demand pricing can stay pretty cheap. just learn partitioning + how query costs work early, because badly written queries can scan way more data than expected.
the bigger thing i'd think about is ingestion. since most of your sources are APIs + Excel, i'd avoid building a bunch of custom scripts unless you actually need to. Coupler.io is one option for getting both into BigQuery on a schedule, including generic JSON APIs.
i'd start small: load a couple of real sources, build one BI use case, watch the query costs for a month, then decide if it makes sense as the company-wide warehouse.
1
u/Nickeddd 8d ago
Hey, thanks for the suggestion! Any YouTube channel you recommend for learning more about BigQuery and this kind of tools?
2
u/captain_obvious_here 14d ago
I don't know a single person who regretted choosing BQ.
It's a great tool, no matter how much data you have. And it stays pretty cheap if you know what you are doing.
1
u/sois 15d ago
It's a really good choice if you're not going to have a super gigantic warehouse. There's also a very generous free tier, and it also comes with data form, which will help you build your models. Let me know if you need some help. I work at a Google partner.
1
u/lars_jeppesen 13d ago
What do you mean by "not super gigantic warehouse"? It's basically limitless regarding storage.
1
u/PolicyDecent 15d ago
I'd definitely go with bigquery, since it's almost free for the small data, and requires no maintenance.
You just need a ELT solution to ingest data and transform it.
To ingest you can use fivetran or open source alternatives like ingestr, dlt, airbyte.
To transform you can use bigquery builtin dataform, dbt or bruin.
Disclaimer: I'm the developer of bruin and ingestr. It's open-source and exactly built for these scenarios. Feel free to reachout if you need any help to use it. Easiest in the market to use.
1
u/Turbulent_Egg_6292 14d ago
Curious? Which is your goal? Data warehouse? Processing and consuming through apis? Batch processing/real time processing? I'd only recommend bq if you dont need to consume the data for dashboards/apis and if you are very sure you will be batch processing
1
u/lars_jeppesen 13d ago
How so? It's amazing for dashboards
1
u/Turbulent_Egg_6292 11d ago
Unless you are hitting very small datasets, dashboards with high latency constraints force you to use use BI engine and general costs are very high in comparison to Clickhouse. For small data and non latency requirements bq is okey (i assume you'd run on demand), but anything past a certain level clickhouse is king for consumkng thw data
1
u/Content-Parking-621 14d ago
Went through the same decision last year, BigQuery won for us too. Solid pricing and query speed. Since you're on APIs and Excel, Windsor.ai made syncing those into BigQuery painless, saved me weeks of pipeline work honestly.
1
u/BTA_SR 14d ago
For context, our team at Beyond the Arc assesses AI visibility for banks and fintechs. We have web analytics data (Google GA4) and other sources flowing into BigQuery. With the native connectors for Claude Code (and now there’s a new MCP server), natural language queries of the data are amazing. We’ve iteratively built up complex filters, run ad hoc reports, built views and tables. These capabilities aren’t exclusive to BigQuery, but is something you should consider whatever direction you decide to go.
1
u/boeingb17 14d ago
I use BQ for my data warehouse as a small business, and it's fantastic. Since so much of the pricing is process-based, I can let my data sit for storage-only fees and pay to pull when needed. All of my customer-facing databases are on dedicated MySQL or PG servers since I don't want to be surprised. But for internal data warehousing, BQ gives me the most powerful SQL option at minimal cost. When I use it, I pay for it, but it's power is in how it scales down so elegantly.
1
u/lars_jeppesen 13d ago
We use BigQuery and love it. You need to be aware of how to optimize your searches to avoid being robbed but other than that it's great.
Materialized views are fantastic for automatically grouping data on all kinds of ways and use those for analytics queries. Amazing imho
1
u/sydneysweeney69 12d ago
I suggest go with snowflake , it’s not tied to any cloud ecosystem. It’s got great support and it’s not that expensive. Bigquery is dogshit and so is google . They don’t care about building enterprise warehouses . That’s not their business model or moat .
Infact they are so lost , they don’t even have proper ai or frontier models .
-1
u/PepSakdoek 15d ago
For the size of your data, maybe start with Ms Access.
Bigquery is amazing for speed of querying big datasets with billions of rows. If you've ever run a query on a prod environment that took 1h+ to execute only to remember you forgot one column, will help understand getting the the bliss of that same query done in less than 10s.
But as the data sizes rise so do the costs!
4
u/PolicyDecent 15d ago
Please, noone should use MS Access as the DWH. It should be removed from the world.
1
u/PepSakdoek 15d ago
Yes... It's about experiencing the pain of slow queries. In their data-size space.
4
u/Why_Engineer_In_Data G 15d 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.