diff --git a/README.md b/README.md index da6c28f..9f57912 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # dnet-gdup -gdup is a customisation of the services included in a D-Net bundle. It is tailored to coordinate the workflows that implement a Big Graph Entity Deduplication System. +gdup is a extension of the services included in a D-Net bundle. + +The D-Net software toolkit, is a software framework for the realization of aggregative data infrastructures (https://github.com/dnet-team/dnet-basic-aggregator), +and gdup extends its functionalities by providing the workflows and the services implementing a Big Graph Entity Deduplication System. + +# Installation requirements + +gdup is a single web application that inherits the requirements of the dnet-basic-aggregator. +On top of that its deduplication workflow are implemented as chains of Map Reduce jobs to be run on Apache Hadoop. + diff --git a/pom.xml b/pom.xml index d0fe041..17b7006 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ eu.dnetlib dnet-mongo-logging - [1.0.0,2.0.0) + [2.0.0,3.0.0) @@ -82,6 +82,12 @@ dnet-modular-ui [3.0.0,4.0.0) + + + eu.dnetlib + dnet-objectStore-ui + [1.0.0,2.0.0) + eu.dnetlib dnet-modular-workflows-ui @@ -107,6 +113,16 @@ dnet-oai-modular-ui [3.0.0,4.0.0) + + eu.dnetlib + dnet-modular-vocabularies-ui + [2.0.1,3.0.0) + + + eu.dnetlib + dnet-modular-cleaning-rules-ui + [2.0.0,3.0.0) + eu.dnetlib dnet-modular-database-ui @@ -117,19 +133,28 @@ dnet-modular-index-ui [2.0.1,3.0.0) - + + eu.dnetlib + dnet-openaire-blacklist + [1.0.0,2.0.0) + eu.dnetlib cnr-mongo-mdstore - [4.1.7,5.0.0) + [5.0.0,6.0.0) eu.dnetlib dnet-modular-collector-service [3.0.0,4.0.0) + + eu.dnetlib + dnet-fs-objectstore + [2.0.0,3.0.0) + eu.dnetlib dnet-data-transformation-service @@ -139,20 +164,33 @@ eu.dnetlib cnr-enabling-database-service - [2.0.0,3.0.0) + [3.0.0,4.0.0) + + + eu.dnetlib + dnet-openaireplus-profiles + [1.0.0,2.0.0) + + + eu.dnetlib + cnr-data-utility-cleaner-service + [3.0.0,4.0.0) - eu.dnetlib dnet-openaireplus-workflows - [5.0.0,6.0.0) + [6.0.0,7.0.0) - eu.dnetlib - dnet-deduplication + dnet-validator-workflows [1.0.0,2.0.0) + + eu.dnetlib + dnet-deduplication + [1.5.2, 2.0.0) + eu.dnetlib dnet-hadoop-service @@ -167,15 +205,18 @@ eu.dnetlib dnet-actionmanager-service - [3.0.0,4.0.0) + [5.0.0, 6.0.0) + + + eu.dnetlib + dnet-download-service + [2.0.0,2.2.0) + + + eu.dnetlib + dnet-download-plugins + [2.0.0,3.0.0) - - - eu.dnetlib - dnet-openaireplus-profiles - [1.0.0,2.0.0) - - eu.dnetlib @@ -188,19 +229,16 @@ [1.0.0,2.0.0) - - - - - - - xerces xercesImpl 2.11.0 compile - + + eu.dnetlib + dnet-mapreduce-jobs + [0.0.9.0,0.1.0.0) +