Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikhil25803/logiconnect
A scalable On-Demand Logistics Platform for Goods Transportation.
https://github.com/nikhil25803/logiconnect
celery distancematrixapi docker fastapi googlemaps-api haversine-formula nextjs14 pydantic python3 redis typescript
Last synced: about 1 month ago
JSON representation
A scalable On-Demand Logistics Platform for Goods Transportation.
- Host: GitHub
- URL: https://github.com/nikhil25803/logiconnect
- Owner: nikhil25803
- License: apache-2.0
- Created: 2024-10-12T16:46:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T19:16:00.000Z (3 months ago)
- Last Synced: 2024-11-26T19:08:09.034Z (about 1 month ago)
- Topics: celery, distancematrixapi, docker, fastapi, googlemaps-api, haversine-formula, nextjs14, pydantic, python3, redis, typescript
- Language: Python
- Homepage:
- Size: 619 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogiConnect
Implementation of a highly scalable logistics platform that
enables users to book transportation services for moving goods. The platform connects users with a
fleet of drivers, offering real-time availability, pricing, and tracking.The system is engineered to handle up to 10,000 requests per second, catering to a global user base
of 50 million and supporting 100,000 registered drivers. This project is a submission for the
On-Demand Logistics Platform for Goods Transportation, focusing on efficient coordination and
high-performance capabilities# Tech Stack
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white) ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white) ![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) ![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)# High-Level Diagram
![image](https://github.com/user-attachments/assets/a9b5575d-e962-4d40-ba45-5b67ce1ec5f2)