From b1e7db13353b4dbfbc2465b542ed61d3192fcbb2 Mon Sep 17 00:00:00 2001 From: jterry64 Date: Thu, 26 Sep 2024 17:28:14 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6548137..0d7a22a 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ flowchart LR ``` There are three lambdas: + **Dispatcher**: This lambda is the entrypoint and takes in the command. It creates the jobs to run based on the commands. For `sync` jobs, it will reach out to the different data providers (NASA, GCS, RW) and sync any required data to run the jobs. **Executor**: This lambda will execute each job. There are different classes in the `datapump` module that define how to reach each job. This is generally a multiple step process, like uploading data to the Data API, running EMR jobs or creating tile caches.