Selected Session

Graph databases and PHP

Speaker(s)
Michelle Sanver
Level of expertise
Beginner
Session Type
Regular (45 min)
Track(s)
Coding & Development
Day
Saturday
Time Slot
-
Room
Pischa

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.