[ 
https://issues.apache.org/jira/browse/ATLAS-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17615754#comment-17615754
 ] 

ASF subversion and git services commented on ATLAS-4442:
--------------------------------------------------------

Commit 9e6fc31ce8450f784515e57c7df3d7fa57f216de in atlas's branch 
refs/heads/master from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=9e6fc31ce ]

ATLAS-4442: Support Relationship search

Signed-off-by: Pinal Shah <[email protected]>


> 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)

Reply via email to