[
https://issues.apache.org/jira/browse/ATLAS-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17615755#comment-17615755
]
ASF subversion and git services commented on ATLAS-4442:
--------------------------------------------------------
Commit 9fb5467089d08bff16d3a3031178ade93b3a1852 in atlas's branch
refs/heads/branch-2.0 from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=9fb546708 ]
ATLAS-4442: Support Relationship search
Signed-off-by: Pinal Shah <[email protected]>
(cherry picked from commit 9e6fc31ce8450f784515e57c7df3d7fa57f216de)
> Support Relationship search
> ---------------------------
>
> Key: ATLAS-4442
> URL: https://issues.apache.org/jira/browse/ATLAS-4442
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Reporter: Pinal Shah
> Assignee: Pinal Shah
> Priority: Major
>
> *Current Working :*
> Atlas is entirely entity-based – it is not possible to search for
> relationships.
> *Improvement :*
> Get all relationships (edges) for particular relationship type, having some
> criteria on its properties
> *Example :*
> Get all the relations matching
> {code:java}
> type = rel_type and edge_property1 = edge_value1
> {code}
> *Request Payload :*
> {"relationshipName" : "rel_type",
> "relationshipFilters": { "condition": "OR", "criterion": [
> { "attributeName": "{{edge_property1}}", "operator": "eq",
> "attributeValue": "{{edge_value1}}" }
> ] },
> "limit":25,
> "offset":0 }
--
This message was sent by Atlassian Jira
(v8.20.10#820010)