/template

Template repository with code rendering and checks

Primary LanguageShell

icon

Template Graph Example

Description: Template example

model
Figure 1. Model
example
Figure 2. Example
Example Query:
:param param => "param-value"
MATCH (n:Node {name:$param})
RETURN n.name as name

Setup

This is for Neo4j version: 3.5,4.0

Rendered guide available via: :play https://guides.neo4j.com/template/index.html

Load graph data via the following:

Data load script: scripts/template.cypher

bin/cypher-shell -u neo4j -p "password" -f scripts/template.cypher [-d "database"]

Or import in Neo4j Browser by dragging or pasting the content of scripts/template.cypher.

Code Examples

Feedback

Feel free to submit issues or pull requests for improvement on this repository.