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

Unpredictable connection errors with driver transactions

I have a batch of data imports for neo4j, that are imported through the neo4j-driver for javascript. It does a whole bunch of queries that import a lot of data. My problem is that I often receive random "Neo4jError: connect ECONNREFUSED" errors. Quit...

Deleting n records results in n + 1 queries

I can't figure out how to use neo4j-ogm to generate a (single) query that will delete n records. I'd like to write some OGM code that achieves something like this: MATCH (n: Artist) WITH n SKIP 0 LIMIT 100 DELETE n But my code (below) generates one ...

aeb0 by Node
  • 391 Views
  • 1 replies
  • 0 kudos

How to model entities with self-relationships?

Hi! I am very new to Neo4J and graph databases. I am learning by writing simple CRUD operations using SDN-RX. I want to create a social graph with a structure that reflects this data class: class Person( @Id val name: String, val age:...

deepak by Node Clone
  • 3360 Views
  • 11 replies
  • 0 kudos

Spring Boot Neo4jRepository find methods

Hi) When I try to use findAll or findById repository methods I haven't get result (I have get java heap space error) Spring Boot version 2.4.1 I use spring-boot-starter-data-neo4j My entities: @Data @Node("Template") public class TemplateEntity { ...

3X_c_8_c80f860603d77637a4e379ae6a8522735dc410fd.png

Resolved! Rust Driver

Anyone using Rust and Neo4j in application or on production environment? Or maybe someone have information about official driver for Neo4j in Rust?

Query - large volumes in Spring Data

Just reaching out to the community here for best practices. Using Neo4J and large volumes of data seem rather synonymous. When we're firing requests to Neo4J using the neo4j-rx-spring-boot our applications seem to get to a point where they aren't cap...

Authentication and Roles in GRANDstack starter

Hey fellow devs!! Im working on setting up Authentication in the GRANDstack starter and I just stumbled upon this blog Post. It's from over a year ago I'm pretty sure its outdated. However, I'm using the blog and these graphql-auth-directive docs to ...

EINVAL error

I downloaded node.js (McAfee squawked but not sure if it is related) and tried to create a grandstack project. I has some difficulty last week and may have done something to my environment variables. The current PATH from the command line looks like ...

Simple registration resolvers

I've been struggling for a minute trying to write a custom resolver for checking if a user exists by email and logically creating or logging in a user. Im really shocked I can't find one functional example of this based on GRAND I can understand if I...

Unable to connect to local database with django_neomodel

I set my django accordingly with django_neomodel documentation, but I get this error: eo4j.exceptions.ServiceUnavailable: [SSLEOFError] Connection Failed. Please ensure that your database is listening on the correct host and port and that you have en...

Problem connecting using .NET Client

Hello all, I've just installed Neo4j Desktop and I am trying to connect using .NET Client, but I receive always the error 404. I explain the situation with some additional info: I am using a new user (admin) because I don't have the password for def...