hierarchical_orgs_relations #150

Merged
claudio.atzori merged 5 commits from hierarchical_orgs_relations into beta 3 years ago
Collaborator

This is a small modification that implements the integration of "IsParentOf" and "IsChildOf" relations. Such relations are now part of the raw graph in the "relation" folder.

This is a small modification that implements the integration of "IsParentOf" and "IsChildOf" relations. Such relations are now part of the raw graph in the "relation" folder.
michele.debonis added 3 commits 3 years ago
claudio.atzori added 1 commit 3 years ago
Owner

All the relationships in the graph should be bidirectional. I see the method processOrgOrgParentChildRels is invoked once, so looking at the implementation I can assume they are already stored in both directions in the OpenOrg database:

A IsParentOf B
B IsChildOf A

is this the case? If not, the implementation of the mapping must ensure that both directions are produced.

All the relationships in the graph should be bidirectional. I see the method `processOrgOrgParentChildRels` is invoked once, so looking at the implementation I can assume they are already stored in both directions in the OpenOrg database: ``` A IsParentOf B B IsChildOf A ``` is this the case? If not, the implementation of the mapping must ensure that both directions are produced.
michele.artini was assigned by claudio.atzori 3 years ago
claudio.atzori added 1 commit 3 years ago
Collaborator

The relations are already bi-directional in the OpenOrgs database.

The relations are already bi-directional in the OpenOrgs database.
claudio.atzori merged commit d0cf2963f0 into beta 3 years ago
The pull request has been merged as d0cf2963f0.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b hierarchical_orgs_relations beta
git pull origin hierarchical_orgs_relations

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff hierarchical_orgs_relations
git push origin beta
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#150
Loading…
There is no content yet.