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.

GraphAcademy

loading XML data failure

CALL apoc.load.xml("file:///xxxx/xx.xml") YIELD value UNWIND value._children AS GraphicElements WITH GraphicElements,GraphicElements._children as EmbeddedSymbols with GraphicElements, EmbeddedSymbols,  [x in EmbeddedSymbols where x._type = 'EmbeddedS...

Error in toturial:

at this toturial: https://graphacademy.neo4j.com/courses/gds-product-introduction/2-graph-management/1-graph-catalog/ `CALL gds.graph.project('my-graph-projection', ['Actor','Movie'], 'ACTED_IN') should be: CALL gds.graph.project('my-graph-projection...

Hamze by Node
  • 246 Views
  • 2 replies
  • 0 kudos

test failing driver connect

When I try to initiate and connect with a new driver and run "npm run test 01"  I get test fails.    I checkout the git checkout 01-connect-to-neo4j  and add my uri, user, password and run npm run test 01 and it passes.   So I copied the entire file ...

DrAli by Node
  • 494 Views
  • 7 replies
  • 0 kudos

Resolved! Graph Academy: Importing CSV Data : Data Importer

I am in the section using the Neo4j Data Importer (https://graphacademy.neo4j.com/courses/importing-data/2-using-data-importer/2-c-importing-CSV/)and looks like the check database function is not working correctly. Even on an empty database its throw...

Typo in the Neo4j Typescript tutorial

On the writing data page, #2 says: "The Cypher statement is already written for you. Call the session.executeRead() method, passing a callback function to represent the unit of work." From the rest of the code & the solution in the repository, I'm pr...

dysbulic by Node Link
  • 149 Views
  • 1 replies
  • 0 kudos

Neo.ClientError.Statement.SyntaxError using |

I am stumped here -  Trying to do a simple match on Node labels.  I copied DIRECTLY from the cypher manual   https://neo4j.com/docs/cypher-manual/current/clauses/match/#match-with-labels the code  MATCH (n:Movie|Person)RETURN n.name AS name, n.title ...

DrAli by Node
  • 304 Views
  • 4 replies
  • 0 kudos
Announcements
Head's Up!

These forums are read-only! Please join us at our active forums.

  1. replicate users.
  2. migrate topics
  3. migratetopic replies
  4. switch DNS (on Thurs)
Users online (6)