Neo Kim's avatar
How Uber Finds Nearby Drivers at 1 Million Requests per Second
Anil's avatar

Not helpful, just seems like 2 lines copied from the original post and pasted here.

How is this helping anyone learn any of the concept. The page has been filled with image and one liner (with no detail whatsoever) to make the blog lengthly. would be better to simply create a section of source blogs separately.

Neo Kim's avatar

I see. What 2 lines from which original post are you referring to?

Have you checked the references? They are from tech talks and H3 documentation.

The reading time of this post is 5 minutes. If you find this lengthy, I don't know how to help further.

All are copied from the reference as such and are one liners, without any context.

Map matching transforms raw GPS signals into actual road segments.

They use Apache Cassandra to store raw locations for long-term durability.

Apache Cassandra is a distributed database. Yet Cassandra is optimized for write operations.

So they add a Redis cache layer on top of it to shed the read operations.

1 Reply
Jan 12, 2024
at
10:30 AM