-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
461 lines (443 loc) · 25.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
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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<link type="text/css" rel="stylesheet" href="./css/app.css" media="screen,projection" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;800&display=swap" rel="stylesheet" />
<link rel="shortcut icon" type="image/png" href="./images/kit/logo.svg" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.2/css/all.min.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<title>Space Cloud: Instant Realtime APIs for Serverless Apps</title>
<meta name="description" content="Space Cloud simplifies building Serverless Apps at Scale." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Space Cloud: Instant Realtime APIs for Serverless Apps" />
<meta property="og:description" content="Space Cloud simplifies building Serverless Apps at Scale." />
<meta property="og:image" content="https://space-cloud.io/images/kit/logo-white.svg" />
<meta property="og:url" content="https://space-cloud.io" />
<meta property="og:site_name" content="Space Cloud" />
<meta name="twitter:title" content="Space Cloud: Instant Realtime APIs for Serverless Apps" />
<meta name="twitter:description" content="Space Cloud simplifies building Serverless Apps at Scale." />
<meta name="twitter:image" content="https://space-cloud.io/images/kit/logo-white.svg" />
<meta name="twitter:site" content="@SpaceCloudIO" />
<meta name="twitter:creator" content="@SpaceCloudIO" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104521884-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-104521884-1");
</script>
</head>
<body>
<div class="website">
<div class="row header-section">
<nav class="header">
<a href="/"><img src="/images/kit/logo_full.svg" width="160px" /></a>
<a onclick="showSidenav()"><img class="hide-on-large-only" src="/images/hamburger.svg" alt="" /></a>
<div class="hide-on-med-and-down">
<ul class="nav-list">
<li><a class='dropdown-trigger' href='#' data-target='dropdown1'>Features</a>
<ul id='dropdown1' class='dropdown-content'>
<li><a href="/develop">Develop</a></li>
<li><a href="/deploy">Deploy</a></li>
<li><a href="/secure">Secure</a></li>
</ul></li>
<li><a class='dropdown-trigger' href='#' data-target='dropdown2'>Resources</a>
<ul id='dropdown2' class='dropdown-content'>
<li><a href="https://learn.space-cloud.io/">Learn</a></li>
<li><a href="https://docs.space-cloud.io/">Docs</a></li>
<li><a href="https://blog.space-cloud.io/">Blog</a></li>
</ul></li>
</ul>
</div>
<ul class="nav-list hide-on-med-and-down">
<li>
<a href="https://discord.com/invite/RkGjW93" target="_blank"><img src="/images/discord.svg" alt="discord" height="26px" width="29px" /></a>
</li>
<li>
<div class="star-section" onclick="window.open('https://github.com/spacecloud-io/space-cloud/')">
<span>
<img src="/images/star.svg" alt="" />
Star
</span>
<span id="stargazers_count">        </span>
</div>
</li>
<li><button onclick="window.open('https://learn.space-cloud.io/space-cloud/basics/')" class="btn header-btn">Get Started</a></li>
</ul>
</nav>
<ul id="slide-out" class="hide-on-large-only mobile-sidenav">
<a onclick="showSidenav()"><span class="material-icons close-sidenav">close</span></a>
<div class="col s10 offset-s1 sidenav-style">
<a href="/">
<img src="/images/kit/logo_full.svg" alt="logo" class="sidenav-logo" width="160px">
</a>
<li><a href="/" class="sidenav-text-style active">Home</a></li>
<li><ul class="collapsible">
<li>
<div class="collapsible-header">Features</div>
<div class="collapsible-body">
<ul class="sidenav-list">
<li><a href="/develop">Develop</a></li>
<li><a href="/deploy">Deploy</a></li>
<li><a href="/secure">Secure</a></li>
</ul>
</div>
</li>
</ul></li>
<li><ul class="collapsible">
<li>
<div class="collapsible-header">Resources</div>
<div class="collapsible-body">
<ul class="sidenav-list">
<li><a href="https://learn.space-cloud.io" class="sidenav-text-style">Learn</a></li>
<li><a href="https://docs.space-cloud.io" class="sidenav-text-style">Docs</a></li>
<li><a href="https://blog.space-cloud.io" class="sidenav-text-style">Blog</a></li>
</ul>
</div>
</li>
</ul></li>
<li style="margin-top: 50px;"><a class="sidenav-text-style tryitout">Try Space Cloud!</a></li>
<li class="sidenav-btn-style"><a href="https://learn.space-cloud.io/space-cloud/basics/setup/"
class="btn sidenav-btn">Get Started</a>
</li>
<li style="margin-top: 50px;"><a class="sidenav-text-style">Join the Community</a></li>
<li>
<div class="footer-icons valign-wrapper">
<a href="https://discord.gg/RkGjW93" target="_blank"><img src="/images/discord.svg"
height="35"></a>
<a href="https://github.com/spacecloud-io/space-cloud" style="margin-left: 24px;" target="_blank"><img src="/images/github.svg"
height="35"></a>
</div>
</li>
</div>
</ul>
<div class="col l10 offset-l1 landing-section">
<div class="col l6">
<!-- <h1 class="landing-title">Space Cloud</h1> -->
<h2 class="landing-title">Develop, Deploy & Secure</h2>
<p class="landing-desc">An <a href="https://github.com/spacecloud-io/space-cloud" target="_blank" style="color: #1d66ff">opensource</a> kubernetes based serverless platform with built-in security and instant GraphQL APIs for any database and microservice</p>
<div class="col s10 m5 l8 xl6" style="padding-left: 0;">
<a href="https://learn.space-cloud.io/space-cloud/basics/" target="_blank" class="btn landing-btn">
<span>Get Started</span>
<img src="/images/east-black-36dp.svg" alt="" />
</a>
</div>
</div>
<div class="col l6 hide-on-med-and-down">
<img src="/images/landing-img.svg" style="height: auto; margin-left: 50px; width: 95%; max-width: 100%" />
</div>
</div>
</div>
<div class="row">
<div class="col s12 l10 offset-l1 section-develop-background">
<img class="develop-dots hide-on-med-and-down" src="/images/4rows-dots.svg" alt="" style="filter: brightness(0) saturate(100%) invert(45%) sepia(86%) saturate(5668%) hue-rotate(215deg) brightness(99%) contrast(105%)" />
<img class="develop-dots hide-on-large-only" src="/images/2rows-dots.svg" alt="" style="filter: brightness(0) saturate(100%) invert(45%) sepia(86%) saturate(5668%) hue-rotate(215deg) brightness(99%) contrast(105%)" />
<div class="sections">
<div class="col s12 l10 offset-l1">
<p class="section-title">Develop great software quicker</p>
<p class="section-description">Ready framework to adhere to the best practices of modern cloud app development that lets you <span class="section-description-bold">focus on your business logic </span></p>
<img class="section-img" src="/images/graphQL-diagram.svg" alt="security" />
<div class="row">
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/link.svg" alt="join" />
<div>
<p class="feature-title">Join on the Fly</p>
<p class="feature-desc">Cross database joins using GraphQL across multiple databases</p>
</div>
</div>
<div class="col s12 l6 feature-heading">
<img class="feature-img small-img" src="/images/rest.svg" alt="REST" />
<div>
<p class="feature-title">REST support</p>
<p class="feature-desc">GraphQL wrapper for function as a service on REST APIs</p>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/folder.svg" alt="storage" />
<div>
<p class="feature-title">Storage</p>
<p class="feature-desc">Native support for storage system like local storage and S3 to manage files</p>
</div>
</div>
<div class="col s12 l6 feature-heading">
<img class="feature-img small-img" src="/images/eventing.svg" alt="eventing" />
<div>
<p class="feature-title">Eventing</p>
<p class="feature-desc">Built in support for a Pub Sub system to manage asynchronous events</p>
</div>
</div>
</div>
<div class="col s12" style="display: flex; justify-content: center">
<a href="/develop" class="btn section-btn section-develop-btn">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l10 offset-l1 section-deploy-background">
<img class="deploy-dots hide-on-med-and-down" src="/images/4rows-dots.svg" alt="" style="filter: brightness(0) saturate(100%) invert(73%) sepia(30%) saturate(7366%) hue-rotate(110deg) brightness(96%) contrast(94%)" />
<img class="deploy-dots hide-on-large-only" src="/images/2rows-dots.svg" alt="" style="filter: brightness(0) saturate(100%) invert(73%) sepia(30%) saturate(7366%) hue-rotate(110deg) brightness(96%) contrast(94%)" />
<br /><br />
<div class="sections">
<div class="col s12 l10 offset-l1">
<p class="section-title">Manage Dev and Ops seamlessly</p>
<p class="section-description">Bring app developers and operations team together and <span class="section-description-bold">achieve quick release cycles</span></p>
<img class="section-img" src="/images/Devops Diagram.svg" alt="devops" />
<div class="row">
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/click.svg" alt="one click" />
<div>
<p class="feature-title">1 Click Deploy</p>
<p class="feature-desc">One click deployment of microservices in any language</p>
</div>
</div>
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/meesh.svg" alt="mesh" />
<div>
<p class="feature-title">Service Mesh</p>
<p class="feature-desc">Secure, Control, and Observe microservices using Service Mesh - Istio</p>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/abstraction.svg" alt="abstraction" />
<div>
<p class="feature-title">Abstraction</p>
<p class="feature-desc">Abstracts Kubernetes and Istio configurations for developers</p>
</div>
</div>
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/scaling.svg" alt="auto scaling" />
<div>
<p class="feature-title">Auto Scaling</p>
<p class="feature-desc">Scale less frequently used services to zero</p>
</div>
</div>
</div>
<div class="col s12" style="display: flex; justify-content: center">
<a href="/deploy" class="btn section-btn section-deploy-btn">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l10 offset-l1 section-decouple-background">
<img class="decouple-dots hide-on-med-and-down" src="/images/4rows-dots.svg" alt="" style="filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(3701%) hue-rotate(282deg) brightness(91%) contrast(119%)" />
<img class="decouple-dots hide-on-large-only" src="/images/2rows-dots.svg" alt="" style="filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(3701%) hue-rotate(282deg) brightness(91%) contrast(119%)" />
<div class="sections">
<div class="col s12 l10 offset-l1">
<p class="section-title">Decouple security from your code</p>
<p class="section-description">Configure security rules instead of embedding the same as part of your code and thereby <span class="section-description-bold">centralize your authorization logic</span></p>
<img class="section-img" src="/images/security-diagram.svg" alt="security" />
<div class="row">
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/ingress.svg" alt="single point" />
<div>
<p class="feature-title">Single Point</p>
<p class="feature-desc">Single ingress point for all incoming traffic</p>
</div>
</div>
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/authorization.svg" alt="authorization" />
<div>
<p class="feature-title">Authorization</p>
<p class="feature-desc">Authorization rules validation at HTTP (L7) layer</p>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/policy.svg" alt="authorization" />
<div>
<p class="feature-title">Policy</p>
<p class="feature-desc">Define policies for service to service communication using mTLS</p>
</div>
</div>
<div class="col s12 l6 feature-heading">
<img class="feature-img" src="/images/future.svg" alt="authorization" />
<div>
<p class="feature-title">Future Proof</p>
<p class="feature-desc">Easily manage future security policy changes</p>
</div>
</div>
</div>
<div class="col s12" style="display: flex; justify-content: center">
<a href="/secure" class="btn section-btn section-decouple-btn">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l10 offset-l1">
<div class="col s12">
<div class="sections" style="padding-top: 72px">
<p class="section-title">Join our community and get started</p>
<div class="row">
<div class="col s6 l3 offset-l2 " style="text-align: center; cursor: pointer;" onclick="window.open('https://github.com/spacecloud-io/space-cloud/')">
<img class="community-img" src="/images/github.svg" alt="" />
<p class="community-text">Github</p>
<p id="github-stars" class="community-number"></p>
</div>
<div class="col s6 l3 offset-l2" style="text-align: center; cursor: pointer;" onclick="window.open('https://discord.com/invite/RkGjW93')">
<img class="community-img" src="/images/discord.svg" alt="" />
<p class="community-text">Discord</p>
<p class="community-number">300+ members</p>
</div>
</div>
<div class="col s12 l10 offset-l1">
<p class="section-description community-description">Check out our Documentation and Tutorials to see how easy it is to setup Space Cloud and go the serverless way.</p>
</div>
<div class="outer-card-wrap">
<div class="inner-card-wrap">
<div id="doc-card" class="col s12 l4 community-card">
<div class="card-upper">
<div class="small-title">
<img src="/images/doc.svg" alt="documentation" />
<p class="feature-title card-title">Documentation</p>
</div>
<p class="feature-desc hide-on-med-and-down">A deep dive documentation explaining every aspect of Space Cloud and a general reference of it. So, if you are stuck, we hope its your haven.</p>
<span class="material-icons hide-on-large-only" style="height: 20px; width: 20px; color: #1050d6">keyboard_arrow_right</span>
</div>
<div class="hide-on-med-and-down" style="text-align: center; margin-top: 20px">
<a href="https://docs.space-cloud.io/" class="btn community-feature-btn">View Docs</a>
</div>
</div>
<div id="learn-card" class="col s12 l4 community-card">
<div class="card-upper">
<div class="small-title">
<img src="/images/tutorial.svg" alt="tutorial" />
<p class="feature-title card-title">Tutorials</p>
</div>
<p class="feature-desc hide-on-med-and-down">Tutorials to setup Space Cloud and perform various things in a byte size format.</p>
<span class="material-icons hide-on-large-only" style="height: 20px; width: 20px; color: #1050d6">keyboard_arrow_right</span>
</div>
<div class="hide-on-med-and-down" style="text-align: center; margin-top: 20px">
<a href="https://learn.space-cloud.io/" class="btn community-feature-btn">View Academy</a>
</div>
</div>
<div id="app-card" class="col s12 l4 community-card">
<div class="card-upper">
<div class="small-title">
<img src="/images/code.svg" alt="sample apps" />
<p class="feature-title card-title">Sample Apps</p>
</div>
<p class="feature-desc hide-on-med-and-down">Sample apps for React, Vue, Android, iOS, Flutter showing usage of GraphQL. Also Backend Services apps for Go, Python and NodeJS.</p>
<span class="material-icons hide-on-large-only" style="height: 20px; width: 20px; color: #1050d6">keyboard_arrow_right</span>
</div>
<div class="hide-on-med-and-down" style="text-align: center; margin-top: 20px">
<a href="https://github.com/spacecloud-io/space-cloud-samples" class="btn community-feature-btn">View Apps</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row sections footer-background">
<div class="col s12 l10 offset-l1">
<p class="section-title footer-section-title">Sign up for Space Cloud Releases and Updates</p>
<p class="section-description footer-section-description">Awesome product and community updates; no spam, we promise</p>
</div>
<div class="col s12 ">
<form class="col l7 s10 offset-l1">
<input id="subscribe-email" type="email" class="validate email-input" placeholder="Your E-mail address" />
<div style="text-align: center;">
<span class="subscribe-email-label body-text" style="color: #FF0000;display: none; font-size: 16px; font-family: 'Popins', sans-serif; margin-top: 8px;">Please enter a valid email!</span>
</div>
</form>
<div class="col l3 offset-l1 btn-sec">
<button id="subscribe-btn" class="btn section-btn subscribe-btn">Subscribe<div id="loading" class="loading-btn"></div></button>
</div>
</div>
<div class="col s12 l10 offset-l1 divider footer-divider"></div>
<div class="col s12 l10 offset-l1">
<div class="col l3 s6">
<p class="footer-list-title">Space Cloud</p>
<ul class="footer-list">
<!-- <li class="footer-list-item"><a href="#">About Us</a></li> -->
<li class="footer-list-item"><a href="/contact">Contact Us</a></li>
<!-- <li class="footer-list-item"><a href="#">Privacy Policy</a></li>
<li class="footer-list-item"><a href="#">Terms & Conditions</a></li> -->
</ul>
</div>
<div class="col l3 s6">
<p class="footer-list-title">Product</p>
<ul class="footer-list">
<li class="footer-list-item"><a href="https://github.com/spacecloud-io/space-cloud">OpenSource</a></li>
</ul>
</div>
<div class="col l3 s6">
<p class="footer-list-title">Resources</p>
<ul class="footer-list">
<li class="footer-list-item"><a href="https://blog.space-cloud.io/">Blog</a></li>
<li class="footer-list-item"><a href="https://docs.space-cloud.io/">Documentation</a></li>
<li class="footer-list-item"><a href="https://learn.space-cloud.io/">Academy</a></li>
<li class="footer-list-item"><a href="https://github.com/spacecloud-io/space-cloud-samples">Sample Apps</a></li>
</ul>
</div>
<div class="col l3 s6">
<p class="footer-list-title">Social</p>
<a href="https://www.linkedin.com/company/spaceuptech/" target="_blank"><img src="/images/linkedin.svg" alt="likedin" /></a>
<a class="social-link" href="https://www.youtube.com/channel/UCDI38thbdf0sdOIHFdSyvUg" target="_blank"><img src="/images/youtube.svg" alt="youtube" /></a>
<a class="social-link" href="https://twitter.com/SpaceCloudIO" target="_blank" ><img src="/images/twitter.svg" alt="twitter"/></a>
<p class="footer-list-title">Community</p>
<a href="https://github.com/spacecloud-io/space-cloud" target="_blank"><img src="/images/github.svg" alt="github" style="height: 24px; width: 24px; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)" /></a>
<a class="social-link" href="https://discord.com/invite/RkGjW93" target="_blank"><img src="/images/discord.svg" alt="discord" style="height: 24px; width: 24px; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)" /></a>
</div>
</div>
<div class="col s12">
<p class="copyright-text">© 2021 SpaceCloud Authors<span class="hide-on-med-and-down">. All Rights Reserved.</span></p>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
$('.dropdown-trigger').dropdown();
$(document).ready(function(){
$('.collapsible').collapsible();
});
if(screen.width < 993){
$('#doc-card').click(function (){
window.open('https://docs.space-cloud.io/','_self');
})
$('#learn-card').click(function (){
window.open('https://learn.space-cloud.io/','_self');
})
$('#app-card').click(function (){
window.open('https://github.com/spacecloud-io/space-cloud-samples','_self');
})
}
function showSidenav() {
document.getElementById('slide-out').classList.toggle('active')
}
const stargazers_count = document.getElementById("stargazers_count");
const github_stars_count = document.getElementById("github-stars");
$.ajax({
type: "GET",
url: "https://us-east1-space-cloud.cloudfunctions.net/fetch-github-stars",
dataType: "json",
success: function (data) {
stargazers_count.innerText = data.count;
github_stars_count.innerText = data.count + " stars";
},
failure: function () {
console.log("failed");
},
});
</script>
<script src="./js/newsletter.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>