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

Resolved! FIXED - OGM - AmbiguousBaseClassException

Hi! I'm trying to add dynamic label on an NodeEntity, the storage was fine but when I want to access to the node I got an AmbiguousBaseClassException: java.lang.RuntimeException: org.springframework.dao.InvalidDataAccessApiUsageException: Multiple c...

How can I create constraints using Java API?

How do I create the following constraints with the Java APIs? CREATE CONSTRAINT ON (entity:Entity) ASSERT(entity.prefix, entity.name) IS NODE KEY; CREATE CONSTRAINT ON (entity:Entity) ASSERT exists(entity.name); I am looking at ConstraintCreator API ...

Manually converting Result to NodeEntity

session.query(String s, Map<String, ?> map) returns Result. In the Result, I can get a Path in which there are two nodes() and relationships() methods that give me the nodes an relationships inside the Path. However the nodes are of type org.neo4j.gr...

Resolved! Bolt+routing and PHP

I am setting up a causal cluster for an app that uses the neo4j-php-client library from Graphaware, but it does not seem as though bolt+routing is supported as a protocol. So first question if is that is correct and if that means that I will need to ...

Neo4j Hololens

Hey everyone, we are currently developing an industrial application in unity for the hololens 1. From the hololens, we want to read and write data from a neo4j database using neo4jclient by readify. So far it works fine in the unity editor but crashe...

Unable to create embedded instance with 3.4.10

Hi, I'm trying to wire up an embedded Neo4j server instance with 3.4.10, but I'm getting a runtime error: Caused by: org.neo4j.kernel.impl.util.UnsatisfiedDependencyException: No dependency satisfies type interface org.neo4j.kernel.impl.query.QueryEx...

joe by Node Link
  • 2885 Views
  • 9 replies
  • 0 kudos

Triggering driver.close()

Is there a standard way to trigger driver.close() upon application exit? Is there any way to provide a message upon successful completion of driver.close()?

Embedded Neo4j Graph Database For Python

Hi - It seems that as of now Embedded version of Neo4j Graph database exists only for Java. Do we have similar version for Python as well? If not, can you please share any inputs as to how one can take the benefits of Neo4j Embedded in Python. I am p...

OmShanti by Node Clone
  • 2229 Views
  • 5 replies
  • 0 kudos

React Hooks and neo4j Session

Hi there. This is the setup I am using to fetch data from Neo4j using my React app. I using the bolt javascript driver. Question is if anyone has experience with the performance of this approach using react Hooks and this cleanup function? const neo4...

fred by Node Link
  • 1235 Views
  • 2 replies
  • 0 kudos