capstone-coal / coal-sds

An Apache OODT-powered Science Data System for COAL
Apache License 2.0
2 stars 3 forks source link

Configure OODT's PushPull Framework #7

Closed lewismc closed 6 years ago

lewismc commented 6 years ago

OODT's PushPull component framework provides a client architecture for accessing an array of remote resources. This component is used to pull from remote resources and push to local ones. It is typically used in conjunction with the CAS Crawler component. An example use case would be pulling data products from a remote FTP service e.g. the AVIRIS FTP servers and pushing them to a local staging area e.g. the ones we use within basic file management, from which the OODT CAS Crawler then then inject them into the File Manager.

We need to add configuration for implemening PushPull.

thomkenn commented 6 years ago

The documentation in this issue appears to be out of date. i dont believe pushpull is currently an aspect of OODT, it appears to be now done through third party plugins.

lewismc commented 6 years ago

@thomkenn please leave this for the time being. Instead focus on #6