Skip to content

Commit 1a5ca29

Browse files
committed
Merge branch 'managed-k8s' of github.com:hypermodeinc/docs into managed-k8s
2 parents 5cc3b31 + e373b83 commit 1a5ca29

File tree

6 files changed

+7
-100
lines changed

6 files changed

+7
-100
lines changed

dgraph/graphql/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ just by deploying the GraphQL schema of your API. Dgraph does the rest!
1818

1919
## Step 1: Run Dgraph
2020

21-
The easiest way to get Dgraph up and running is on Hypermode.
21+
The recommended way to get started with Dgraph is by using the official [Dgraph Docker image](https://hub.docker.com/r/dgraph/standalone).
2222

2323
## Step 2: Deploy a GraphQL Schema
2424

dgraph/guides.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ import DgraphWIP from "/snippets/dgraph-wip.mdx"
99

1010
- [Get Started with Dgraph](/dgraph/guides/get-started-with-dgraph/introduction)
1111
- [Graph Data Models 101](/dgraph/guides/graph-data-models-101)
12-
- [Build a To-Do list app](/dgraph/guides/to-do-app/introduction)
13-
- [Build a Message Board app](/dgraph/guides/message-board-app/introduction)

dgraph/quickstart.mdx

Lines changed: 3 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -20,82 +20,12 @@ This guide helps you to understand how to:
2020

2121
## Run Dgraph and connect the Ratel web UI
2222

23-
The easiest way to get Dgraph up and running in the cloud is using
24-
[Dgraph on Hypermode](https://hypermode.com/login). If you prefer a local
25-
development experience with Dgraph we recommend using the official Dgraph Docker
26-
image. Both options are described below.
23+
The recommended way to get started with Dgraph for local development is by using the official Dgraph Docker image.
2724

2825
In this section we'll create a new graph, then we'll connect our new graph to
2926
[Ratel](./glossary#ratel), the web-based UI for Dgraph.
3027

31-
<Tabs>
32-
<Tab title="On Hypermode">
33-
<Steps>
34-
<Step title="Sign in to Hypermode and create your workspace">
35-
36-
Open [`hypermode.com/login`](https://hypermode.com/login) in your web browser and sign
37-
in to Hypermode to create your account.
38-
39-
After signing in you'll be prompted to choose a name for your workspace.
40-
41-
![Create your Hypermode workspace](/images/dgraph/quickstart/create-workspace.png)
42-
43-
Enter a name for your workspace and then select **Create workspace**.
44-
45-
</Step>
46-
47-
<Step title="Create your graph">
48-
49-
After creating your Hypermode workspace you'll be prompted to create your first
50-
graph.
51-
52-
![Create your first Hypermode graph](/images/dgraph/quickstart/create-graph-2.png)
53-
54-
Enter a name for your graph and choose the hosting location, then select
55-
**Create graph**.
56-
57-
</Step>
58-
59-
<Step title="View your graph details">
60-
61-
Once your graph is created you'll see the graph details including its status,
62-
connection string, and API key.
63-
64-
![Graph detail view](/images/dgraph/quickstart/graph-details.png)
65-
66-
We'll use the Dgraph connection string and the API key to connect to our graph
67-
via Dgraph clients such as Ratel or language SDKs.
68-
69-
Click on the copy icon next to the connection string to copy the Dgraph
70-
connection string.
71-
72-
</Step>
73-
74-
<Step title="Connect the Ratel graph client">
75-
76-
Ratel is a web-based Dgraph client for interacting with your graph. We'll use
77-
Ratel to execute DQL queries and update the graph schema.
78-
79-
Navigate to [ratel.hypermode.com](https://ratel.hypermode.com) and paste the
80-
Dgraph connection string you copied in the previous step into the "Dgraph Conn
81-
String" text box in Ratel then select **Connect** to verify the connection and
82-
then select **Continue** to access the Ratel console.
83-
84-
![Connecting to Ratel](/images/dgraph/quickstart/ratel-connection-string.png)
85-
86-
The Ratel console is where we can execute DQL queries and mutations and view the
87-
results of these operations, including visualizing graph data.
88-
89-
![Ratel overview](/images/dgraph/quickstart/ratel-overview.png)
90-
91-
Now we're ready to add data to our graph.
92-
93-
</Step>
94-
95-
</Steps>
96-
</Tab>
97-
98-
<Tab title="Locally"><Steps>
28+
<Steps>
9929
<Step title="Run Dgraph with Docker">
10030
The [`dgraph/standalone`](https://hub.docker.com/r/dgraph/standalone) Docker image has everything needed to run Dgraph locally.
10131

@@ -139,9 +69,6 @@ Now we're ready to add data to our graph.
13969
</Step>
14070
</Steps>
14171

142-
</Tab>
143-
</Tabs>
144-
14572
## Add data to the graph with a mutation
14673

14774
Graph databases like Dgraph use a data model called the **property graph**,
@@ -507,7 +434,7 @@ the syntax `movies: ~Movie.genre`.
507434

508435
</Steps>
509436

510-
In this quick start we created a new graph instance using Dgraph on Hypermode,
437+
In this quick start we created a new graph instance using Dgraph,
511438
added data, queried the graph, visualized the results, and updated the schema of
512439
our graph.
513440

dgraph/self-managed/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ deployment scenarios, including:
1515
- Running Dgraph on your cloud infrastructure (AWS, Google Cloud and Azure)
1616

1717
This section focuses exclusively on deployment and management for these
18-
self-managed scenarios. To learn about fully managed options that let you focus
19-
on building apps and websites, rather than managing infrastructure, or
20-
[Try Dgraph on Hypermode](https://hypermode.com/sign-up).
18+
self-managed scenarios.
2119

2220
## Overview
2321

dgraph/v25-preview.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ Dgraph for AI-ready knowledge graphs.
99

1010
## Availability
1111

12-
As we prepare for the general availability, we're making a set of preview
13-
releases available for use on Hypermode and locally. The fastest way to get
14-
started is to sign up for a free
15-
[Hypermode account](https://hypermode.com/login).
16-
17-
The run locally, use the Docker image `dgraph/standalone:v25.0.0-preview6`.
12+
To run locally, use the Docker image `dgraph/standalone:v25.0.0-preview6`.
1813

1914
```bash
2015
docker run --rm -it -p 8080:8080 -p 9080:9080 dgraph/standalone:v25.0.0-preview6

dgraph/why-dgraph.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,4 @@ capabilities enable your AI apps to have logically separated knowledge graphs.
4141
With thousands of deployments globally, Dgraph is behind some of the world's
4242
most important applications. From building rocket ships, to self-driving cars,
4343
to beloved personal computers, to producing clean energy— Dgraph is a trusted
44-
part of their applications. Self-manage Dgraph or deploy your database to
45-
Hypermode’s managed Dgraph service.
46-
47-
### Turn-key hosting platform
48-
49-
Hypermode's fully managed Dgraph service eliminates operational overhead while
50-
maximizing performance. Deploy production-ready graph databases in minutes with
51-
automatic scaling, backups, and monitoring. Our expert team handles
52-
infrastructure management, upgrades, and optimization. With enterprise-grade
53-
security, 99.995% SLA uptime guarantee, and technical support, you can trust
54-
your most mission-critical workloads to our platform. Migrate existing
55-
deployments or start fresh with flexible pricing that scales with your needs.
44+
part of their applications.

0 commit comments

Comments
 (0)