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.

Forum Posts

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
  • 574 Views
  • 0 replies
  • 0 kudos

Spring, OGM and Transactions

We are using Spring Boot 2.1.16 and experience intermittent issues with relationships being lost (or duplicated) when saving nodes. Have not been able to reliably reproduce the problem. A few times when there has been a reproducable case adding @Tran...

mick by Node
  • 337 Views
  • 1 replies
  • 0 kudos

Spatial value as parameters

I am trying to add 2d points (x and y axis) and 3d points (x,y,z axis) as a property to a node and want to add it as a parameter to the cypher statement. I had create 2 class class Point2D implements Point{} class Point3D implements Point{} where Po...

New neo4j PHP client and driver

Hello everyone, I am the author of the neo4j PHP client library. We have recently released v2.0 which added lots of new features. You can read about the client here: https://medium.com/neo4j/connect-to-neo4j-with-php-e10e24afedff or visit the reposit...

Complex filtering in GraphQL

I'm referring to this post: Complex GraphQL Filtering With neo4j-graphql.js The "simple" filtering works as announced. However, as soon as I filter on a property of a dependent object in the graph, an empty result set is returned. My schema has a cus...

Any way to create when nothing to connect to?

Hi I'm currently looking at connecting a new node to an existing node, but if there is no existing node then I want to create that too. Is there any way to do that? Essentially I have: Post->Link And I want links to be nodes, so if there is a new Pos...

Reactive Example Not Working

I'm using the latest version of Neo4j.Driver.Reactive nuget in C# project. However, the examples don't provide a full working example. The session API - Neo4j .NET Driver Manual has the following: public IObservable GetPeople() { var session = Driv...

Querying relationship properties in GraphQL

Hi, I'm trying to query relationship properties via GraphQL. As was mentioned here: https://grandstack.io/docs/graphql-relationship-types.html#relationships-with-properties , I built a relationship type to include in my query. The underlying graph is...

Resolved! Cannot create Relationship

Hi, this is our first Neo4J-Project, so sorry if I'm missing something obvious. We use Spring Boot 2.6.0 with Spring Data Neo4J 6.2.0 and a remote Neo Aura DB (the free version 4.3.0). I also tested it with a local server (4.3.5 and 4.3.3), this does...