YouTube System Design for Robotics Data Infrastructure
hebbianrobotics.com
YouTube System Design for Robotics Data Infrastructure
1–3 of 3 posts
Re: YouTube System Design for Robotics Data Infrastructure
#2What does YouTube system design have to do with robotics data?
When we started building Pareto, we weren’t thinking about YouTube, but the data path looked familiar: upload, process, store, index, play.
Here's what the classic system design question gets right in production.
- Read: https://hebbianrobotics.com/blog/youtube-system-design-for-r...
- Try Pareto: https://pareto.hebbianrobotics.com
- Code open source: https://github.com/Hebbian-Robotics/pareto
Re: YouTube System Design for Robotics Data Infrastructure
#3Very interesting thought experiment. One thing I'm curious is how you might think through scale, certain data formats scale much faster and may consume more space than others. How do balance both growth of data formats and overall how much data can be hosted?