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.
See Also
Related
- Structured Query Language (SQL)
- MySQL
- PostgreSQL
- Column Database
- Graph
- RDF (Resource Description Framework)
- Nosql Database