Skip to content

Distributed-System-Project-1 will be a projects that takes in system design conecpts of pub/sub to real world implementation.

Notifications You must be signed in to change notification settings

Clint-Mathews/Distributed-System-Project-Uno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-System-Project-Uno

Distributed-System-Project-1 will be a projects that takes in system design conecpts of pub/sub to real world implementation.

To Run App

Navigate to Distributed-System-Project-Uno/receiver-service/cmd/receiver-service/ and run either of the commands.

go run main.go

OR

go build
chmod +x receiver-service
./receiver-service

Setup Redis

  • Docker already installed
Run command : docker-compose --env-file=.env up

OR

  • Docker already installed
  • Python installed
Run command : python3 script.py

The same above code is called from the script python file

About

Distributed-System-Project-1 will be a projects that takes in system design conecpts of pub/sub to real world implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published