This is a $20k/year savings. Perhaps, I'm not aware of the pricing in the Indian market (where this startup is), but that simply doesn't seem like a good use of time. There's an actual cost of doing these implementations. Both in hard financial dollars (salaries of the people doing the work) and the trade-offs of de prioritizing other other.
We built a modern data stack from scratch and reduced our bill by 70%
11–20 of 60 posts
Re: We built a modern data stack from scratch and reduced our bill by 70%
#12Re: We built a modern data stack from scratch and reduced our bill by 70%
#13We use BQ and Metabase heavily at work. Our BQ analytics pipeline is several hundred TBs. In the beginning we had data (engineer|analyst|person) run amock and run up a BQ bill around 4,000 per month.
By far the biggest things was:-
- partition key was optional -> fix: required
- bypass the BQ caching layer -> fix: make queries use deterministic inputs [2]
It took a few weeks to go through each query using the metadata tables [1] but it worth it. In the end our BQ analysis pricing was down to something like 10 per day.
[1] https://cloud.google.com/bigquery/docs/information-schema-jo...
[2] https://cloud.google.com/bigquery/docs/cached-results#cache-...
Re: We built a modern data stack from scratch and reduced our bill by 70%
#14I know it's easy to be critical, but I'm having trouble seeing the ROI on this. This is a $20k/year savings. Perhaps, I'm not aware of the pricing in the Indian market (where this startup is), but that simply doesn't seem like a good use of time. There's an actual cost of doing these implementations. Both in hard financial dollars (salaries of the people doing the work) and the trade-offs of de prioritizing other oth…
Re: We built a modern data stack from scratch and reduced our bill by 70%
#15I know it's easy to be critical, but I'm having trouble seeing the ROI on this. This is a $20k/year savings. Perhaps, I'm not aware of the pricing in the Indian market (where this startup is), but that simply doesn't seem like a good use of time. There's an actual cost of doing these implementations. Both in hard financial dollars (salaries of the people doing the work) and the trade-offs of de prioritizing other oth…
It's approximately 4 annual salaries (non dev)
Re: We built a modern data stack from scratch and reduced our bill by 70%
#16So you saved just $20k per year? Not sure the context of your company but I’m not sure if this turns out to be a net win given the cost of engineering resources to produce this infra gain
But generally rolling your own has other benefits.
Re: We built a modern data stack from scratch and reduced our bill by 70%
#17Re: We built a modern data stack from scratch and reduced our bill by 70%
#18Re: We built a modern data stack from scratch and reduced our bill by 70%
#19Is Debezium the only good CDC tool out there? I have a fairly simple data stack and am looking at integrating a CDC solution but I really dont want to touch Kafka just for this. Are there any easier alternatives?