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

Offset pagination with total count

Hello, I am using neo4j-graphql.js' augmented schema. So I have pagination out of the box with first and offset. (Thanks!) However, I am struggling to get the total count so the UI can show the pages. I've seen a lot of connection or relay pagination...

chad by Node
  • 3710 Views
  • 7 replies
  • 4 kudos

OutOfMemory issue when using Neo4j driver

I have an application to save hive table/column lineage to Neo4j。 OOM issue often appears once a day or twice a day The application is running on docker with 4Core CPU 7G memory。 As shown in the attachment, when oom occurs , the java dump file shows ...

3X_7_2_724eac6927ca13057321942c473ca372cffbf4c7.png 3X_c_5_c584c07a096439af6f1b8912eb8688b7c80bb283.png

Resolved! Spring Data Neo4j does not update node

I user spring-boot-starter-data-neo4j version 2.4.5 I think it has something to do with the following warning: Instances of class de.fh.kiel.advancedjava.pojomodel.model.Pojo with an assigned id will always be treated as new without version property!...

Neo4j Intermittent Connection Issues

Hello, I've been having issues ever since I placed an Nginx proxy in front of neo4j and was hoping for some insight. We have (1) Docker VM with Flask & the neo4j driver (2) Connected to an external VM with Nginx that is using the 'stream' directive t...

@Id annotation; OGM + Spring Data Neo4j

I've been using Spring Data Neo4j 6.x for a project but have now got to a point where it looks like I need to do a .save() with a specific depth, given that child relationships are being nuked on saves a few levels up. While refactoring some of the D...

rmacd by Node
  • 1050 Views
  • 3 replies
  • 0 kudos

Issues returning nested result with Graphql

Hello again. I'm trying to return a (Post ) node using Graphql. the Post type looks like this. type Post { id: ID post_id: String user_id: String text: String post_type: String user_liked: Boolean author_info: User text_post: TextPost...

Add mandatory server side filtering on the query resolver

So I want to write a custom query resolver where user are querying for Projects GQL type looks something like this type Projects { id: ID! name: String! users: [User!]! @relation(name: "CAN_ACCESS", direction: IN) # ... etc } Now user can qu...

pwmb by Node
  • 490 Views
  • 1 replies
  • 0 kudos

Neo4j-graphql-java features and config

Hello, I have started to play with neo4j-graphql-java (since we are a java shop). Before that I made a POC with Grandstack and neo4j-graph-js. It worked great but now I am trying to move schema.graphql to my spring boot app that is using neo4j-graphq...

magaton by Node Link
  • 634 Views
  • 1 replies
  • 1 kudos