Project propagation via communityAPI instead of using IS via IIS #362
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#362
Loading…
Reference in New Issue
No description provided.
Delete Branch "projectPropagation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is to replace the association of results related to products to community from the IIS to the enrichment procedures.
This means we need to include a new materialization of the graph.
It can be put wherever is preferred inside the pipeline. Since no propagation via community exists so far, I would put it at the end of the enrichment pipeline.
Needed parameters:
sourcePath = the path of the graph to be used as input
outputPath = the path where to write the materialization of the graph obtained via the step
production = true (fixed to be changed in a subsequent release of this code with the baseURL to the communityAPI relevant for production)