linuslundahl / template

Template repository with code rendering and checks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Template repository with code rendering and checks


Languages

Language:Shell 37.2%Language:JavaScript 25.0%Language:Go 23.1%Language:Java 6.2%Language:C# 5.5%Language:Python 3.1%