Skip to content

Commit

Permalink
updated pom and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioatzori committed Feb 17, 2017
1 parent a4dafb7 commit 1224d73
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 25 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

86 changes: 62 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-mongo-logging</artifactId>
<version>[1.0.0,2.0.0)</version>
<version>[2.0.0,3.0.0)</version>
</dependency>

<!-- Modular User Interfaces -->
Expand All @@ -82,6 +82,12 @@
<artifactId>dnet-modular-ui</artifactId>
<version>[3.0.0,4.0.0)</version>
</dependency>

<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-objectStore-ui</artifactId>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-modular-workflows-ui</artifactId>
Expand All @@ -107,6 +113,16 @@
<artifactId>dnet-oai-modular-ui</artifactId>
<version>[3.0.0,4.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-modular-vocabularies-ui</artifactId>
<version>[2.0.1,3.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
<version>[2.0.0,3.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-modular-database-ui</artifactId>
Expand All @@ -117,19 +133,28 @@
<artifactId>dnet-modular-index-ui</artifactId>
<version>[2.0.1,3.0.0)</version>
</dependency>

<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-openaire-blacklist</artifactId>
<version>[1.0.0,2.0.0)</version>
</dependency>

<!-- Aggregation services -->
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>cnr-mongo-mdstore</artifactId>
<version>[4.1.7,5.0.0)</version>
<version>[5.0.0,6.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-modular-collector-service</artifactId>
<version>[3.0.0,4.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-fs-objectstore</artifactId>
<version>[2.0.0,3.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-data-transformation-service</artifactId>
Expand All @@ -139,20 +164,33 @@
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>cnr-enabling-database-service</artifactId>
<version>[2.0.0,3.0.0)</version>
<version>[3.0.0,4.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-openaireplus-profiles</artifactId>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>cnr-data-utility-cleaner-service</artifactId>
<version>[3.0.0,4.0.0)</version>
</dependency>

<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-openaireplus-workflows</artifactId>
<version>[5.0.0,6.0.0)</version>
<version>[6.0.0,7.0.0)</version>
</dependency>

<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-deduplication</artifactId>
<artifactId>dnet-validator-workflows</artifactId>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-deduplication</artifactId>
<version>[1.5.2, 2.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-hadoop-service</artifactId>
Expand All @@ -167,15 +205,18 @@
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-actionmanager-service</artifactId>
<version>[3.0.0,4.0.0)</version>
<version>[5.0.0, 6.0.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-download-service</artifactId>
<version>[2.0.0,2.2.0)</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-download-plugins</artifactId>
<version>[2.0.0,3.0.0)</version>
</dependency>

<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-openaireplus-profiles</artifactId>
<version>[1.0.0,2.0.0)</version>
</dependency>


<dependency>
<groupId>eu.dnetlib</groupId>
Expand All @@ -188,19 +229,16 @@
<version>[1.0.0,2.0.0)</version>
</dependency>

<!-- Light-ui for pre-public check -->
<!-- <dependency> -->
<!-- <groupId>eu.dnetlib</groupId> -->
<!-- <artifactId>dnet-modular-lightui-ui</artifactId> -->
<!-- <version>[2.0.0,3.0.0)</version> -->
<!-- </dependency> -->

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-mapreduce-jobs</artifactId>
<version>[0.0.9.0,0.1.0.0)</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1224d73

Please sign in to comment.