Hey Neo4J’ers, this is Dino again, posting another comic that is related to Neo4J! Today’s comic shows the parodic correlation between rejected requests to join something and “odd” nodes in a graph database. Once again, enjoy the comic!
MATCH (g:Girl {name: ‘Yao’}), (b:Boy {name: ‘Jino’}) CREATE (g)-[:MADE_FRIENDS_WITH]->(b);
