cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

madiskou
Graph Buddy
since ‎01-08-2020
‎06-01-2022

User Statistics

  • 52 Posts
  • 2 Solutions
  • 2 Kudos given
  • 3 Kudos received

User Activity

Hello, I have a simple query like this : MATCH (n:application) RETURN n and with a parameter 'app' in the node, so with this query for each application i have like 2 nodes with different ids but with the same parameter 'app'. What i want is to get ...
Hello, I have to write a query, that search nodes with multiple criteria and i need help to do it, for now i have 3 criteria (lists of string) and i do like this : WITH ['a1','a2'] AS appsList, ['p1'] AS publishersList, ['e1','e2'] a...
Hello, I want to ask if we can have a query which return the graph data model i mean nodes with relations (it will be helpfull to understand/explain the data model) Thank you
Hello, I am using spring data neo4j and i have a repository like this : public interface MyNeo4jRepository extends Neo4jRepository<Object, Long> { @Query("with ['X', 'Y','Z'] as list_labels, " + "$appsFilter as appsList\n " +...
Hello, I have this two request with apoc : CALL apoc.path.expandConfig(start, { relationshipFilter: "A|B>", labelFilter: "-C", maxLevel: 6, minLevel: 1, uniqueness: 'NODE_PATH', endNodes:[end]}) YIELD path RETURN path; it work perfectly but i have a...
Kudos from
Kudos given to