Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lone Star PHP 2017 - Introduction to Graph Databases with Neo4j

Slides, code examples, and reference materials for my Introduction to Graph Databases with Neo4j talk at Lone Star PHP 2017.

Cypher Instructions

Easiest Way

  1. Create a new Blank Neo4j Sandbox online.

Still Easy Way

  1. Download and install Neo4j Community Edition
  2. Start Neo4j and navigate to http://localhost:7474 and follow the prompts.

In either case, open up ecommerce.cql and seven-bridges.cql and start running some queries!

PHP Instructions

  1. cd examples/php and run composer install
  2. Run php neo4j-client-example.php or php neo4j-ogm-example.php

Links

Problems?

Tweet at me or open an issue. I really, truly want to help, and it's not a bother at all.