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.

leonard_panichi
Node Clone
since ‎09-28-2018
‎06-01-2022

User Statistics

  • 27 Posts
  • 1 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

This is not so much a question about how to do something, more a question about how are things going to evolve in the futur. Right now, accessing a causal cluster deployed with kubernetes is complicated. The difficulties I encountered while doing thi...
I'm trying to create a neo4j native datetime type (Temporal (Date/Time) values - Neo4j Cypher Manual) with spring data neo4j. I have a rest controller which takes an object as parameter, this object is then directly saved to neo4j. I skip the rest co...
Hi, I can't open a session with neo4j ogm, I can't figure why. I'm following this : https://neo4j.com/docs/ogm-manual/current/tutorial/ I got the following error : 15:35:15.265 [main] DEBUG org.neo4j.ogm.metadata.DomainInfo - Processing: com.test.dom...
Hi, I'm wondering if the possibility to have a link pointing on a link will be implemented in the futur ? This would allow request as : Creating a link pointing on a link CREATE (n)-[l:LINK]->(m) WITH l CREATE (o)-[:LINK_TO_LINK]->[l] Matching a lin...
Hi, I have a graph with a lot of relationships and I would like to have an index on one link type. The goal is to run queries such as match(n)<-[l:is_linked]-(p) where l.uuid = "405b6b8b-139a-4569-a695-708d018e61c1" return n, p And avoid the huge A...