[Neo4j] Re: Possible to match part of the value of a relationship's property in a Cypher query?

2015-08-28 Thread Sumit Gupta
Hi, Assuming that you have 2 Labels: - 1. "App" - For all nodes which are of type "App". All Nodes labelled with "App" defines a property with the value as the name of App. example - "name = App A" 2. "DataSet" - for all nodes which are of type "DataSet". All Nodes labelled with "DataSet" defi

[Neo4j] Possible to match part of the value of a relationship's property in a Cypher query?

2015-08-28 Thread kumaraseem
I am a novice to GraphDB and trying to construct a graph to show application relations in Neo4j DB. The main objective is to have a graph that will show different datas that flow from one application to another and be able to search for flow of specific data. Eg: DataSet A DataSet B DataSet C