File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 530
530
{
531
531
"source" : " /modus/sdk/postgresql" ,
532
532
"destination" : " /modus/sdk/assemblyscript/postgresql"
533
+ },
534
+ {
535
+ "source" : " /graphs/deploy" ,
536
+ "destination" : " /graphs/provision"
533
537
}
534
538
]
535
539
}
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ offering a seamless experience for developers and organizations of all sizes.
17
17
18
18
## Key features
19
19
20
+ In addition to the [ features provided by Dgraph] ( /dgraph/why-dgraph ) , Graphs on
21
+ Hypermode provides a turnkey experience for building and deploying knowledge
22
+ graphs.
23
+
20
24
| Feature | Description |
21
25
| :-------------------------------------------------------- | :------------------------------------------------------------------------------- |
22
26
| [ Scale to Zero] ( ./manage-graph#scale-to-zero ) | automatically scale down after periods of inactivity and scale back up on demand |
@@ -30,7 +34,7 @@ offering a seamless experience for developers and organizations of all sizes.
30
34
31
35
To get started with Graphs on Hypermode:
32
36
33
- 1 . ** [ Deploy a new graph] ( ./deploy ) ** : create your graph database
37
+ 1 . ** [ Deploy a new graph] ( ./provision ) ** : create your graph database
34
38
2 . ** [ Connect to your graph] ( ./connect ) ** : use connection strings to access your
35
39
graph from various clients
36
40
3 . ** [ Manage your schema] ( ./manage-schema ) ** : define your graph structure using
Original file line number Diff line number Diff line change 1
1
---
2
- title : Deploy Graph
3
- description : Deploy a new graph and configure its resources
2
+ title : Provision Graph
3
+ description : Create a new graph and configure its resources
4
4
---
5
5
6
6
<Info >
@@ -10,7 +10,8 @@ description: Deploy a new graph and configure its resources
10
10
11
11
From your workspace home, click ` Create new graph ` . You are prompted to name
12
12
your graph and select the [ region] ( ./manage-graph#region-availability ) for
13
- deployment. Once deployed, your [ connection string] ( ./connect ) is displayed.
13
+ provisioning. Once provisioned, your [ connection string] ( ./connect ) is
14
+ displayed.
14
15
15
16
<Frame >
16
17
<img src = " /images/graphs/create-graph.png" alt = " Create graph" />
You can’t perform that action at this time.
0 commit comments