Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/private-ddn/architecture/byoc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requests. Even if the Control Plane becomes unavailable, the Data Plane continue

:::

<Thumbnail src="/img/deployment/private_ddn_byoc.png" alt="Private DDN Architecture BYOC " />
<Thumbnail src="/img/deployment/private_ddn_byoc_expanded.png" alt="Private DDN Architecture BYOC" />

## Data Flow and security

Expand Down
23 changes: 22 additions & 1 deletion docs/private-ddn/architecture/dedicated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,28 @@ Gateway, or any other equivalent connectivity option offered by the cloud provid

Please reach out to us if you need support for another cloud or configuration that is not mentioned here.

<Thumbnail src="/img/deployment/private_ddn_hasura_hosted.png" alt="Private DDN Architecture Hasura Hosted" />
<Thumbnail src="/img/deployment/private_ddn_hasura_hosted_expanded.png" alt="Private DDN Architecture Hasura Hosted" />

## Upgrade Process

Regular software upgrades are rolled out to the Data Plane automatically. This includes:

- Hasura Engine version upgrades
- Other components on the Data Plane
- Kubernetes and other dependencies

Upgrades are typically seamless, utilizing rolling restarts. However, some upgrades (e.g., Kubernetes node upgrades) may
require customer-specified maintenance windows to minimize disruption.

## FAQ

##### Which cloud providers are supported for dedicated deployment?

AWS, GCP and Azure are supported.

##### Which regions are supported for dedicated deployment?

Any region on AWS, GCP, Azure are supported, provided there is enough quota available for the workloads.

## Get started

Expand Down
12 changes: 6 additions & 6 deletions docs/private-ddn/ddn-workspace.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 6
sidebar_label: DDN workspace
description: "Learn how to develop with DDN workspace"
sidebar_label: DDN Workspace
description: "Learn how to develop with DDN Workspace"
keywords:
- hasura ddn
- private ddn
Expand All @@ -14,15 +14,15 @@ seoFrontMatterUpdated: false

import Thumbnail from "@site/src/components/Thumbnail";

# Developing with DDN workspace
# Developing with DDN Workspace

## Introduction

DDN Workspace provides a browser-based development environment for working with Private DDN, eliminating the need to
install DDN CLI and its dependencies locally. It features a familiar VS Code-like UI, runs directly on your data plane,
and includes all necessary dependencies required to work with DDN pre-installed.

This guide will walk you through the steps for using DDN workspace to develop your API on a Data Plane in
This guide will walk you through the steps for using DDN Workspace to develop your API on a Data Plane in
[Private Hasura DDN](/private-ddn/overview.mdx). Before proceeding, you'll first need to be
[invited](/private-ddn/data-plane-collaboration.mdx) to a Data Plane.

Expand Down Expand Up @@ -52,7 +52,7 @@ been provisioned, it can be launched from the [Private DDN page](https://console
- Click on the `Copy Password` button to copy the password to your clipboard. Use this password to login to the
workspace.

<Thumbnail src="/img/data-plane/launch-workspace.png" alt="Launch DDN workspace" width="1000px" />
<Thumbnail src="/img/data-plane/launch-workspace.png" alt="Launch DDN Workspace" width="1000px" />

## Step 2. Create a `<service-account-token>`

Expand Down Expand Up @@ -168,7 +168,7 @@ Metadata files will be generated for each entity in your data source. You can le

:::info Note

`ddn supergraph build local`, `ddn run docker-start` and `ddn console --local` are not supported in DDN workspace. Once
`ddn supergraph build local`, `ddn run docker-start` and `ddn console --local` are not supported in DDN Workspace. Once
the metadata is generated, create a cloud project and deploy your supergraph to your Private DDN to query the API.

:::
Expand Down
12 changes: 9 additions & 3 deletions docs/private-ddn/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ control, and CI/CD integration while keeping runtime operations secure and priva
Ready to get started with Hasura Private DDN? Here's what you can do next:

- [Architecture](/private-ddn/architecture/index.mdx)
- [Create a Data Plane](/private-ddn/creating-a-data-plane/index.mdx)
- [Dedicated](/private-ddn/architecture/dedicated.mdx)
- [BYOC](/private-ddn/architecture/byoc.mdx)
- [Self Hosted](/private-ddn/architecture/self-hosted.mdx)
- [Creating a Data Plane](/private-ddn/creating-a-data-plane/index.mdx)
- [Dedicated](/private-ddn/creating-a-data-plane/dedicated.mdx)
- [BYOC](/private-ddn/creating-a-data-plane/byoc.mdx)
- [Add collaborators to a Data Plane](/private-ddn/data-plane-collaboration.mdx)
- [Create a project on a private Data Plane](/private-ddn/create-a-project-on-a-data-plane.mdx)
- [DDN workspace](/private-ddn/ddn-workspace.mdx)
- [Connector Deployment Resources](/private-ddn/connector-deployment-resources.mdx)
- [Create a project](/private-ddn/create-a-project-on-a-data-plane.mdx)
- [DDN Workspace](/private-ddn/ddn-workspace.mdx)
- [Learn more about the architecture](/reference/ddn-topology-architecture.mdx)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading