Allan Bowe
Chief SAS App Officer
Build & Deploy HTML5 Apps on Viya and SAS 9
Separation of front and backend is non-negotiable!
<script src="https://cdn.jsdelivr.net/npm/sasjs@2.1.0/index.js"
integrity="sha256-aO07O1dqIVfURrXrgsYbCxneXml0Q+kMQI/RpGKR3mo="
crossorigin="anonymous">
</script>
Use SubResource Integrity (SRI) hashing to avoid Man-In-The-Middle attacks
A Framework for HTML5 App Development on SAS
SAS Utility Macros for Application Development
Bi-directional data transfer between JS and SAS
Setup, build & deploy SAS projects
SAS 9 | SAS VIYA |
---|---|
Stored Processes | Job Execution Service |
WKS / STP Servers | Compute Server only |
Client / System Identities | Client / System* Identities |
Metadata | Postgres |
* System account available with Viya 3.5+
Send only the data you need to send!
Server side data caching significantly improves the responsiveness for large queries - simply store the output data alongside a hash of the input query
filename _webout cache;
yourserver/SASStoredProcess/?_action=1063&_path=/your/path
Check out the mp_abort macro
By Allan Bowe
This deck accompanies our workshop on building web apps on Viya and SAS 9 using SASjs.