Skip to content

Commit

Permalink
chore: update description for draph (#281)
Browse files Browse the repository at this point in the history
Updated Dgraph description

---------

Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
  • Loading branch information
fengjessica and kurtisvg authored Feb 6, 2025
1 parent 4b7bb15 commit 0bb5010
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/en/resources/sources/dgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ title: "Dgraph"
type: docs
weight: 1
description: >
Dgraph is a horizontally scalable and distributed graph database.
Dgraph is fully open-source, built-for-scale graph database for Gen AI workloads
---

## About

[Dgraph][dgraph-docs] is a horizontally scalable and distributed graph database.
It provides ACID transactions, consistent replication, and linearizable reads.
[Dgraph][dgraph-docs] is an open-source graph database. It is designed for real-time workloads, horizontal scalability, and data flexibility. Implemented as a distributed system, Dgraph processes queries in parallel to deliver the fastest result.

This source can connect to either a self-managed Dgraph cluster or one hosted on
Dgraph Cloud. If you're new to Dgraph, the fastest way to get started is to
Expand Down

0 comments on commit 0bb5010

Please sign in to comment.