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

.NET Graph Client CRUD Help Thanks!

Hi Guys, I posted this in the Cypher category but wasn't sure if it was better to post here because it is using the .NET Graph Client? .NET Graph Client CRUD Help Cypher Hi Tribe, I am trying to get this Cypher query to w...

Cannot connect

Hello! I am trying to understand Neo4J Version 4.2.1 and how it is used in R. I am using the localhost:7474 as my url with the Neo4R package in R. However whenever I navigate to that website to find out my username and password, the link is broken...

dhall54 by Node Link
  • 1562 Views
  • 5 replies
  • 0 kudos

Help Needed to Define Schema

I have a simple tree structure consisting of Nodes and "CHILD_OF_NODE" relationships (Node)<-[CHILD_OF_NODE]-(Node) My Server Schema: type Node { ID: ID! name: String } type branch @relation(name: "CHILD_OF_NODE"){ from:[Node] to:[Node] ID:Stri...

Where can I find a NEO4J Version 3.5.x?

I found out the reason that I could not connect Neo4J to R is that I have Neo4J Desktop Version 4.2.1 which is not compatible with Neo4R. Can someone provide some information on where I can find this 3.5.x version because I keep getting directed to ...

dhall54 by Node Link
  • 798 Views
  • 2 replies
  • 2 kudos

ModuleNotFoundError: No module named 'py2neo.cypher.error'

Hello everyone. I'm trying to handle the Constraint Validation exceptions into my Python code. However I'm facing ModuleNotFoundError: No module named 'py2neo.cypher.error' error even after install py2neo==4.1.3. My code: from py2neo import Graph fro...

GraphQL & Neo4j : how to modify a property with a mutation request?

I have article nodes in a Neo4j database. One of his property is a boolean: "saved: false". The property name of this node is "saved". I have a React interface where I want users to be able to save articles as favorites. So what I would like to do is...

LJRB by Graph Buddy
  • 775 Views
  • 2 replies
  • 1 kudos

findById seems to be querying the whole database in one go

Hi There, I am slowly progressing my migration from SDN 4 to SDN 6. I've completely detached from Neo4j-OGM and I am using Spring Boot and SDN 6. Let's say I am writing my repository classes and sadly when I test findById, it is querying the whole g...

gviteri by Node
  • 1936 Views
  • 9 replies
  • 0 kudos

Gremlin, Nodejs, & Neo4j

I have Neo4j version 4.x server installed locally. Is there is a way to connect to it from Nodejs using Gremlin driver? I have tried this plugin: GitHub neo4j-contrib/gremlin-plugin A Plugin for the Neo4j server add Tink...

1X_496e91cab9ad7b3d2da1ed797c30782efbc11b0a.png 2X_6_6c7d69c50048454c1548ffbcb2ae26e71052fb9d.png

Populating Neo4J with Custom C# application

Hi, I am new to Neo4J and have done some reading and research but not sure if what I need to do is possible or available. I would like to populate a Neo4J database with data which does not come from a standard source like RDBMS or CSV. The ideal way ...

tom_ngi by Node
  • 1934 Views
  • 4 replies
  • 0 kudos

Resolved! Efficient query building

Hi, I'm currently using the official python driver in an application. A part of this app allows people to upload files that will then be merged into neo4j, usually a CSV, or other consistent structure. Right now, for every file type I come across, we...

bears by Node
  • 1028 Views
  • 4 replies
  • 0 kudos