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.

Drivers & Stacks
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue when retrieving result from Neo4JRepository

Hello, I'm having an issue with deserializing a simple query using a Neo4JRepository in an example I wrote. PersonRepository has the following method signature: public interface PersonRepository extends Neo4jRepository<Person, String> { ... @Quer...

gnchark by Node
  • 4760 Views
  • 8 replies
  • 1 kudos

Spring data Neo4j 6.0 and Multi-Tenancy

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...

Relationships not returned in query

**I posted this in the wrong category at first, my apologies, cross post: How to get connected in Java ** I'm trying to model the electricity net, the data is structured in this way: ElektraNodes (Label) (has objectId): Transformer (Label)Station (...

[Poll] Your object graph mapping stack

Hi everyone, we always love to help you here but this time we ask you for your support. What is your technology stack of choice that you currently use or plan to use regarding object graph mapping in Java? Spring Data Neo4jNeo4j-OGM 0 voters ...

About the Drivers & Stacks category

All applications using Neo4j depend on drivers to execute statements to update or query data. Neo4j drivers are mostly built on the binary Bolt protocol. Official drivers exist for Java, JavaScript, .Net, Python, and Go and more. Other languages (R, ...

yolande by Community Team
  • 562 Views
  • 0 replies
  • 0 kudos

Resolved! Cannot plugin "apoc" in docker-compose.yml file

Hi,As I cannot get Neo4j Contanier working, I think there is a problem in my docker-compose.ymlWhen I run this command (`docker-compose up -d`), It works.I got an error shown below when I try to calculate the shortest path through `Dijkstra````org.ne...

Labels