Skip to content

danielsiwiec/neo4j-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-demo

Prerequisites

  • vagrant
  • virtualbox

Running instructions

vagrant up
open http://127.0.0.1:7575

In the prompt at the top of the screen, type in a cypher query, like

MATCH (u:User)-->(s:Song)-->(a:Artist) RETURN u,s,a LIMIT 15;

and hit Ctrl+Enter or click Play on the right.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages