Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

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 and pushing them to a local staging area from which the CAS Crawler then then inject them into the File Manager.

Download and Install

  1. Download a Released tarball/zip from the Downloads page. (http://oodt.apache.org/downloads/)
  2. Uncompress it
  3. cd into the apache-oodt-{version} folder
  4. mvn package

...