Skip to content

Commit

Permalink
added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiwycherley committed Mar 25, 2024
1 parent e339141 commit 49a9992
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a serverless project to provide the processing of data files for LFW fro

### ffoi-process

Pulls in the telemetry data from the S3 bucket and processes it into the database
Pulls in the forcast telemetry data from the S3 bucket and processes it into the database

### fgs-process

Expand All @@ -26,6 +26,10 @@ This Lambda will check every station in the database agaist the IMTD api and upd

brings in the observed telemtery data from the S3 bucket and processes it into the database

### rloi-refresh

refreshes the materialized views and clears out the old telemetry.

### station-process

Uses the exports context file from sharepoint to update the stations in the database.
Expand Down
2 changes: 1 addition & 1 deletion test/events/ffoi-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "devldnlfws3bkt001"
},
"object": {
"key": "fwfidata/ENT_7024/THFSTHTS20230502070400000.XML"
"key": "fwfidata/ENT_7024/ANFSANTS20240322004900000.XML"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/events/rloi-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "devldnlfws3bkt001"
},
"object": {
"key": "fwfidata/rloi/NWTSNWFS20210112103440355.XML"
"key": "fwfidata/rloi/ANTSANFS20240322070048261.XML"
}
}
}
Expand Down

0 comments on commit 49a9992

Please sign in to comment.