Graph Database: Performing CRUD operations with Dgraph (2019)

Опубликовано: 22 Октябрь 2024
на канале: Dgraph Labs
4,653
37

Dgraph is an open source, fast, feature rich and horizontally scalable graph database. It's designed from ground up to run for web-scale, and achieve high throughput and low latency for arbitrarily complex queries in real world cluster.

Written entirely in Go, it embraces simplicity and robustness. It provides a very readable and powerful query language derived from GraphQL: https://docs.dgraph.io/query-language/.

For more, check out Dgraph website: https://dgraph.io.

For the material used in the video go to Tutorial's contrib directory https://github.com/dgraph-io/tutorial...