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

Apoc as maven dependency

Hi All, i'd like to include the apoc library as a maven dependency in my pom.xml like so. <dependency> <groupId>org.neo4j.procedure</groupId> <artifactId>apoc</artifactId> <version>4.1.0.2</version> </dependency> But this does not work w...

Resolved! Migration to RX

I started the process of switching over to spring data neo4j rx. Right away, I noticed quite a few hurdles that we will need to overcome. For starters, the missing support of @RelationshipEntity, @StartNode, @EndNode, @Index, @DateLong We use Relati...

RxResult with Read & Write Transaction

Hello ! I am currently testing neo4j inside a async framework Reading of node is done with this code fun <T> read(query: String, action: Action<T>): Multi<T> = Multi.createFrom().resource(driver::rxSession) { rxs -> rxs.readTransa...

Solido by Node
  • 436 Views
  • 1 replies
  • 0 kudos

Are there any advanced examples on py2neo ogm?

Hello ! I'm trying to create some py2neo custom models by using the ogm. The thing is, that I do not quite understand how the py2neo's ogm actually works, and the documentation is not so complete. If I am correct, py2neo is a few people's side projec...

Resolved! Does a RelationshipEntity need an id?

I'm using Quarkus (v1.10.3.Final) with OGM v3.2.11. When trying to save a structure like (:Component) -[:TracoTransactionRelationship]-> (:TracoTransaction) a NullpointerException is thrown: Field with primary id is null for entity TracoTransactionR...

Filtering with neo4j-graphql.js appears to be broken

Hi all - I'm trying to get some filtering working and it's failing... not matter what I add for the filters. Not sure what's going on. My automatic schema has generated all the appropriate filters, but it's not doing anything. It always returns a...

tlester by Node
  • 1692 Views
  • 9 replies
  • 2 kudos

Running tests: Numeric converters not found

spring-boot-starter-data-neo4j v2.1.5.RELEASE I'm having an issue that only occurs when running tests. It seems that none of the standard numeric value converters are available while running tests, resulting in errors like No converter found capable ...

Jiropole by Graph Voyager
  • 1109 Views
  • 2 replies
  • 0 kudos

Resolved! GRANDJstack. A little auth help, plz?

No, that is not a typo. I want to create a GRANDJstack type application. It is similar to what @William_Lyon has done in full JavaScript with GRANDstack, but a bit different. Why GRANDJ? Because I am more of a Python person and not a JavaScript perso...

2X_a_a8939ea68e026a0e70b1408663acb0571a0b4f0f.png