-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture Overview
singh-yash129 edited this page Apr 19, 2026
·
1 revision
Cargo-Core uses a centralized cloud architecture with role-specific interfaces operating on one shared logistics data backbone.
- Backend orchestration layer for auth, RBAC, orders, dispatch, and workflow transitions.
- Web operations layer for management, warehouse, dispatcher, vendor, and customer experiences.
- Driver execution layer for route progression, geofence signals, and proof-of-delivery capture.
- Data and async layer for persistence, queues, worker processing, and operational telemetry.
- Clear role boundaries
- Reliable cross-role handoff
- Full move lifecycle traceability
- Scalable foundation for production traffic