Skip to content

Commit

Permalink
feat: add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdrabinsky committed Aug 20, 2024
1 parent 92b4864 commit 4b8e169
Show file tree
Hide file tree
Showing 147 changed files with 1,516 additions and 1,325 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
title: "Helios Case Study",
description: "case study - Helios data stream analysis platform",
cleanUrls: true,
base: '/',
base: '/case-study/',
themeConfig: {
nav: [{ text: "Home", link: "/" }],
sidebar: {
Expand Down
10 changes: 5 additions & 5 deletions docs/.vitepress/dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | Helios Case Study</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.3.2">
<link rel="preload stylesheet" href="/assets/style.DvQGO8UR.css" as="style">
<meta name="generator" content="VitePress v1.3.3">
<link rel="preload stylesheet" href="/case-study/assets/style.Ch3mEVPQ.css" as="style">

<script type="module" src="/assets/app.BGSLNiZC.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script type="module" src="/case-study/assets/app.CoicuEUp.js"></script>
<link rel="preload" href="/case-study/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api-examples.md\":\"C9MzH2FB\",\"automating-deployment.md\":\"zDcF1udB\",\"building-helios.md\":\"cznknSt2\",\"future-work.md\":\"92XAy3ZW\",\"helios-architecture.md\":\"BJH9O2FM\",\"improving-core-platform.md\":\"B9IaNb9w\",\"index.md\":\"_d5ivb6b\",\"introduction.md\":\"B3UNu6bI\",\"load-testing.md\":\"DvtUAtXt\",\"main.md\":\"CFPkIoDn\",\"markdown-examples.md\":\"BMRmil5e\",\"references.md\":\"DT6rkEqj\",\"scaling.md\":\"Dy-hXduC\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/vuejs/vitepress\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about-us.md\":\"C2qKxKgR\",\"api-examples.md\":\"C61jmcDT\",\"automating-deployment.md\":\"CzzCffgA\",\"building-helios.md\":\"NyMLTPtG\",\"future-work.md\":\"CFwf7ZIW\",\"helios-architecture.md\":\"CY1ms68H\",\"improving-core-platform.md\":\"BqJIFFk1\",\"index.md\":\"P4UWnwpO\",\"introduction.md\":\"GgrqDEP4\",\"load-testing.md\":\"frXIo8k7\",\"main.md\":\"BOy_26uh\",\"markdown-examples.md\":\"BtPgfgKw\",\"references.md\":\"kd-DA1tE\",\"scaling.md\":\"DJd_eJBc\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/case-study/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/vuejs/vitepress\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
24 changes: 24 additions & 0 deletions docs/.vitepress/dist/about-us.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Helios Case Study</title>
<meta name="description" content="case study - Helios data stream analysis platform">
<meta name="generator" content="VitePress v1.3.3">
<link rel="preload stylesheet" href="/case-study/assets/style.Ch3mEVPQ.css" as="style">

<script type="module" src="/case-study/assets/app.CoicuEUp.js"></script>
<link rel="preload" href="/case-study/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/case-study/assets/chunks/theme.H2-gvx_u.js">
<link rel="modulepreload" href="/case-study/assets/chunks/framework.CE9GIcbU.js">
<link rel="modulepreload" href="/case-study/assets/about-us.md.C2qKxKgR.lean.js">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div style="position:relative;" data-v-5d98c3a5><div><!--[--><div class="cursor-element" data-v-78673a82><div class="cursor-glow" data-v-78673a82></div><span data-v-78673a82></span></div><div class="star-animation-container" data-v-78673a82><div id="stars" data-v-78673a82></div><div id="stars2" data-v-78673a82></div><div id="stars3" data-v-78673a82></div><div class="body" data-v-78673a82><header data-v-78673a82><div class="logo" data-v-78673a82>Helios</div><nav data-v-78673a82><ul data-v-78673a82><li data-v-78673a82><a href="/index" data-v-78673a82>Home</a></li><li data-v-78673a82><a href="/introduction" data-v-78673a82>Case Study</a></li><li data-v-78673a82><a href="https://github.com/helios-pipeline/deploy" data-v-78673a82>GitHub</a></li></ul></nav></header><main data-v-78673a82><section class="about-us" data-v-78673a82><h1 data-v-78673a82>Meet the Team</h1><div class="team-members" data-v-78673a82><div class="team-member" data-v-78673a82><img src="/case-study/about_us/tony.jpeg" data-v-78673a82><h2 data-v-78673a82>Tony Liao</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/tonyliao1/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/Kuanchiliao1" target="_blank" data-v-78673a82>GitHub</a></p></div><div class="team-member" data-v-78673a82><img src="/case-study/about_us/james.jpeg" data-v-78673a82><h2 data-v-78673a82>James Drabinsky</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/jamesdrabinsky/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/jamesdrabinsky" target="_blank" data-v-78673a82>GitHub</a></p></div><div class="team-member" data-v-78673a82><img src="/case-study/about_us/garrett.jpeg" data-v-78673a82><h2 data-v-78673a82>Garrett Cochran</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/garrett-cochran-80bb0858/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/gjcochran" target="_blank" data-v-78673a82>GitHub</a></p></div><div class="team-member" data-v-78673a82><img src="/case-study/about_us/sean.jpeg" data-v-78673a82><h2 data-v-78673a82>Sean Powell</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/sean-powell/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/bspowell" target="_blank" data-v-78673a82>GitHub</a></p></div></div></section></main></div></div><!--]--></div></div></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about-us.md\":\"C2qKxKgR\",\"api-examples.md\":\"C61jmcDT\",\"automating-deployment.md\":\"CzzCffgA\",\"building-helios.md\":\"NyMLTPtG\",\"future-work.md\":\"CFwf7ZIW\",\"helios-architecture.md\":\"CY1ms68H\",\"improving-core-platform.md\":\"BqJIFFk1\",\"index.md\":\"P4UWnwpO\",\"introduction.md\":\"GgrqDEP4\",\"load-testing.md\":\"frXIo8k7\",\"main.md\":\"BOy_26uh\",\"markdown-examples.md\":\"BtPgfgKw\",\"references.md\":\"kd-DA1tE\",\"scaling.md\":\"DJd_eJBc\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/case-study/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/vuejs/vitepress\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
Binary file added docs/.vitepress/dist/about_us/garrett.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vitepress/dist/about_us/james.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vitepress/dist/about_us/sean.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vitepress/dist/about_us/tony.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b8e169

Please sign in to comment.