Closed ramesh-maddegoda closed 7 months ago
Lambda has been updated to update the database from the s3 events. Remains to create docker images to move the files from S3 to EFS.
@ramesh-maddegoda is making progress on that task. He now can clean up the file on EFS. Now Ramesh is trying to integrate FunPack in a docker container.
The docker container can use funpack and Ramesh has integrated it to the nucleus workflow.
The workflow worked well on 3 messenger directory.
After cleaning the EFS, the directory structure remains because we don't know if something is writing on it.
Ramesh will now plug harvest which will write on the SBN production Opensearch on JPL AWS.
Obsolete per architecture improvements
💡 Description
At the moment, we use EFS in Nucleus instead of S3, because,
As a result we introduced, lots of components to determine if we have recived a PDS product completely. This increases our costs in addition to the EFS cost.
However, if the Nucleus DAGs can copy data from S3 staging bucket to EFS at the time of DAG processing (and delete data at the end of the DAG), then we can reduce our cost.
The proposed approach:
⚔️ Parent Epic / Related Tickets