Database
169 views
Graph Database
Quick Definition
Database optimized for entity relationship queries
Full Definition
A database optimized for storing and querying relationships between entities.
Examples
Neo4j, Amazon Neptune, ArangoDB, social networks
Related Terms
graph-theory
cypher
More Database Terms
Primary-Replica Architecture
Architecture with primary for writes, replicas for reads
Relational Database
Database storing data in structured tables with relationships
DynamoDB
Fully managed serverless NoSQL database by AWS
ACID
Properties guaranteeing reliable transaction processing
Referential Integrity
Constraint ensuring table relationships remain consistent
Document Database
NoSQL database storing data as flexible JSON-like documents