Can a $70 Raspberry Pi handle a 1-Million-Stop Amazon logistics dataset? [feedback on draft headline/impact]
Hey guys,
I’m drafting a post about structural scalability in optimization algorithms. Most routing systems (VRP solvers) I’ve worked with require massive centralized infrastructure or heavy memory footprints to avoid crashing under massive production workloads.
I wanted to prove that high-volume routing is an architectural challenge, not an infrastructure dependency. So I ran the MIT-Amazon Last-Mile dataset on a 4GB Raspberry Pi 400.
The engine managed to plan the 1,048,575 stops across 17 depots in about 8 hours on a single 1.3GB RAM footprint, maintaining identical route quality metrics to my MacBook M4 benchmarks (just ~18x slower due to clock/IO limits)
From a system architecture perspective, do you think highlighting low-cost node horizontal scaling changes the conversation regarding legacy API business models?