Demo application showing difference between relational and graph database using social network as example,
- execute
app/console doctrine:fixtures:loadto load fixtures or create it manually. - use
http://localhost/person/to create persons and their relation. - use
http://localhost/select-relatedto see how you can follow from one person to another - use
http://localhost:7474/browserto play with neo4j
cd .docker && docker-compose upto create container.composer installto download backend dependencies.- go to
http://localhost:7474/browser/and setup neo4j credentials. vim app/config/config_neo4.ymlto setup credentials.

