Skip to content

Lucas382/RedisQueueDistributedComputing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project dedicated to understand Distributed Computing with Redis

Usage:

  1. Fill All .env.
  2. Run the pip install -r requirements. txt command.
  3. Run the docker compose up command.
  4. Start the Main app to Generate some messages.
    In the App directory
      python main.py
    
  5. Start as many workers you want to listen and wait for messages.
    In the Worker directory
      python worker.py
    

Credits: MathByte Academy

Releases

No releases published

Packages

No packages published

Languages