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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Neo4j Desktop App Won't Open

I had neo4j running when my computer froze and had to shut down by holding down the power button. After restarting my computer the neo4j desktop app won't open for me. Anytime I try to open the application nothing happens. Anyone have any ideas of a ...

Google Cloud API with Neo4j

Hello I'm testing the Google Cloud API for NLP , and faced this error </Failed to invoke procedure apoc.nlp.gcp.entities.stream: Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://language.googleapis.com/v1/docum...

rsbeih by Node
  • 378 Views
  • 1 replies
  • 0 kudos

Importing multiple files?

I'm looking at a project where there are multiple text files (each being a report that needs to be parsed). There is a standard naming convention for the files (xxx-report#.txt). Is there an easy way to read through the list of files and then one-b...

mbandor by Graph Voyager
  • 511 Views
  • 3 replies
  • 1 kudos

Performance problems with Personalized PageRank

So I want to compute the Personalized PageRank of my nodes. The normal PageRank runs in ~1s or so. My query for PPR runs a few minutes (when i terminate it) My Code: match (n:Nutzer {mainAutor: True}) Call gds.pageRank.write({ nodeProjection: "Nutz...

How to call a yield statement within apoc.iterate?

I'm wondering if it's possible to include something like apoc.create.setProperty or apoc.refactor.invert inside an iterate statement. Something like: CALL apoc.periodic.iterate("MATCH ()-[rel:RELATED]->() RETURN rel", "CALL apoc.refactor.invert(rel)...

ldj20 by Node Link
  • 433 Views
  • 1 replies
  • 0 kudos

Cypher help with name separation

Im brand new to Neo4j and cypher and Im stuck on the import stage. In CSV file I have Customer column with customers having "firstname surname" or "firstname middle name surname" I started with < LOAD CSV WITH HEADERS FROM 'file:///ClassSessionEnroll...

wayn0i by Node
  • 1044 Views
  • 7 replies
  • 0 kudos

Supply Chain Problem - Graph Model

Hi Everyone, I am very new to Graph DB and I am coming from a relational DB background. I am working on solving a Supply Chain Problem which involves Time Hierarchy, Product Hierarchy and Supply Chain network for a horizon of 24 months. This involves...

3X_f_8_f85e0ff5f057a20e7f9af3c77f3f9e4f7972339a.png

Dumping an entire node in json with python

Hi, this is my first post, I've been picking up Neo4j a lifetime of standard DB and I am stuck at a probleme that I can't solve. I've tried going through the forum but I have yet to find a solution I am required to dump an entire node into a file (fo...