Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Graph Database

A graph database is a database server that organize data in a network, rather than as tables.

PHP is able to connect to many graph databases, including Neo4j, Gremlin servers, etc.

Graph databases are close to RDF triple stores, which store data as a triplet: origin, destination and link type.

Documentation

See Also