Skip to content

pandeyroshan/DWSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Weather Simulation Engine

The Distributed Weather Simulation Engine (DWSE) is a Python-based application that enables users to submit weather simulations for specific geographic regions over a given time period. DWSE will perform simulations by distributing tasks to multiple workers and returning the predicted weather data.

How to run?

Spin up the containers:

$ docker-compose up -d --build

Go to http://localhost:8004 to run the tasks and click here to http://localhost:5556 to view the Flower dashboard.

Technology used

  • Celery
  • Postgres
  • FastAPI
  • redis
  • pytest
  • Docker

About

The Distributed Weather Simulation Engine (DWSE) is a Python-based application that enables users to submit weather simulations for specific geographic regions over a given time period. DWSE will perform simulations by distributing tasks to multiple workers and returning the predicted weather data.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors