These just seems like over engineered solutions trying to guarantee their job security. When the dataflows are so straight forward, just replicate into pick your OLAP, and transform there.
We built a modern data stack from scratch and reduced our bill by 70%
21–30 of 60 posts
Re: We built a modern data stack from scratch and reduced our bill by 70%
#22Is 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?
AWS has DMS with a serverless option which is great for CDC
Re: We built a modern data stack from scratch and reduced our bill by 70%
#23So 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
If it's only for cost savings it's a hard sell. But generally rolling your own has other benefits.
Re: We built a modern data stack from scratch and reduced our bill by 70%
#24How much did this cost in engineering time and how much will it cost to maintain? How about when you need to add a new feature? Seems like you saved roughly 1.5k per month which pays for a couple days of engineering time (ignoring product,mgmt and costs related to maintaining the software)
Even if you needed to invent a new feature, you could invent a months worth of features every year and still save money.
Re: We built a modern data stack from scratch and reduced our bill by 70%
#25These just seems like over engineered solutions trying to guarantee their job security. When the dataflows are so straight forward, just replicate into pick your OLAP, and transform there.
Re: We built a modern data stack from scratch and reduced our bill by 70%
#26I 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%
#27Reading carefully: the result of this work yields an expected $21,000 USD in annual operating cost savings for infrastructure services.
Is this resume driven development?
What was the opportunity cost of this work? Is the resulting system more or less maintainable by future employees/teammates?
Re: We built a modern data stack from scratch and reduced our bill by 70%
#28Is 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?
Re: We built a modern data stack from scratch and reduced our bill by 70%
#29Re: We built a modern data stack from scratch and reduced our bill by 70%
#30These just seems like over engineered solutions trying to guarantee their job security. When the dataflows are so straight forward, just replicate into pick your OLAP, and transform there.
What is the current state of the art (open source) when doing oltp to olap pipelines in these days? I don’t mean a one-off etl style load at night but a continuous process with relatively low latency?