Reputation: 21
I am seeking a quick and complete step by step guide that can:
Notes: I tried some tutorials but were not complete or give some failing commands. Better if a social graph database, better if CSV, but any is ok
Thanks
Upvotes: 0
Views: 393
Reputation: 2007
Probably you should checkout GraphAcademy.
There are 2 interactive courses:
Also there is tutorial in Neo4j itself. Start Neo4j locally and navigate to your browser (typicall to http://localhost:7474). If this is fresh start - you will be offered to go through introduction.
You can bring up tutorial manually by typing :play
.
Just go with "Learn about Neo4j" option here.
Good luck, have fun!
Upvotes: 1
Reputation: 8556
Check out the Neo4j GraphGist project: http://graphgist.neo4j.com/#!/gists
There are many examples that showcase many different features of Neo4j (including data import).
Upvotes: 2