donnemartin / system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Other
270.24k stars 45.62k forks source link

Design Uber.com #256

Open vshelke opened 5 years ago

vshelke commented 5 years ago

Diagram for the design of uber.com which involves architecture for real-time tracking.

morenoh149 commented 5 years ago

I know they use a lot of go because they need to have tight control on the latencies for all their services. JVM could have also been a good choice for this reason.

IAmPramod commented 5 years ago

@vshelke Creating a design diagram of real-time tracking of uber.com will be really difficult. Instead we can focus on core functionalities of app.