spring-data-neo4j icon indicating copy to clipboard operation
spring-data-neo4j copied to clipboard

Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.

Results 87 spring-data-neo4j issues
Sort by recently updated
recently updated
newest added

This issue might be a placeholder for various `Vector` type related features: 1. Conversion between Spring Data Commons `Vector` type and a Neo4j Java driver Vector type. At the moment...

status: on-hold

Hey there, I have been looking into the logic to save graphs with the Neo4jTemplate. It seems like the processing is very slow if you don't have flat Nodes to...

status: waiting-for-triage

Currently if I want add this dependency https://mvnrepository.com/artifact/org.neo4j/neo4j-cypher-dsl-parser I have to handle the version manually. But since we have SDN, can SDN handle for me? I want use like this(without...

status: waiting-for-triage

Now it's hard code the `UserAgent` only https://github.com/spring-projects/spring-data-neo4j/blob/1549e95760852f1b0bd17ef770767f8a24c19cd4/src/main/java/org/springframework/data/neo4j/core/transaction/Neo4jTransactionUtils.java#L116 It will be more useful have some convent way to add custom info.

status: feedback-provided