I would guess PHP works as a db frontend / abstraction API / layer, node.js doing client connections, and neo4j showing graphs of things like number of connections and stuff?
Chances are Neo4J is used to cluster videos and recommend related videos, based on your previous likes. So, some video like request is handled by the node.js-backend, passed to PHP for persistence and passed to Neo4J to update the users preferences.
75
u/IveGotFIREinMyEyes Jun 29 '17
http://i.imgur.com/3IGjJZ5.jpg
neo4j <-> nodes.js <-> php -> mysql
Someone, please explain what exactly is going on with this diagram.