Introduction to Dgraph | Rawkode Live

preview_player
Показать описание

Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides ACID transactions, consistent replication and linearizable reads. It's built from ground up to perform for a rich set of queries. Being a native GraphQL database, it tightly controls how the data is arranged on disk to optimize for query performance and throughput, reducing disk seeks and network calls in a cluster.

Dgraph's goal is to provide Google production level scale and throughput, with low enough latency to be serving real time user queries, over terabytes of structured data. Dgraph supports GraphQL query syntax, and responds in JSON and Protocol Buffers over GRPC and HTTP.

🕰 Timeline

00:00 - Holding screen
01:40 - Introductions
03:40 - Who is Xuanyi?
05:30 - Why use a graph database?
09:45 - Running Dgraph with Docker
13:30 - Ratel - the Dgraph web interface
18:40 - Writing our first records
27:00 - Adding relationships
33:00 - Adding type definitions
48:40 - Slash GraphQL managed service

🌎 Resources

Рекомендации по теме
Комментарии
Автор

This is a good overview of DQL. Thanks!

jaysistar