Skip to content

QILINXIE02/caps-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAPS Cloud System

Using only AWS Services: SQS, SNS, and client applications, create a cloud version of the CAPS system.

Introduction

The CAPS (Cloud-based Application Package System) leverages AWS services to create a scalable, reliable, and efficient package delivery system using SNS, SQS, and Node.js applications.

Architecture

UML Diagram : alt text

  • SNS Topic: pickup.fifo
  • SQS FIFO Queue: packages.fifo
  • Vendor SQS Standard Queues: vendor1, vendor2, etc.
  • Vendor Application: Sends pickup requests and receives delivery notifications.
  • Driver Application: Processes packages and sends delivery notifications.

Setup Instructions

  1. Clone the Repository
    git clone https://github.com/qilinxie02/caps-cloud.git
    cd caps-cloud

About

Using only AWS Services: SQS, SNS, and client applications, create a cloud version of the CAPS system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors