About Graph Database - POSOCO/grid_graph GitHub Wiki

Motivation to use graph database

  1. Save ourselves from writing joins since huge db queries are tough to remember and maintain.
  2. Query language that is easy to use.
  3. Performance benifits

Interesting Facts and applications

  1. Neo4j used to investigate Panama Papers by ICIJ - https://www.youtube.com/watch?v=S20XMQyvANY&t=1727s https://www.youtube.com/watch?v=P_2qCZGj430

Neo4j introduction video - https://youtu.be/NO3C-CWykkY

Neo4j Ref card - https://neo4j.com/docs/cypher-refcard/current/

Arrow Tool for schema design - http://www.apcjones.com/arrows/

Cypher Commands CheatSheet - https://gist.github.com/DaniSancas/1d5265fc159a95ff457b940fc5046887

RDBMS to Graph DB - https://www.youtube.com/watch?v=zRYxJvjB0jQ

Learn Neo4j Graph DB - https://www.tutorialspoint.com/neo4j/neo4j_data_model.htm

Neo4j Official training page - https://neo4j.com/online_training/graphdatabases/?aliId=TmFnYXN1ZGhpciBQdWxsYS9uYWdhc3VkaGlyQHBvc29jby5pbg%3D%3D

Neo4j guide to csv import - https://neo4j.com/developer/guide-import-csv/

Access google spredsheets using node js - http://voidcanvas.com/node-js-googleapis-v4-spreadsheet/

Neo4j HTTP client - http://neo4j.com/docs/developer-manual/current/http-api/ , https://neo4j.com/docs/rest-docs/current/