Skip to content

graph updates #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@
{
"source": "/modus/sdk/postgresql",
"destination": "/modus/sdk/assemblyscript/postgresql"
},
{
"source": "/graphs/deploy",
"destination": "/graphs/provision"
}
]
}
6 changes: 5 additions & 1 deletion graphs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ offering a seamless experience for developers and organizations of all sizes.

## Key features

In addition to the [features provided by Dgraph](/dgraph/why-dgraph), Graphs on
Hypermode provides a turnkey experience for building and deploying knowledge
graphs.

| Feature | Description |
| :-------------------------------------------------------- | :------------------------------------------------------------------------------- |
| [Scale to Zero](./manage-graph#scale-to-zero) | automatically scale down after periods of inactivity and scale back up on demand |
Expand All @@ -30,7 +34,7 @@ offering a seamless experience for developers and organizations of all sizes.

To get started with Graphs on Hypermode:

1. **[Deploy a new graph](./deploy)**: create your graph database
1. **[Deploy a new graph](./provision)**: create your graph database
2. **[Connect to your graph](./connect)**: use connection strings to access your
graph from various clients
3. **[Manage your schema](./manage-schema)**: define your graph structure using
Expand Down
7 changes: 4 additions & 3 deletions graphs/deploy.mdx → graphs/provision.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Deploy Graph
description: Deploy a new graph and configure its resources
title: Provision Graph
description: Create a new graph and configure its resources
---

<Info>
Expand All @@ -10,7 +10,8 @@ description: Deploy a new graph and configure its resources

From your workspace home, click `Create new graph`. You are prompted to name
your graph and select the [region](./manage-graph#region-availability) for
deployment. Once deployed, your [connection string](./connect) is displayed.
provisioning. Once provisioned, your [connection string](./connect) is
displayed.

<Frame>
<img src="/images/graphs/create-graph.png" alt="Create graph" />
Expand Down