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

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 992 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1209 Views
  • 1 replies
  • 1 kudos

Resolved! There is no procedure with the name `apoc.load.csv`

Hey Community, I hope everyone is well. I am working through the Graph Academy examples on importing csv data. I've installed Community Server 4.4.4 on Ubuntu 18.04 and when I use any of the apoc.load.csv methods, I get the following. Code (file is i...

ufmurphy by Node Link
  • 1712 Views
  • 9 replies
  • 0 kudos

Resolved! Error on a subquery CALL

Neo4j Community edition 4.3.3 I have the following minimal query: LOAD CSV WITH HEADERS FROM 'file:///xxx.csv' as rowStore FIELDTERMINATOR ';' CALL { WITH rowStore MATCH (store:Store {uuid: rowStore.uuid}) RETURN store as x; } RETURN ...

Video: Getting started with Aura, Neo and Python

Is there a video walking beginners through the Aura DB from Python instructions? Also, it would be useful to see a simplified example Python program showing how to connect to and do something with the database which beginners could try out. Does some...

GRASS file: How to insert a line feed

I'm displaying nodes with 3 properties using a grass file. Everything is displaying, but I'd like a line feed between the properties displayed in the caption to get uniformity. Since the text length varies, the wrapping is inconsistent. I've tried , ...

Bayesian Network within Neo4j

Is there a way to model a Bayesian Network within Neo4j then build scripts that will calculate and update the probabilities? I'm researching Bayesian Networks for risk analysis within a supply chain and Neo4j would be a great platform for my research...

Empty sysinfo response on 4.0.4

Upgraded to 4.0.4, using the web browser interface. When running ":sysinfo" query, I get an almost empty response. This is different from what I would have gotten back on v3.5.0. I get the same type of issue when running commands from this blog pos...

2X_6_6ac7266f849965d878441191dc00385d5d38a441.png