Pinal Shah created ATLAS-4442:
---------------------------------

             Summary: 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


*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 relations matching type = rel_type and edge_property1 = 
edge_value1}}

*Request Payload :* 

{"relationshipName" : "rel_type",

"relationshipFilters": \{   "condition": "OR",      "criterion": [{        
"attributeName": "post_name",        "operator": "contains",        
"attributeValue": "jay",        "typeName":"user_post"      }] },

"limit":25,
 "offset":0 }

 

{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to