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

Using OGM with @NodeEntity(label="...") on interface

OGM (v3.1.1) doesn't seem to support @NodeEntity on an interface class with the label specified explicitly. Let's say, I have an annotated interface: @NodeEntity(label = "MY_LABEL") interface MyInterface { ... } which is implemented by a class MyInt...

tomzirn by Node
  • 2248 Views
  • 2 replies
  • 0 kudos

How to access Relationship value from returned results

I have a python code quering Neo4j REST API, so when run this code q = ("MATCH (n:Person)-[rel]->(a:Address), RETURN rel results = self.db.query(q, returns=(client.Relationship)) print(results[0][1]) The output is the URL below http://localhost...

PanMat by Node
  • 9522 Views
  • 2 replies
  • 0 kudos

Resolved! OGM @Relationship ordered mapping

When it comes to how the OGM maps query results to @Relationship List properties, is it expected that the result order should be retained in the list? I’m ordering the results by a property order on the respective relationship. The raw results comes ...

Jiropole by Graph Voyager
  • 1646 Views
  • 2 replies
  • 1 kudos

From the SDN team: Usage survey

Hi everybody, We have been wondering. Most of the classes inside Spring Data Neo4j 5.x package org.springframework.data.neo4j.repository.query are not part of an API that should be used directly. Those are internal and support the creation of declara...

Published Articles of Interest

I mentioned in the #neo4j-graphql Slack channel that I published a few articles on Medium recently. Then @michael.hunger made a great suggestion to submit them to FreeCodeCamp. I modified them considerably from the original form, and to my pleasure...

Weird error

At this point this should probably be a bug report but here we go, further to the discussion started in the slack channel I have created a minimum reproducing example of the issue i am experiencing from py2neo import Graph import random import string...

oliver by Node
  • 929 Views
  • 0 replies
  • 0 kudos

Resolved! Migrate SQL for Neo4J

I was allowed to migrate a system in SpringBoot PostgresQL Angular, to Neo4J NodeJS React, first thing is the Bank modeling, does anyone have a tutorial or a life saving? GitHub GCPBigData/SIMPLUS SIMPLUS. Contribute to ...

1X_33d5eaf8af2e4d7d32ff5b7ba668f7cd91a8fbd3.jpeg
web2ajax by Node Link
  • 1270 Views
  • 2 replies
  • 1 kudos

Resolved! How does persistence work with variable depth fetches?

I’m just migration to the newest OGM, having had my project on an older version of SDN until now. I’m worried about something that isn’t very well spelled out in the docs (https://neo4j.com/docs/ogm-manual/current/reference/). 3.7.4.1. Load depth: B...

joe by Node Link
  • 2004 Views
  • 1 replies
  • 0 kudos

Resolved! How to use Traversal Description

Hi guys, I'm struggling to implement a basic java application that uses the Traversal framework (https://neo4j.com/docs/java-reference/current/tutorial-traversal/) but maybe I just misunderstood how it's meant to be used. I'm creating an API that sho...

Neo4j Desktop and Neo4j Database

Hi, I am pretty new to Neo4j, but I am very excited to the technology and I want to use it as my persistence plataforma for my new start up product that I am going to develop with Python and Django in the back-end, and React in the front-end. I have ...

hugo by Node Link
  • 2093 Views
  • 6 replies
  • 2 kudos