Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 431 Bytes

QUEUE_WORKER_NASA

The purpose of this microservice is to download merra dataset using authentication. After downloading it converts the dataset into latitude and longitude using a formula and makes a call to DB_Writer to insert into the database.

Run Module

Note: Change Directory

cd queue_worker_nasa
  1. Install Dependencies
pip install -r requirements.txt
  1. Run Worker
python worker.py