Talk in English - UK at PHP Yorkshire 2019
Track Name:
Track 2
View Slides: https://speakerdeck.com/michellesanver/an-introduction-to-graph-databases-in-php-using-neo4j
Short URL: https://joind.in/talk/4a608
(QR-Code (opens in new window))
Traditional relational databases — ironically — are not that good at the complex relationships some modern applications need.
Multiple joins and complex sub-queries can gradually take a toll on performance.
Graph Databases, on the other hand, are all about relationships. In this talk we will look at using the popular Neo4j graph database with PHP to build efficient relational data for OmNomHub: not your average recipe site.
Comments
Comments are closed.
Really nice introduction to neo4j, everything was explained and there was even a roll of the dice with a live demo (that worked flawlessly)
Interesting talk presented with enthusiasm and helpful live demos. Good to include the examples of the Doctrine-style repository code. The question at the end to ask people for their own suggestions was good - it might be positive to have a few usage ideas to go over in more detail if people aren't that talkative
I enjoyed your talk, and it's inspired me to have a play with Neo4J. The demo was particularly useful, it's always nice to back up words with some examples I think to help things soak in.
Loved the talk. I have recently became interested in Neo4j so this talk has helped put some of my questions into perspective.
It would be interesting to see if there is actually an application to migrate a SQL database over to Neo4j. Although if not it should be fairly easy to create (but might need cleaning (for example primary keys etc.
This talk was a really fun and enlightening talk.
I had played around with a graph database a while ago as I really love the idea of them. But never carried on/got to build in production.
This was great to see either as a refresher but even if you've never looked at graph databases before. And I discovered theres an OGM which I didnt realise existed :D