Trying to interpret the Node-Neo4j API

前端 未结 1 1466
日久生厌
日久生厌 2021-01-27 16:27

I\'m pretty new to coding so forgive me if my code is unreadable or my question simplistic.

I am trying to create a little server application that (amongst other things)

相关标签:
1条回答
  • 2021-01-27 17:04

    I would recommend that you look at the sample application, which we updated for Neo4j 2.0 Which uses Cypher to load the data and Node-labels to model the Javascript types.

    You can find it here: https://github.com/neo4j-contrib/node-neo4j-template

    Please ask more questions after looking at this.

    0 讨论(0)
提交回复
热议问题