-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
376 lines (324 loc) · 17.8 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8" />
<meta name="author" content="CloudSeam" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="CloudSeam - Distributed State Machine to Stitch Together Your Cloud Env" />
<meta name="keywords" content="State machine, CloudSeam, cloud" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>CloudSeam</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#primary-menu">
<div class="preloader">
<div class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
<div class="sk-cube2 sk-cube"></div>
<div class="sk-cube4 sk-cube"></div>
<div class="sk-cube3 sk-cube"></div>
</div>
</div>
<!--Mainmenu-area-->
<div class="mainmenu-area" data-spy="affix" data-offset-top="100">
<div class="container">
<!--Logo-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#primary-menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand logo">
<h2>CloudSeam</h2>
</a>
</div>
<!--Logo/-->
<nav class="collapse navbar-collapse" id="primary-menu">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home-page">Home</a></li>
<li><a href="#how-it-works">How it Works</a></li>
<li><a href="#about-page">About</a></li>
<li><a href="https://docs.cloudseam.app">Docs</a></li>
<li><a href="https://editor.cloudseam.app">Editor</a></li>
<li><a href="https://github.com/cloudseam/cloudseam">GitHub</a></li>
</ul>
</nav>
</div>
</div>
<!--Mainmenu-area/-->
<!--Header-area-->
<header class="header-area overlay full-height relative v-center" id="home-page">
<div class="absolute anlge-bg"></div>
<div class="container">
<div class="row v-center">
<div class="col-xs-12 col-md-7 header-text">
<h2>Stitch together your cloud environment... with CloudSeam!</h2>
<p>CloudSeam is an open-source config-driven serverless state machine (buzzwordy enough?).<br />Easily respond to events and update your environment.</p>
</div>
<div class="col-md-5">
<img src="/images/logo.png" class="img-responsive" />
</div>
</div>
</div>
</header>
<!--Header-area/-->
<!--Feature-area-->
<section class="gray-bg section-padding" id="service-page">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="box">
<div class="box-icon">
<img src="images/portfolio-icon-1.png" alt="">
</div>
<h4>VERSIONED MACHINES</h4>
<p>By defining your state machine as YAML config, you can easily version control and maintain your machines.</p>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="box">
<div class="box-icon">
<img src="images/service-icon-3.png" alt="">
</div>
<h4>BUILT TO SCALE</h4>
<p>With the machine running completely serverless, it's easy to maintain and control many distinct environments.</p>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="box">
<div class="box-icon">
<img src="images/service-icon-2.png" alt="">
</div>
<h4>EASILY CUSTOMIZED</h4>
<p>With multiple executor options, you can run almost any type of task. If you find something that can't, it's easy to add!</p>
</div>
</div>
</div>
</div>
</section>
<section class="how-it-works-area overlay section-padding" id="how-it-works">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="page-title">
<h2 class="text-center">How it Works</h2>
</div>
<div id="caption_slide" class="carousel slide caption-slider" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active row">
<div class="v-center">
<div class="col-xs-12 col-md-6">
<div class="caption-title" data-animation="animated fadeInUp">
<h2>Deploy CloudSeam</h2>
</div>
<div class="caption-desc" data-animation="animated fadeInUp">
<p>
CloudSeam consists of a pair of Lambda functions and SQS queues. One pair
manages the state machines and determines what tasks are required.
The other pair satisfies the required tasks.
</p>
</div>
<div class="caption-button" data-animation="animated fadeInUp">
<a href="https://docs.cloudseam.app/installation" class="button">Read more</a>
</div>
</div>
<div class="col-xs-6">
<div class="caption-photo one transparent" data-animation="animated fadeInRight">
<img src="images/deploy-queues-fns.svg" alt="Diagram of two SQS queues and two lambda functions" />
</div>
</div>
</div>
</div>
<div class="item row">
<div class="v-center">
<div class="col-xs-12 col-md-6">
<div class="caption-title" data-animation="animated fadeInUp">
<h2>Define your Machine</h2>
</div>
<div class="caption-desc" data-animation="animated fadeInUp">
<p>
The machine definition is a simple YAML document that outlines all
states, the transitions between, and any required tasks for each state.
</p>
<p>
To help you get going, we've even created an online editor that validates
your machine and helps you know you're meeting the specification.
</p>
</div>
<div class="caption-button" data-animation="animated fadeInUp">
<a href="https://docs.cloudseam.app/installation/#create-your-machine-specifications" class="button">Read More</a>
<a href="https://editor.cloudseam.app/" class="button">Check out the editor</a>
</div>
</div>
<div class="col-xs-6 col-md-3">
<div class="caption-photo one" data-animation="animated fadeInRight">
<img src="images/state-machine-yml.png" alt="Example state machine config YAML" /></div>
</div>
<div class="col-xs-6 col-md-3">
<div class="caption-photo two" data-animation="animated fadeInRight">
<img src="images/state-machine-chart.png" alt="Example state machine chart" /></div>
</div>
</div>
</div>
<div class="item row">
<div class="v-center">
<div class="col-xs-12 col-md-6">
<div class="caption-title" data-animation="animated fadeInUp">
<h2>Deploy your tasks</h2>
</div>
<div class="caption-desc" data-animation="animated fadeInUp">
<p>
Any state can require arbitrary tasks to be completed before advancing
to the next state. Since the tasks vary by organization and environment,
it is up to you to define the tasks.
</p>
<p>
Currently, you can execute any Terraform script or Lambda function to satisfy a task.
</p>
</div>
<div class="caption-button" data-animation="animated fadeInUp">
<a href="https://docs.cloudseam.app/installation/#define-your-tasks" class="button">Read more</a>
</div>
</div>
<div class="col-xs-6 col-md-4">
<div class="caption-photo one transparent" data-animation="animated fadeInRight">
<img src="images/terraform_logo.png" alt="Terraform Logo" /></div>
</div>
<div class="col-xs-6 col-md-2">
<div class="caption-photo two transparent" data-animation="animated fadeInRight">
<img src="images/aws_lambda_logo.svg" alt="AWS Lambda Logo" /></div>
</div>
</div>
</div>
<div class="item row">
<div class="v-center">
<div class="col-xs-12 col-md-5">
<div class="caption-title" data-animation="animated fadeInUp">
<h2>Publish Events</h2>
</div>
<div class="caption-desc" data-animation="animated fadeInUp">
<p>
Once everything is deployed, simply start publishing events and let
the state machine respond as configured.
</p>
<p>
Want to see how Virginia Tech is using CloudSeam for their QA environment?
Check out the case study below!
</p>
</div>
<div class="caption-button" data-animation="animated fadeInUp">
<a href="#" class="button">Read a Case Study</a>
</div>
</div>
<div class="col-xs-6 col-md-7">
<div class="caption-photo one" data-animation="animated fadeInRight">
<img src="images/summit-qa-architecture.jpg" alt="" /></div>
</div>
</div>
</div>
</div>
<ol class="carousel-indicators caption-indector">
<li data-target="#caption_slide" data-slide-to="0" class="active">
<strong>Deploy CloudSeam</strong> Two functions. Two queues.
</li>
<li data-target="#caption_slide" data-slide-to="1">
<strong>Define your machine</strong> YAML-based configuration
</li>
<li data-target="#caption_slide" data-slide-to="2">
<strong>Deploy your tasks</strong> TF scripts or Lambda functions
</li>
<li data-target="#caption_slide" data-slide-to="3">
<strong>Publish events</strong> Trigger the machine
</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding gray-bg" id="about-page">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 text-center">
<div class="page-title">
<h2>About</h2>
<p>
CloudSeam was developed internally at Virginia Tech to manage a scalable QA infrastructure.
The initial solution was written directly in code and, after it's success, we decided to
figure out how to use a similar process for our other environments.
</p>
<p>
After a few iterations, we landed on a configuration-based approach, which allows the two
Lambda functions to be shared for all environments. We then iterated to make it extensible
and here we are with CloudSeam!
</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-area relative sky-bg" id="contact-page">
<div class="absolute footer-bg"></div>
<div class="footer-middle">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center">
<div class="page-title">
<h2>Get Started!</h2>
<p>
<a href="https:///docs.cloudseam.app" class="btn btn-primary">Check out the docs</a>
<a href="https:///editor.cloudseam.app" class="btn btn-primary">Go to the Editor</a>
<a href="https:///github.com/cloudseam/cloudseam" class="btn btn-primary">View us on GitHub</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<p>©Copyright 2019 All right reserved. This template is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://colorlib.com">Colorlib</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--Vendor-JS-->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<!--Plugin-JS-->
<script src="js/owl.carousel.min.js"></script>
<script src="js/contact-form.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/scrollUp.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/wow.min.js"></script>
<!--Main-active-JS-->
<script src="js/main.js"></script>
</body>
</html>