Skip to content

Commit 8e4c558

Browse files
Update home page
Add intro text
1 parent 16af6bb commit 8e4c558

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

content/_index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,25 @@ aliases = ["/contribute"]
1010
weight = 1
1111
+++
1212

13+
14+
15+
16+
17+
18+
1319
<div class="container">
1420
<div class="landing">
1521
<div class="hero">
1622
<p>
1723
Dgraph is the only open, complete graph database used at terabyte-scale to power real-time use cases. It is open-source, scalable, distributed, highly available and lightning fast.
1824
</p>
19-
<p>Choose your path: <br><strong>Dgraph DB</strong> for direct database operations and administration,<br> or <strong>GraphQL API</strong> for application development with auto-generated APIs.</p>
20-
<!--p><b>Tip</b>: New to Dgraph? Take the <a href="https://dgraph.io/tour">Dgraph Tour</a> to run live queries in your browser. Then, try Dgraph as a <a href="https://cloud.dgraph.io">cloud service</a>, or <a href='/deploy/installation/'>download</a> Dgraph to deploy it yourself.</p-->
25+
<p>
26+
Dgraph is designed for real-time workloads, horizontal scalability, and data
27+
flexibility. Implemented as a distributed system, Dgraph processes queries in
28+
parallel to deliver the fastest results, even for the most complex workloads.
29+
</p>
30+
<h3>Choose your path</h3>
31+
<p>Use Dgraph as a <strong>property graph database</strong> for direct database operations and administration,<br> or leverage the <strong>GraphQL API</strong> for rapid application development with schema-driven APIs.</p>
2132
</div>
2233
<div class="item">
2334
<a href="{{< relref "dgraph-overview.md">}}">

0 commit comments

Comments
 (0)