About the Neo4j Browser and Browser guides
Here's what this is: with Neo4j, the native graph database, we always ship a default user interface called the "Neo4j Browser". It's a interactive application that communicates with the database, and that essentially allows you to fire of Cypher queries and look at / manipulate the contents of your database. Read up about it over here. Once you have done that you will realise that the Browser is actually more than that: it's also a great way for people to learn more about Neo4j, and has a built in mechanism to share "guides" to various topics. If you experiment a bit with the following commands:
Title
|
Description
|
Command
|
Intro
|
A guided tour of Neo4j Browser
| :play intro |
Concepts
|
Graph database basics
| :play concepts |
Cypher
|
Neo4j’s graph query language introduction
| :play cypher |
The Movie Graph
|
A mini graph model of connections between actors and movies
| :play movie graph |
The Northwind Database
|
A classic use case of RDBMS to graph with import instructions and queries
| :play northwind graph |