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.

boyenvangorp
Node Clone
since ‎09-17-2020
‎12-20-2022

User Statistics

  • 22 Posts
  • 1 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

We are in the process of upgrading our Spring Boot stack due to the vulnerability of Log4j. However, because APOC uses an old version of jackson (2.10) that is not compatible with the current spring boot version of jackson (2.13+), we get a runtime e...
In the AdditionalTypes class from Spring Data, there's a converter for Float: On line 77/78 hlp.add(ConverterBuilder.reading(Value.class, Float.class, AdditionalTypes::asFloat).andWriting(AdditionalTypes::value)); hlp.add(ConverterBuilder.reading(V...
For our custom cypher procedures we would have a significant boon in performance if the order of Labels on Nodes would be guaranteed. For example, lets say we have the following labels: Animal, Cat, Dog We would want the most specific label to occur ...
Just reaching out to the community here for best practices. Using Neo4J and large volumes of data seem rather synonymous. When we're firing requests to Neo4J using the neo4j-rx-spring-boot our applications seem to get to a point where they aren't cap...
We have been using the Neo4jClient for handling all our query needs. What would be the preferred method of handling these queries in a transaction?
Kudos given to