From c6ef23d54b9a725d04cc67a195ecb91494f725f5 Mon Sep 17 00:00:00 2001 From: allan Date: Wed, 4 Jun 2025 13:56:22 +0100 Subject: [PATCH] feat: updated viya deploy instructions --- docs/{dci-deploysasviya.md => deploy-viya.md} | 94 ++++++------------- mkdocs.yml | 2 +- 2 files changed, 30 insertions(+), 66 deletions(-) rename docs/{dci-deploysasviya.md => deploy-viya.md} (68%) diff --git a/docs/dci-deploysasviya.md b/docs/deploy-viya.md similarity index 68% rename from docs/dci-deploysasviya.md rename to docs/deploy-viya.md index d1e53d0..9645b23 100644 --- a/docs/dci-deploysasviya.md +++ b/docs/deploy-viya.md @@ -9,7 +9,7 @@ og_image: https://docs.datacontroller.io/img/dci_deploymentdiagramviya.png ## Overview Data Controller for SAS Viya consists of a frontend, a set of Job Execution Services, a staging area, a Compute Context, and a database library. The library can be a SAS Base engine if desired, however this can cause contention (eg table locks) if end users are able to connect to the datasets directly, eg via Enterprise Guide or Base SAS. -A database that supports concurrent access is highly recommended. +A database that supports concurrent access is recommended. ## Prerequisites @@ -37,13 +37,15 @@ The below areas of the SAS Viya platform are modified when deploying Data Contro +!!! note + The "streaming" version of Viya uses the files API for web content, so there is no need for the web server component. + ## Deployment -Data Controller deployment is split between 3 deployment types: +Data Controller deployment is split between 2 deployment types: -* Demo version -* Full Version (manual deploy) -* Full Version (automated deploy) +* Streaming (web content served from SAS Drive) +* Full (web content served from dedicated web server) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 4d7cc99..995c9cf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,7 +50,7 @@ nav: - Macros: macros.md - Installation: - System Requirements: dci-requirements.md - - SAS Viya: dci-deploysasviya.md + - SAS Viya: deploy-viya.md - SAS 9 EBI: dci-deploysas9.md - SAS 9 STP Hardening: dci-stpinstance.md - Troubleshooting: dci-troubleshooting.md