-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·442 lines (386 loc) · 16.7 KB
/
index.html
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!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 SAS.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware" title="github.com/sassoftware">View projects</a> <a 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 halves">
<div>
<img class="u-img-border" src="images/sas-viya-workbench.png">
</div>
<div>
<h2>Meet SAS® Viya® Workbench</h2>
<p>Purpose-built for developers and modelers, <a href="https://www.sas.com/en_us/software/viya/workbench.html" title="Viya Workbench">Viya Workbench</a> 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://github.com/sassoftware/sas-viya-workbench-examples" title="sas-viya-workbench-examples">View examples </a> <a href="https://github.com/sassoftware/sas-viya-workbench-demos" title="sas-viya-workbench-demos">Run demos →</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:2.5rem;">
<div>
<h2>Featured projects</h2>
<p>Notable <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">open source projects</a> from SAS. <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Contributions welcome</a>.</p>
</div>
</div>
<div class="grid-container thirds">
<div class="boxed">
<h6>kubethor</h6>
<p>A Kubernetes management web application built using Go and React, providing a user-friendly interface to manage and monitor Kubernetes clusters efficiently.</p>
<p><a href="https://github.com/sassoftware/kubethor" title="kubethor">Contribute →</a></p>
</div>
<div class="boxed">
<h6>viya4-monitoring-kubernetes</h6>
<p>Provides simple scripts and customization options to deploy monitoring, alerts, and log aggregation for Viya 4 running on Kubernetes.</p>
<p><a href="https://github.com/sassoftware/viya4-monitoring-kubernetes" title="viya4-monitoring-kubernetes">Contribute →</a></p>
</div>
<div class="boxed">
<h6>sas-ggdk</h6>
<p>The SAS generics library for Go provides packages that leverage generic types to support various common development tasks and patterns.</p>
<p><a href="https://github.com/sassoftware/sas-ggdk" title="sas-ggdk">Contribute →</a></p>
</div>
<div class="boxed">
<h6>sas-airflow-provider</h6>
<p>Apache Airflow Provider for creating tasks in Airflow to execute SAS Studio Flows and Jobs.</p>
<p><a href="https://github.com/sassoftware/sas-airflow-provider" title="sas-airflow-provider">Contribute →</a></p>
</div>
<div class="boxed">
<h6>postgrest-client</h6>
<p>General purpose type-safe TypeScript client for PostgREST. Supports select, insert, update, upsert, delete queries with composite joins, resource embedding, full JSON column data handling and typing.
<p><a href="https://github.com/sassoftware/postgrest-client" title="postgrest-client">Contribute →</a></p>
</div>
<div class="inverted">
<h3>Read the guide</h3>
<p>The SAS Open Source Contributor Handbook is your guide to contributing to SAS projects.</p>
<a class="button button-inverted" href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Read now</a>
</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>
<p class="u-badge">Public preview</p>
<h2>SAS Trustworthy AI Life Cycle</h2>
<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">Explore</a> <a href="https://github.com/sassoftware/sas-trustworthy-ai-life-cycle" title="sas-trustworthy-ai-life-cycle">Contribute →</a>
<hr>
<h4>Learn more about trustworthy AI</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">Read 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 community</a></li>
</ul>
</div>
<div>
<img class="u-three-quarter-width"src="images/trustworthy-ai.png">
</div>
</div>
<!-- Banded section -->
<div class="band transparent-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-classic" 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 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>
<div class="grid-container thirds">
<div>
<h6>ci360-sas-tools</h6>
<p>A collection of SAS macros designed to exercise SAS CI360 APIs that download data, which is in turn used for analysis and insight.</p>
<p><a href="https://github.com/sassoftware/ci360-sas-tools" title="ci360-sas-tools">Explore →</a></p>
</div>
<div>
<h6>ci360-extensions</h6>
<p>Connectors, agents, and other assets ready to be used to enhance the capabilities of SAS CI360 and connect to third-party services.</p>
<p><a href="https://github.com/sassoftware/ci360-extensions" title="ci360-extensions">Explore →</a></p>
</div>
<div>
<h6>ci360-connectors</h6>
<p>Provides an infrastructure to integrate SAS CI360 applications with other applications.</p>
<p><a href="https://github.com/sassoftware/ci360-connectors" title="ci360-connectors">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">
<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 href="https://sassoftware.github.io/vscode-sas-extension/">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>Get more from SAS® Viya®</h2>
<p><a href="https://www.sas.com/en_us/software/viya.html" title="Meet SAS® Viya®">SAS® Viya®</a> puts your data to work, helping you make better decisions faster. Use these open source tools to get the most from this end-to-end platform.</p>
</div>
</div>
<div class="grid-container thirds">
<div>
<h3>Learn</h3>
<hr>
<h4>SAS® Viya® quick start</h4>
<p>Accelerate your learning with examples and tutorials as you watch the SAS® Viya® <a href="https://video.sas.com/category/videos/sas-viya-quick-start" title="SAS® Viya® Quick Start">Quick Start video series</a>.</p>
<p><a href="https://github.com/sassoftware/sas-viya-quick-start" title="sas-viya-quick-start">Get started →</a></p>
<h4>SAS® Viya® programming</h4>
<p>Learn how to access SAS® Viya® services by writing programs in Python and other languages.</p>
<p><a href="https://github.com/sassoftware/sas-viya-programming" title="sas-viya-programming">Get started →</a></p>
</div>
<div>
<h3>Administer</h3>
<hr>
<h4>SAS® Viya® 4 administration resource kit</h4>
<p>Access tools and utilities for running SAS® Viya® in containers.</p>
<p><a href="https://github.com/sassoftware/viya4-ark" title="viya4-ark">Get started →</a></p>
<h4>SAS® Viya® 4 admin checklist</h4>
<p>Keep your SAS® Viya® deployment operating at its best.</p>
<p><a href="https://github.com/sassoftware/viya4-admin-checklist" title="viya4-admin-checklist">Get started →</a></p>
</div>
<div class="inverted">
<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>
<!-- 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 quarters">
<div>
<h2>SAS education resources</h2>
<p>Openly licensed materials to support your SAS education journey.</p>
<hr>
<img src="images/sas-stock-1.jpg">
</div>
<div>
<h3>Tutorials</h3>
<p>A collection of hands-on instructions, examples, data, and tutorials provided by SAS Education to support your SAS training journey.</p>
<p><a href="https://github.com/sassoftware/sas-education" title="sas-education">Get started →</a><p>
</div>
<div>
<h3>Code examples</h3>
<p>A library of SAS code examples. Programs can be copied and executed in your SAS execution environment of choice.</p>
<p><a href="https://github.com/sassoftware/sas-code-examples" title="sas-code-examples">Get started →</a><p>
</div>
<div>
<h3>Keep learning</h3>
<hr>
<p>Build your career with curated learning paths designed to help you master analytics skills.</p>
<p><a class="button button-classic" href="https://www.sas.com/en_us/training/overview.html">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 quarters">
<div>
<h2>SAS + Python = 😍</h2>
<p>Unite the Python language with the analytic power of SAS.</p>
<a href="https://developer.sas.com/open-source/python" title="Integrate SAS with Python">Learn more →</a>
<hr>
<img src="images/sas-python.png">
</div>
<div>
<h6>saspy</h6>
<p>A Python interface module to the SAS System. It works with Linux, Windows, and Mainframe SAS as well as with SAS in Viya®.</p>
<p><a href="https://github.com/sassoftware/saspy" title="saspy">Explore →</a></p>
</div>
<div>
<h6>python-swat</h6>
<p>A Python client to SAS Cloud Analytic Services (CAS). Execute CAS actions and process the results—all from Python.</p>
<p><a href="https://github.com/sassoftware/python-swat" title="python-swat">Explore →</a></p>
</div>
<div>
<h6>python-sasctl</h6>
<p>Python package and CLI for user-friendly integration with SAS® Viya®.</p>
<p><a href="https://github.com/sassoftware/python-sasctl" title="python-sasctl">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 full" style="margin-bottom:2.5rem;">
<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 thirds">
<div id="just-launched">
<h4>Just launched</h4>
</div>
<div id="recently-updated">
<h4>Recently updated</h4>
</div>
<div id="most-forked">
<h4>Most forked</h4>
</div>
</div>
<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>
<!-- 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-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>©2024 <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>
<!-- Document end-->
</body>
</html>