From 37b84b6afa75f1209fdecd11725acf186965e0c7 Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Wed, 13 Mar 2019 14:53:35 +0100 Subject: [PATCH] Added description of the module --- dhp-collector-worker/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dhp-collector-worker/README.md diff --git a/dhp-collector-worker/README.md b/dhp-collector-worker/README.md new file mode 100644 index 000000000..b6609179d --- /dev/null +++ b/dhp-collector-worker/README.md @@ -0,0 +1,16 @@ +Description of the Module +-------------------------- +This module defines a **collector worker application** that run on Hadoop. + +It is responsible of harvesting metadata using different plugin, that should be passed as arguments +in the main class + +##Plugins +* OAI Plugin + + +## Api Descriptor +TODO + +## Usage +TODO \ No newline at end of file