Capacity Estimation for Parking Lot(Garage)

You can estimate the system capacity by analyzing certain data are:

  • Number of traffic according to daily user.
  • Number of user reserves parking space.
  • Number of user pay for the space without reservation.

By analyzing whole data we can further calculate the required storage capacity for whole year. Here is the simplified calculation given:

Traffic is 50,000 vehicles per month
Traffic per second = 50000/30*24*60*60
= 0.019
Assumption: 30% of users reserve parking spaces in advance
10% of users pay for parking without a reservation

TPS: 30+10 = 40
Storage required (approx 200kb/reservation): 40*200 = 8000 KB/S = 8 MB/S
Storage required per year = 8*60*60*24*365:= 250 TB

Designing Parking Lot (Garage) System | System Design

Parking garage plays an important role in today’s world, as the number of vehicles is increasing every day, so it has become a major concern to manage them. The parking garage provides the solution to this problem of limited space. It offers to book a Parking garage using any method whether online or offline.

In this article, we will explore all the various components involved in designing a Parking Garage.

Important Topics for Designing Parking Lot (Garage) System

  • Requirements for designing Parking Lot(Garage)
  • Capacity Estimation for Parking Lot(Garage)
  • Usecase Diagram for Parking Lot(Garage)
  • Architecture of Parking Lot(Garage)
  • Low-Level Design (LLD) for Parking Lot(Garage)
  • High-Level Design (HLD) for Parking Lot(Garage)
  • Database Design for Parking Lot(Garage)
  • API Used for Parking Lot(Garage)
  • API Code Implementation for Parking Lot(Garage)
  • Microservices Used for Parking Lot(Garage)
  • Scalability for Parking Lot(Garage)
  • Conclusion

Similar Reads

1. Requirements for designing Parking Lot(Garage)

1.1 Functional Requirement for Parking Lot(Garage)...

2. Capacity Estimation for Parking Lot(Garage)

You can estimate the system capacity by analyzing certain data are:...

3. Usecase Diagram for Parking Lot(Garage)

A use case diagram illustrates the interactions between user and the system, showcasing diverse use cases and actors concerned within the parking garage system....

4. Architecture of Parking Lot(Garage)

Architecture of Parking Lot Garage...

5. Low-Level Design (LLD) for Parking Lot(Garage)

In Low-Level Design (LLD), the focus is on special making plans and specifications of user components in the system....

6. High-Level Design (HLD) for Parking Lot(Garage)

High-Level Design (HLD) offers an architectural evaluation of the entire system, outlining principal components and their interactions....

7. Database Design for Parking Lot(Garage)

...

8. API Used for Parking Lot(Garage)

8.1 Flowchart of Slot Allocation Algorithm...

9. API Code Implementation for Parking Lot(Garage)

...

10. Microservices Used for Parking Lot(Garage)

9.1 User Registration API (POST):...

11. Scalability for Parking Lot(Garage)

...

12. Conclusion

...

Contact Us