-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·395 lines (342 loc) · 15.1 KB
/
index.html
File metadata and controls
executable file
·395 lines (342 loc) · 15.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Source Software from SAS</title>
<meta name="description" content="A gallery of open source software projects from SAS Institute, Inc.">
<meta name="author" content="SAS Institute, Inc.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/s-mark.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/sassoftware.css">
<link rel="preload" href="https://www.sas.com/includes/fonts/sas/Anova-Regular.woff2" as="font" type="font/woff2" crossorigin/>
<link rel="preload" href="https://www.sas.com/includes/fonts/sas/Anova-Bold.woff2" as="font" type="font/woff2" crossorigin/>
<link rel="preload" href="https://www.sas.com/includes/fonts/sas/Anova-Light.woff2" as="font" type="font/woff2" crossorigin/>
</head>
<!-- Primary page layout -->
<body>
<!-- Body section -->
<div class="grid-container halves" style="margin-top:8rem;">
<div>
<h1>Open source software from SAS</h1>
<p>From data to insights. Faster. Help build the future of AI and analytics with open source tools from <a href="https://www.sas.com/" title="sas.com">SAS Institute Inc.</a></p>
<p><a class="button button-classic" href="https://github.com/sassoftware" title="github.com/sassoftware">View projects</a>
<a class="button button-clear" href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Contribute →</a></p>
</div>
<div>
<img class="u-img-hero" src="images/sas-colors-2.png">
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container thirds">
<div>
<h2>Featured projects</h2>
<p>Browse some of our most popular open source projects. <a href="https://sassoftware.github.io/contributor-handbook.html" title="SAS Open Source Contributor Handbook">Contributions welcome.</a></p>
</div>
<div class="carded">
<h6>viyactl</h6>
<p>A CLI that manages configuration of SAS Viya deployments using YAML.</p>
<p><a href="https://github.com/sassoftware/viyactl" title="viyactl">Contribute →</a></p>
</div>
<div class="carded">
<h6>sas-agentic-ai-accelerator</h6>
<p>Build AI agents leveraging SAS Viya technology.</p>
<p><a href="https://github.com/sassoftware/sas-agentic-ai-accelerator" title="sas-agentic-ai-accelerator">Contribute →</a></p>
</div>
<div class="carded">
<h6>viya-disaster-recovery</h6>
<p>Design and validate a cloud-native Disaster Recovery (DR) solution for SAS Viya 4 using a third-party tool.</p>
<p><a href="https://github.com/sassoftware/viya-disaster-recovery" title="viya-disaster-recovery">Contribute →</a></p>
</div>
<div class="carded">
<h6>sas-viya-tuning</h6>
<p> A set of tuning parameters designed to improve overall performance for large scale Viya deployments.</p>
<p><a href="https://github.com/sassoftware/sas-viya-tuning" title="sas-viya-tuning">Contribute →</a></p>
</div>
<div class="carded">
<h6>sas-mas-scorer</h6>
<p>Score models and decisions deployed in the SAS Micro Analytics Service.</p>
<p><a href="https://github.com/sassoftware/sas-mas-scorer" title="sas-mas-scorer">Contribute →</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container halves">
<div>
<img src="images/sas-viya-forge.png">
</div>
<div>
<h2>Introducing SAS® Viya® Forge</h2>
<p>A community-driven repository for documents and tools to help you architect, implement, and operate your Viya® environments. Join the community and collaborate to create supporting materials for quickly and consistently achieving value.</p>
<p><a class="button button-classic" href="https://viyaforge.sas.com/en/" title="SAS® Viya® Forge">Explore</a>
<a class="button button-clear" href="https://github.com/sassoftware/sas-viya-forge" title="sas-viya-forge">Contribute →</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container full" style="margin-bottom:3.3rem;">
<div>
<h2>Open source projects from SAS</h2>
<p>Browse the <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">SAS Software organization on GitHub</a>. Read the <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">SAS Open Source Contributor Handbook</a> to get started.</p>
</div>
</div>
<div class="grid-container halves">
<div id="just-launched">
<p class="u-badge">New</p>
<h3>Just launched</h3>
</div>
<div class="carded" id="recently-updated">
<h3>Recently updated</h3>
</div>
</div>
<!-- Banded section -->
<div class="band blue-band">
<div>
<h2>SAS® Studio custom steps</h2>
<p class="u-embiggen">Create custom interfaces for SAS® Studio on SAS® Viya®. Customize, save, and share with other users at your site.</p>
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-studio-custom-steps" title="sas-studio-custom-steps">Create now</a></p>
</div>
</div>
<!-- Body section -->
<div class="grid-container halves" style="margin-bottom:2.5rem;">
<div>
<h2>SAS® Customer Intelligence 360. Supercharged.</h2>
<p>Construct and manage customer journeys across all engagement channels in a flexible and secure manner. Open source resources from SAS help you do more.</p>
<p><a class="button button-classic" href="https://developer.sas.com/solutions/customer_intelligence_360" title="SAS Customer Intelligence 360">Start here</a>
<a class="button button-clear" href="https://github.com/orgs/sassoftware/repositories?q=ci360" title="ci360 on GitHub">Browse projects →</a></p>
</div>
<div>
<img src="images/sas-ci360.png">
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container thirds">
<div>
<h2>Better deployments with open source</h2>
<p>Streamline your SAS deployments with open source tools.</p>
<hr>
<img src="images/sas-viya.png">
</div>
<div class="inverted inverted-blue">
<h3>Automated SAS® Viya® cloud deployment</h3>
<p>Open source Terraform configuration files for provisioning SAS® Viya® resources on public clouds.</p>
<h4>Deploy now</h4>
<ul>
<li><a href="https://github.com/sassoftware/viya4-iac-gcp" title="viya4-iac-gcp">Google Cloud</a></li>
<li><a href="https://github.com/sassoftware/viya4-iac-azure" title="viya4-iac-azure">Microsoft Azure Cloud</a></li>
<li><a href="https://github.com/sassoftware/viya4-iac-aws" title="viya4-iac-aws">Amazon Web Services</a></li>
</ul>
</div>
<div class="inverted inverted-light">
<h3>SAS® Retrieval Agent Manager deployment</h3>
<p>Setup and deployment instructions for using SAS® Retrieval Agent Manager multiple platforms.</p>
<h4>Deploy now</h4>
<ul>
<li><a href="https://github.com/sassoftware/sas-retrieval-agent-manager-deployment/blob/main/docs/k8s-deployment.md#kubernetes-deployment-guide" title="Kubernetes Deployment Guide">Kubernetes</a></li>
<li><a href="https://github.com/sassoftware/sas-retrieval-agent-manager-deployment/blob/main/docs/azure-deployment.md#azure-deployment-guide" title="Azure Deployment Guide">Microsoft Azure Cloud</a></li>
<li><a href="https://github.com/sassoftware/sas-retrieval-agent-manager-deployment/blob/main/docs/aws-deployment.md" title="AWS Deployment Guide">Amazon Web Services</a></li>
</ul>
</div>
</div>
<!-- Banded section -->
<div class="band dark-band">
<div>
<h2>SAS MCP Server</h2>
<p class="u-embiggen">A Model Context Protocol server for executing SAS code on SAS Viya environments.</p>
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-mcp-server" title="sas-mcp-server">Install</a></p>
</div>
</div>
<!-- Body section -->
<div class="grid-container halves">
<div>
<img class="u-img-border" src="images/vs-code.png">
</div>
<div>
<h2>SAS extension for VS Code</h2>
<p>The SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware/vscode-sas-extension" title="vscode-sas-extension">Install</a>
<a class="button button-clear"href="https://sassoftware.github.io/vscode-sas-extension/" title="SAS Extension for Visual Studio Code documentation">Read more →</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container halves" style="margin-bottom:2.5rem;">
<div>
<h2>SAS® Viya® Workbench</h2>
<p>Purpose-built for developers and modelers, SAS® Viya® Workbench is a self-service, on-demand compute environment for analytical development, including building AI and machine learning models for better data analysis.</p>
<p><a class="button button-classic" href="https://www.sas.com/en_us/software/viya/workbench.html" title="SAS Viya Workbench">Learn more</a></p>
</div>
<div>
<img class="u-img-border" src="images/sas-viya-workbench.png">
</div>
</div>
<div class="grid-container thirds">
<div>
<h4>View examples</h4>
<p>See SAS and Python code examples for use with Workbench.</p>
<p><a href="https://github.com/sassoftware/sas-viya-workbench-examples" title="sas-viya-workbench-examples">Explore →</a></p>
</div>
<div>
<h4>Run demos</h4>
<p>Experiment with comprehensive, industry-specific demonstrations of Workbench capabilities.</p>
<p><a href="https://github.com/sassoftware/sas-viya-workbench-demos" title="sas-viya-workbench-demos">Explore →</a></p>
</div>
<div>
<h4>Check compatibility</h4>
<p>Determine whether your third-party, open source dependencies are compatible with Workbench.</p>
<p><a href="https://github.com/sassoftware/sas-viya-workbench-compatibility" title="sas-viya-workbench-compatibility">Explore →</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Body section -->
<div class="grid-container halves" style="margin-bottom:3.3rem;">
<div>
<h2>Spotlight on trustworthy AI</h2>
<p>Artificial intelligence systems designed, developed, and deployed with human-centricity in mind—systems that incorporate appropriate levels of accountability, inclusivity, transparency, completeness, and robustness to promote human agency and prevent human harm. Trustworthy AI aims to ensure safety, reliability, and ethical considerations.</p>
</div>
<div>
<img class="u-half-width" src="images/sas-trustworthy-ai.png">
</div>
</div>
<div class="grid-container thirds">
<div>
<h4>Trustworthy AI life cycle</h4>
<p>Steps for evaluating and deploying a more trustworthy AI system.</p>
<p><a class="button button-classic" href="https://sassoftware.github.io/sas-trustworthy-ai-life-cycle/" title="SAS Trustworthy AI Life Cycle">Read</a>
<a class="button button-clear" href="https://github.com/sassoftware/sas-trustworthy-ai-life-cycle" title="ai-life-cycle">Contribute →</a></p>
</div>
<div>
<h4>Trustworthy AI examples</h4>
<p>Python notebooks and SAS programs that demonstrate key principles of trustworthy AI.</p>
<a href="https://github.com/sassoftware/sas-trustworthy-ai-examples" title="sas-trustworthy-ai-examples">Explore →</a>
</div>
<div>
<h4>Learn more</h4>
<ul>
<li><a href="https://www.sas.com/content/dam/SAS/documents/infographics/2023/en-trustworthy-ai-across-analytics-life-cycle-113583.pdf" title="Trustworthy AI Across the Data and AI Life Cycle">See the handout</a></li>
<li><a href="https://www.youtube.com/watch?v=yRiKKSpfT7g" title="Enforcing Trustworthy AI Standards & Best Practices in Analytical Projects">Watch the presentation</a></li>
<li><a href="https://communities.sas.com/t5/Trustworthy-AI/bd-p/trustworthy-ai" title="SAS Trustworthy AI community">Join the conversation</a></li>
</ul>
</div>
</div>
<!-- Banded section -->
<div class="band gray-band">
<div>
<h2>SAS code examples</h2>
<p class="u-embiggen">A library of SAS code examples. Copy and execute programs in an environment you choose.</p>
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-code-examples" title="sas-code-examples">Start learning</a><p>
</div>
</div>
<!-- Body section -->
<div class="grid-container halves">
<div>
<img src="images/sas-developers-logo-brackets-2color.png">
</div>
<div>
<h2>For SAS programmers</h2>
<p>Build applications that integrate the SAS AI and analytics platform with open source tools and frameworks.</p>
<p><a class="button button-classic" href="https://developer.sas.com/" title="developer.sas.com">Get started</a></p>
</div>
</div>
<!-- Banded section -->
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>
<!-- Footer section -->
<div class="footer">
<p>Copyright © 2026 <a href="https://www.sas.com/" title="sas.com">SAS Institute Inc.</a> All Rights Reserved.</p>
<ul>
<li><a href="https://github.com/sassoftware/sassoftware.github.io" title="sasssoftware.github.io">Site Code</a></li>
<li><a href="https://github.com/sassoftware" title="github.com/sassoftware">SAS on GitHub</a></li>
<li><a href="https://www.sas.com/en_us/company-information/why-sas.html" title="sas.com">About SAS</a></li>
</ul>
</div>
<!--Scripts -->
<script type="text/javascript" src="js/data.js"></script>
<script type="text/javascript">
function renderRepos(arr, tag, count) {
const list = document.getElementById(tag);
function makeElem(arrItem, arrIndex) {
let p = document.createElement('p');
let name = arrItem['name'];
let description = arrItem['description'];
/*<p><a href="PROJECT_URL" title="PROJECT_NAME">PROJECT_NAME</a><br />PROJECT_DESCRPTION</p>*/
p.innerHTML = `<p><a href="https://github.com/sassoftware/${name}" title="${name}">${name}</a><br />${description}</p>`;
console.log(arrItem);
return p;
}
let i = 0;
arr.forEach((item, index) => {
if (i < count){
try {
const listElement = makeElem(item, index);
list.append(listElement);
console.log("*");
} catch (Error) {
console.log(Error);
}}
i += 1;
});
}
data.sort(function(a,b){
if ( a['created_at'] < b['created_at'] )
{
return 1;
}
return -1;
});
renderRepos(data, "just-launched", 4);
data.sort(function(a,b){
if ( a['pushed_at'] < b['pushed_at'] )
{
return 1;
}
return -1;
});
renderRepos(data, "recently-updated", 4);
data.sort(function(a,b){
if ( a['forks_count'] < b['forks_count'] )
{
return 1;
}
return -1;
});
renderRepos(data, "most-forked", 4);
</script>
<!-- Document end-->
</body>
</html>