Skip to content
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

[DOCS] DSB-1116: Reorganize and update GX Cloud deployment and architecture patterns into GX Cloud overview #10345

Merged
merged 16 commits into from
Sep 20, 2024
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
16 changes: 14 additions & 2 deletions docs/docusaurus/docs/application_integration_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following table defines the GX Cloud, GX Core, and Community Supported integ
| Credential Stores | Environment variables | Environment variables <br/> YAML<sup>4</sup> | None |
| Orchestrator | Airflow <sup>5</sup> <sup>6</sup> | Airflow <sup>5</sup> <sup>6</sup> | None |

<sup>1</sup> We've also seen GX work with the following data sources in the past but we can't guarentee ongoing compatibility. These data sources include Clickhouse, Vertica, Dremio, Teradata, Athena, EMR Spark, AWS Glue, Microsoft Fabric, Trino, Pandas on (S3, GCS, Azure), Databricks (Spark), and Spark on (S3, GCS, Azure).<br/>
<sup>1</sup> We've also seen GX work with the following data sources in the past but we can't guarantee ongoing compatibility. These data sources include Clickhouse, Vertica, Dremio, Teradata, Athena, EMR Spark, AWS Glue, Microsoft Fabric, Trino, Pandas on (S3, GCS, Azure), Databricks (Spark), and Spark on (S3, GCS, Azure).<br/>
<sup>2</sup> Support for BigQuery in GX Cloud will be available in a future release.<br/>
<sup>3</sup> This includes configuration storage for Expectations, Checkpoints, Validation Definitions, and Validation Result<br/>
<sup>4</sup> config_variables.yml<br/>
Expand All @@ -53,7 +53,7 @@ The following table defines the operating systems supported by GX Cloud and GX C
| ---------------------- | --------- | --------- |
| Mac/Linux <sup>1</sup> | Mac/Linux | Mac/Linux |

<sup>1</sup> GX does not currently support Windows. However, we've seen users successfuly deploying GX on Windows.
<sup>1</sup> GX does not currently support Windows. However, we've seen users successfully deploying GX on Windows.

### Python versions

Expand All @@ -70,3 +70,15 @@ The following table defines the GX versions supported by GX Cloud and GX Core.
| GX Cloud | GX Core | Community |
| -------- | ------- | --------- |
| ≥1.0 | ≥1.0 | ≥1.0 |

### Web browsers

The following web browsers are supported by GX Cloud.

- [Google Chrome](https://www.google.com/chrome/) — the latest version is fully supported

- [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/) — the latest version is fully supported

- [Apple Safari](https://www.apple.com/safari/) — the latest version is fully supported

- [Microsoft Edge](https://www.microsoft.com/en-us/edge?ep=82&form=MA13KI&es=24) — the latest version is fully supported
4 changes: 2 additions & 2 deletions docs/docusaurus/docs/cloud/_try_gx_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you've tested GX Cloud features and functionality and discovered it's a great

## Self-hosted deployment

To try GX Cloud, you use a [self-hosted deployment](./about_gx#self-hosted-deployment-pattern) to run the GX Agent with Docker, connect the GX Agent to your target Data Sources, and use the GX Cloud web UI to define your Data Assets, create Expectations, and run Validations. A self-hosted deployment is recommended when you want to test GX Cloud features and functionality and it differs from the recommended [org-hosted deployment](./about_gx.md#org-hosted-deployment-pattern), in which the GX Agent runs in your organization's deployment environment.
To try GX Cloud, you use a [self-hosted deployment](/cloud/deploy/deployment_patterns.md) to run the GX Agent with Docker, connect the GX Agent to your target Data Sources, and use the GX Cloud web UI to define your Data Assets, create Expectations, and run Validations. A self-hosted deployment is recommended when you want to test GX Cloud features and functionality and it differs from the recommended [org-hosted deployment](/cloud/deploy/deployment_patterns.md), in which the GX Agent runs in your organization's deployment environment.

## Get your user access token and copy your organization ID

Expand All @@ -48,7 +48,7 @@ You'll need your user access token and organization ID to set your environment v

## Set the environment variables and deploy the GX Agent

Environment variables securely store your GX Cloud access credentials. The GX Agent runs open source GX code in GX Cloud, and it allows you to securely access your data without connecting to it or interacting with it directly. To learn more about the GX Agent and deployment patterns, see [About GX Cloud](./about_gx.md).
Environment variables securely store your GX Cloud access credentials. The GX Agent runs open source GX code in GX Cloud, and it allows you to securely access your data without connecting to it or interacting with it directly. To learn more about the GX Agent and deployment patterns, see [GX Cloud deployment patterns](/cloud/deploy/deployment_patterns.md).

1. Start the Docker Engine.

Expand Down
122 changes: 0 additions & 122 deletions docs/docusaurus/docs/cloud/about_gx.md

This file was deleted.

Loading
Loading