Skip to content

Latest commit

 

History

History
112 lines (82 loc) · 3.05 KB

README.adoc

File metadata and controls

112 lines (82 loc) · 3.05 KB
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.