Skip to content

neo4j-graph-examples/blank-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph icon green

Blank Sandbox Graph Example

Description: Blank Sandbox. Load your own data with LOAD CSV or create data from scratch

Figure 1. Model
Figure 2. Example
Example Query:
MATCH (n)
RETURN COUNT(n) AS count
LIMIT $limit

Setup

This is for Neo4j version: 3.5,4.0

Rendered guide available via: :play https://guides.neo4j.com/sandbox/blank-sandbox/index.html

Load graph data via the following:

Code Examples

Feedback

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