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.

sunny_pelletier
Node Link
since ‎05-15-2020
‎06-01-2022

User Statistics

  • 10 Posts
  • 1 Solutions
  • 2 Kudos given
  • 4 Kudos received

User Activity

Hello! I am currently working on a project that uses Spring Data Neo4j, and I am working on migrating from version 5 to the latest version 6. In the previous version, we used a particular approach with spring data where each tenant had a credential s...
Hello internet! Me and my team are trying to write a query where we count the number of information that is possessed by more than a given number of people. In Cypher terms, here's our query MATCH (info:Info) WITH info, size((:Person)-[:HAS_INFO]->(i...
Hello, I am working on a modelling problem for a time series requirement. Just to be clear, the time series is a type of information we have to display, but is not our primary use-case. In my use-case, a person is member of a department, and a person...
Hello, My company is currently working on a Neo4j model for a large amount of data where query time has to be extremely fast to answer some particular questions. To give a little of context, one of the things our model has to support is to associate ...