Skip to content

Commit eb02571

Browse files
authored
Update File Structure
1 parent eb95b30 commit eb02571

File tree

1 file changed

+17
-30
lines changed

1 file changed

+17
-30
lines changed

File Structure

Lines changed: 17 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,28 @@
1-
Scalable-Event-Driven-Ride-Sharing-Platform/
1+
ride-sharing-platform/
22
3-
├── src/
4-
│ ├── gateway/
3+
├── services/
4+
│ ├── api-gateway/
5+
│ ├── rider-service/
6+
│ ├── driver-service/
57
│ ├── matching-service/
8+
│ ├── trip-service/
69
│ ├── pricing-service/
7-
│ ├── driver-service/
8-
│ ├── passenger-service/
9-
│ ├── event-bus/
10-
│ │ ├── base.py
11-
│ │ ├── kafka_bus.py
12-
│ │ ├── redis_bus.py
13-
│ │ └── rabbitmq_bus.py
14-
│ └── common/
15-
│ ├── models.py
16-
│ └── utils.py
10+
│ ├── payment-service/
11+
│ └── notification-service/
12+
13+
├── shared/
14+
│ ├── event_schema/
15+
│ ├── utils/
16+
│ └── logging/
1717
1818
├── infra/
1919
│ ├── docker/
2020
│ ├── kubernetes/
2121
│ ├── terraform/
22-
│ └── ansible/
22+
│ └── helm/
2323
2424
├── tests/
25-
│ ├── unit/
26-
│ ├── integration/
27-
│ └── load-tests/
28-
29-
├── docs/
30-
│ ├── architecture.md
31-
│ ├── flowchart.png
32-
│ ├── sequence-diagram.png
33-
│ └── api-spec.md
34-
25+
├── load-tests/
3526
├── scripts/
36-
│ └── seed_data.py
37-
38-
├── docker-compose.yml
39-
├── requirements.txt
40-
├── README.md
41-
└── LICENSE
27+
├── docs/
28+
└── README.md

0 commit comments

Comments
 (0)