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

.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
  • 1320 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
  • 682 Views
  • 2 replies
  • 2 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
  • 1737 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
  • 868 Views
  • 4 replies
  • 0 kudos