Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Solai-Adithya/Scalable-Systems-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns for Scalable Systems Project

A simulation of a job submission & processing system using related design patterns that help in making the systems maintainable and more reliable. More details available in the task description

Design patterns implemented

  1. Factory Design Pattern: Creates a specific kind of object from that factory.
  2. Resource Management Design Pattern: Used to manage the instances/resources on AWS or Any other cloud platform.
  3. Proxy Design Pattern: Actual worker substituted with a proxy which handles communication with actual instance.
  4. Heart Beat Pattern: Worker proxy makes heart beat requests at certain time interval
  5. Circuit Breaker Design Pattern - In case of failure, the circuit breaker denies requests until stability is achieved, so that a backlog of requests is not created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%