chore: docs
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m1s
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m1s
This commit is contained in:
@@ -124,7 +124,7 @@ Now the services are deployed (including the service which creates the staging a
|
|||||||
* Compute Context - the context configured in Step 1
|
* Compute Context - the context configured in Step 1
|
||||||
|
|
||||||
|
|
||||||
### 5. Optmisation
|
### 5. Optimisation
|
||||||
|
|
||||||
At this point, every DC request will read the `services/public/settings.sas` file to get the DC library (and other) settings. To avoid these API calls (which will speed up the app) we can simply move this code to the autoexec. Steps as follows:
|
At this point, every DC request will read the `services/public/settings.sas` file to get the DC library (and other) settings. To avoid these API calls (which will speed up the app) we can simply move this code to the autoexec. Steps as follows:
|
||||||
|
|
||||||
@@ -151,3 +151,10 @@ To explain each of these lines:
|
|||||||
* The final libname statement can also be configured to point at a database instead of a BASE engine directory (contact us for DDL)
|
* The final libname statement can also be configured to point at a database instead of a BASE engine directory (contact us for DDL)
|
||||||
|
|
||||||
If you have additional libraries that you would like to use in Data Controller, they should also be defined here.
|
If you have additional libraries that you would like to use in Data Controller, they should also be defined here.
|
||||||
|
|
||||||
|
|
||||||
|
## Visual Analytics
|
||||||
|
|
||||||
|
It is possible to embed a Data Controller table within SAS Visual Analytics by simply pasting the URL.
|
||||||
|
|
||||||
|
To make the portlet more visually appealing, the Data Controller title bar can be removed by adding `?embed=true` to the URL. When opening in a new window, the title bar will be gone.
|
||||||
Reference in New Issue
Block a user