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

How to update relationship properties in SDN 6?

Since we can not access relationships directly in SDN 6, and have to go through @Node . If we are going to update a property in a relationship, it seems that we have to get all relationships associated with that node out, loop through the list of re...

dfwcrm by Node
  • 297 Views
  • 0 replies
  • 0 kudos

Neo4r - Problem with Connection

Hello, Iam using neo4j Desktop and have created a local database and tried to connect unsuccessfully to my graph from R witn neo4r in the following way: con <- neo4j_api$new( url = "http://localhost:7474", user = "neo4j", password = rstudioapi::askFo...

Debug Logging

Hi, I can't seem to get debug logging for the Neo4j GraphQL library working. Have tried: DEBUG=@neo4j/graphql:* node index.js in the vs code terminal but get the following error: DEBUG=@neo4j/graphql:* : The term 'DEBUG=@neo4j/graphql:*' is not recog...

ReactiveNeo4jRepository: No property found for type

I am thinking about giving SDN a go again, trying out Interface-based Projections: interface UserSDNRepository : ReactiveNeo4jRepository<UserSDN, Long> { fun findAllUsernames(): Flux<UsernameOnly> } interface UsernameOnly { val username: String? ...

chris3 by Graph Buddy
  • 1329 Views
  • 2 replies
  • 0 kudos

Create a repository bean at runtime

I faced an issue can someone help? I need to programmatically create a spring bean for a Neo4jRepository. It manage a generic class only known at runtime. This is my repository definition : @Component public interface GeneratorRepository<P extends My...

paulB by Node Clone
  • 319 Views
  • 0 replies
  • 0 kudos

Resolved! Using javascript neo4j-driver with Typescript

I have used the neo4j-driver in the past but now want to use it in a project written in Typescript. I had expected that I could just get the type definityions by using @types/neo4j-driver like with so many other libraries. Searching the web I have no...

taffyb by Node Clone
  • 6148 Views
  • 5 replies
  • 5 kudos

GraphQL plugin for Neo4j 4.x

I am looking for a version of the GraphQL plugin that works with the latest database 4.0.4. Using desktop I see the plugin but it is grayed out which I assume means not available yet. Is there an ETA

Issue with using neo4j OGM embedded driver

I am having issues using the embedded driver with neo4j OGM for testing. I set up my SessionFactory like this: but when I run my tests I get this error: java.lang.NoClassDefFoundError: org/neo4j/graphdb/factory/GraphDatabaseFactory at org.neo4j.og...

3X_2_9_29dc72b04e03b35a116f56b0eeeaeb535d09047d.png 3X_5_a_5aa576ba028c05a36c79eae9f7c014a12eb4fff8.png
rmore by Node
  • 506 Views
  • 1 replies
  • 1 kudos

Persistence of dynamic labels in related nodes

Correct that Dynamic Labels are missing in nodes created by a relationship? (Not sure that I read this somewhere in Neo4j documentation too) Using Neo4j OGM Spring Boot created POJO classes and SaveAll for saving colleciton of nodes. What I see is th...

Could not connect to neo4j aura server

Hi, The below error occurs frequently and cannot connect to neo4j Aura. But neo4j browser works fine, so its a problem with server down or connector? py2neo.errors.ServiceUnavailable: Cannot connect to any known routers conn = Graph("neo4j+s://.datab...

skandagn by Node Link
  • 3503 Views
  • 12 replies
  • 8 kudos

"Server responded HTTP" Error

Hi. I started neo4j:enterprise on a k8s container and I mapped port 7687 to 80, so when I want to connect to neo4j server I should connect to this address: bolt://db.site.com:80 with default username and password. I can connect to server by neo4j des...

Remark in neo4j/graphql 3.0.0 Migration

Hi all, The new features in neo4j/grahql 3.x look good (such as _NONE, _SOME etc.), but one remark makes me nervous about migrating. In the documentation (3.0.0 Migration) it states "To improve consistency and validation, all "many-to-star" relations...