Piccione
Piccione

Reputation: 21

A working example for neo4j

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

Answers (2)

FylmTM
FylmTM

Reputation: 2007

Probably you should checkout GraphAcademy.

There are 2 interactive courses:

  • For beginners - it will gently guide you into Neo4j world (with practical examples)
  • Advanced - it contains more advanced topics (i.e. how to configure Neo4j for production envrionment).

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.

enter image description here

Just go with "Learn about Neo4j" option here.

Good luck, have fun!

Upvotes: 1

William Lyon
William Lyon

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

Related Questions