https://github.com/sassoftware/sas-container-runtime
This repository will be used to provide working examples, articles, links to published material etc., for the SAS Container Runtime (SCR).
https://github.com/sassoftware/sas-container-runtime
Last synced: 7 months ago
JSON representation
This repository will be used to provide working examples, articles, links to published material etc., for the SAS Container Runtime (SCR).
- Host: GitHub
- URL: https://github.com/sassoftware/sas-container-runtime
- Owner: sassoftware
- License: apache-2.0
- Created: 2021-10-21T13:26:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T15:08:43.000Z (over 2 years ago)
- Last Synced: 2025-02-13T13:24:47.428Z (9 months ago)
- Size: 652 KB
- Stars: 8
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# SAS Container Runtime Resources
SAS Container Runtime is a lightweight Open Container Initiative (OCI) compliant container that scores SAS models and decisions. This enables you to run models and decisions on any OCI compliant compute system, including clusters that are based on Docker and Kubernetes. Deployments to cloud or on-premises systems are both supported.
For more information, see [What Is SAS Container Runtime?](https://documentation.sas.com/doc/en/mascrtcdc/default/mascrtag/n0vobwu1imdrzin1xjuc8v717sw0.htm)
## Overview
The content on this GitHub repository provides examples and other resources related to SAS Container Runtime and publishing SAS models to a container destination.
## Examples
Here are the items that are included in the [Examples](https://github.com/sassoftware/sas-container-runtime/tree/main/examples) folder.
- [AzureDeployment](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/AzureDeployment) - Contains information about deploying SAS Container Runtime in an Azure Container Instance (ACI), an Azure Web App, and a cluster.
- [KnativeModelOps](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/KnativeModOps) - Contains information about using Knative and Kubernetes.
- [LowCode_NoCode](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/LowCode_NoCode) - Provides an overview of a low-code/no-code approach for SAS Container Runtime with Azure Power Apps.
- [Models](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/models) - Contains sample models.
- [Pipeline](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/pipeline) - Contains information about using a multi-container deployment to build a scoring pipeline.
- [SagMakerRunTime](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/sageMakerRunTime) - Contains information about using Amazon SageMaker hosting services with SAS Container Runtime.
- [scr-AzureSQL](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/scr-AzureSQL) - Contains information and instructions about how to access an Azure SQL database in SAS Container Runtime via a Python module.
- [Scr-db2](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/scr-db2) - Contains information and instructions about how to access a DB2 database in SAS Container Runtime via a Python module.
- [Scr-docker-monitoring](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/scr-docker-monitoring) - Contains information about how to configure monitoring for a SAS Container Runtime container that is deployed using Docker.
- [Scr-k8s-monitoring](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/scr-k8s-monitoring) - Contains information about how to configure monitoring using Helm for a SAS Container Runtime container that is deployed using Kubernetes.
- [ScrAuthenticationWithAzureAD](https://github.com/sassoftware/sas-container-runtime/tree/main/examples/scrAuthenticationWithAzureAD) - Contains information about how to configure authentication for SAS Container Runtime in Azure Active Directory (Azure AD).
## Contributing
> We welcome your contributions! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details about how to submit contributions to this project.
## License
> This project is licensed under the [Apache 2.0 License](LICENSE).
## Additional Resources
### SAS Documentation
- [SAS Container Runtime Programming and Administration Guide](https://documentation.sas.com/doc/en/mascrtcdc/default/mascrtag/titlepage.htm)
- [SAS Container Runtime Model Score Code and Decision Object Support and Limitations](https://documentation.sas.com/en/mascrtcdc/default/mascrtag/n1b1koft5k3axqn1h3ewelfi4q2s.htm)
- [SAS Viya Platform Administration: Configure Container Publishing Destinations](https://documentation.sas.com/doc/en/sasadmincdc/default/calpubdest/p02scrqf37kexwn1gi60khpshifz.htm#p1f2d2x0t2a3vvn1j88t6ix1f6gm)
### SAS Communities Articles
- [How to Publish a SAS Model to Azure with SAS Container Runtime: A Start-to-Finish Guide](https://communities.sas.com/t5/SAS-Communities-Library/How-to-Publish-a-SAS-Model-to-Azure-with-SCR-A-Start-to-Finish/ta-p/768714)
- [Using SAS Container Runtime for Publishing SAS Models to Kubernetes on the Azure Cloud](https://communities.sas.com/t5/SAS-Communities-Library/Using-the-SAS-Container-Runtime-for-publishing-SAS-models-to/ta-p/760835)
- [How to Publish a Decision to Azure with SAS Container Runtime](https://communities.sas.com/t5/SAS-Communities-Library/How-to-Publish-a-Decision-to-Azure-with-SAS-Container-Runtime/ta-p/769778)
- [Deploying SAS Container Runtime models on Azure Container Instances](https://communities.sas.com/t5/SAS-Communities-Library/Deploying-SAS-Container-Runtime-models-on-Azure-Container/ta-p/850281)
- [Have Questions About SAS Container Runtime? Ask the Experts!](https://communities.sas.com/t5/SAS-Communities-Library/Have-Questions-About-SAS-Container-Runtime-Ask-the-Experts/ta-p/834359)
- [ModelOps and DecisionOps for the Modern World](https://communities.sas.com/t5/SAS-Communities-Library/ModelOps-and-DecisionOps-for-the-Modern-World/ta-p/750451)
- [What's New with SAS Model Manager? SAS Runtime Container](https://communities.sas.com/t5/SAS-Communities-Library/What-s-New-with-SAS-Model-Manager-SAS-Runtime-Container/ta-p/760475)