-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathgsoc.html
343 lines (319 loc) · 14.7 KB
/
gsoc.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
<!DOCTYPE html>
<html>
<head>
<title>Cloudlibz</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:,100" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light info-color">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="/">Home</a>
</li>
</ul>
</div>
</nav>
<a href="#" id="back-to-top" title="Back to top">↑</a>
<div class="logo-stripe-2">
<h3>Google Summer of Code 2020</h3>
</div>
<div class="projects">
<div class="project">
<div>
<div class="project-title">
<h2>Welcome to Cloudlibz Google Summer of Code Idea List</h2>
</div>
<div class="project-description">
Cloudlibz primarily focuses on building tools to enhance the developer experience when developing applications
on the cloud. We develop and maintain tools related to cloud automation and provider API unification. Interested in developer
tooling and cloud computing? You have found the right place. Below are our idea list for
Google Summer of Code 2020.
<br/><br/>
Gitter channel: <a href="https://gitter.im/cloudlibz/cloudlibz">https://gitter.im/cloudlibz/cloudlibz</a>
</div>
<br/> <br/>
<div class="project-title">
<h3>GoCloud</h3>
</div>
<div class="project-description">
<h5>1. Azure Provider</h5>
<p>Microsoft Azure is a highly used cloud provider in the cloud arena. Currently, GoCloud only supports only AWS
and GCP. The student's task is to implement the major services of Azure in GoCloud. The student will have to
discuss with mentors for the potential project scope as implementing the entire-provider will be a bigger task
and may require multiple students.
<br/>
<ul>
<li>VM</li>
<li>Container</li>
<li>DNS</li>
<li>Storage</li>
<li>CDN</li>
</ul>
Mentors: Pratik <br/>
</p>
<p>Technologies: Golang, Azure</p>
</div>
<hr>
<div class="project-description">
<h5>2. Extending Ali-cloud Provider</h5>
<p>Ali cloud is a rising cloud provider in the cloud arena. Students task is to implement the major services of
Rackspace in the GoCloud. The student will have to discuss with mentors for the potential project scope as
implementing entire provider will be a bigger task and may require multiple students.
<br/>
<ul>
<li>Serverless</li>
<li>Database</li>
<li>Machine Learning</li>
<li>Analytics</li>
<li>Notification Service</li>
<li>Stream Data Processing</li>
</ul>
Mentors: Pratik <br/>
</p>
<p>Technologies: Golang, Ali-cloud</p>
</div>
<hr>
<div class="project-description">
<h5>3. Rackspace Provider</h5>
<p>Rackspace is a rising cloud provider in the cloud arena. Currently, GoCloud only supports only AWS and GCP.
Students task is to implement the major services of Rackspace in the GoCloud. The student will have to discuss
with mentors for the potential project scope as implementing entire provider will be a bigger task and may require
multiple students.
<br/>
<ul>
<li>VM</li>
<li>Containers</li>
<li>DNS</li>
<li>Storage</li>
<li>CDN</li>
</ul>
Mentors: Pratik <br/>
</p>
<p>Technologies: Golang, Rackspace</p>
</div>
<hr>
<div class="project-description">
<h5>4. Extending Digital Ocean Provider</h5>
<p>Digital Ocean cloud is a rising cloud provider in the cloud arena. Students task is to implement the major services
of Rackspace in the GoCloud. The student will have to discuss with mentors for the potential project scope as implementing
entire provider will be a bigger task and may require multiple students.
<br/>
<ul>
<li>Serverless</li>
<li>Database</li>
<li>Machine Learning</li>
<li>Analytics</li>
<li>Notification Service</li>
<li>Stream Data Processing</li>
</ul>
Mentors: Tharindu, Malith <br/>
</p>
<p>Technologies: Golang, Digital Ocean</p>
</div>
<hr>
<div class="project-description">
<h5>5. Extending AWS and GCP cloud Provider</h6>
<p>AWS and GCP a rising cloud provider in the cloud arena. Currently, GoCloud only supports only AWS and GCP. Students task is
to implement the major services of Rackspace in the GoCloud. The student will have to discuss with mentors for the potential project
scope as implementing entire provider will be a bigger task and may require multiple students.
<br/>
<ul>
<li>Speech</li>
<li>Vision</li>
<li>Natural Language Processing</li>
<li>Translation</li>
<li>Monitoring</li>
<li>Video Intelligence</li>
</ul>
Mentors: Pratik <br/>
</p>
<p>Technologies: Golang, AWS, GCP</p>
</div>
<hr>
<div class="project-description">
<h5>6. Openstack Provider</h5>
<p>Openstack is a rising cloud provider in the cloud arena. Students task is to implement the major services of Rackspace in the GoCloud.
The student will have to discuss with mentors for the potential project scope as implementing entire provider will be a bigger task
and may require multiple students.
<br/>
<ul>
<li>VM</li>
<li>Containers</li>
<li>DNS</li>
<li>Storage</li>
<li>CDN</li>
</ul>
Mentors: Pratik <br/>
</p>
<p>Technologies: Golang, Openstack</p>
</div>
<hr>
<div class="project-description">
<h5>7. Rustcloud : Rustcloud Architecture</h5>
<p>Rustcloud is a rust library which hides differences between different cloud providers(AWS,GCP etc) APIs and allows you to manage different
cloud resources through a unified and easy to use API. This project is need to develop from scratch. You have to design the architecture of
rustcloud. The student will have to discuss with mentors for the potential project scope as implementing entire provider will be a bigger task
and may require multiple students. we want to add implantation of following services of cloud provider into rustcloud.
<br/>
<ul>
<li>VM</li>
<li>Containers</li>
<li>DNS</li>
<li>Storage</li>
<li>CDN</li>
</ul>
Mentors: Pratik <br/>
</p>
<p>Technologies: Golang, Openstack</p>
</div>
<hr>
<div class="project-title">
<h3>NodeCloud</h3>
</div>
<div class="project-description">
<h5>1. Rackspace Provider</h5>
<p>Rackspace Provider is another key provider which we are missing at the moment. Student has a bigger task to do here as Rackspace does not offer their
own NodeJS SDK. What they offer is pkgcloud binding for Rackspace. Student will have to implement the NodeSDK using REST API and will have to use the
developed SDK to support Rackspace provider for Nodecloud.
<br/>
<ul>
<li>VM</li>
<li>Container</li>
<li>DNS</li>
<li>Storage</li>
<li>CDN</li>
</ul>
Mentors: Rumesh, Rajika <br/>
</p>
<p>Technologies: Rackspace, NodeJS, REST</p>
</div>
<hr>
<div class="project-description">
<h5>2. Digital Ocean Provider</h5>
<p>Digital Ocean is a key cloud provider. However current D.O. NodeJs wrapper is not actively maintaining. Therefore this project is a two part project.
First you have to identify what are key components already developed in current wrapper and take necessary actions to implement the rest. Next part
is using the developed SDK to implement following in the NodeCloud.
<br/>
<ul>
<li>VM</li>
<li>Containers</li>
<li>DNS</li>
<li>Storage</li>
<li>CDN</li>
</ul>
Mentors: Rumesh, Rajika <br/>
</p>
<p>Technologies: NodeJS, Digital Ocean</p>
</div>
<hr>
<div class="project-description">
<h5>3. Ali-cloud Provider</h5>
<p>Ali-cloud is a rising cloud provider in the cloud arena. Currently, NodeJS only supports only AWS and GCP. Students task is to implement the major
services of Ali-cloud in the NodeJS. The student will have to discuss with mentors for the potential project scope as implementing entire provider
will be a bigger task and may require multiple students.
<br/>
Mentors: Rumesh, Rajika <br/>
</p>
<p>Technologies: NodeJS, Ali-cloud</p>
</div>
<hr>
<div class="project-title">
<h4>Clocal-GCP</h4>
</div>
<div class="project-description">
<h5>1. Clocal GCP Core</h5>
<p>Clocal GCP can be separated into core CLI application and a list of providers. Currently it resides in the same repository but having separate
docker containers. Student can discuss the best approaches with the mentors and start implementing. What is expected is a well written CLI application
which can be integrated with plugins. For an example a user can install the clocal GCP cli application and add separate plugins as necessary. example :
Cloud Function plugin. This task involves creating the core CLI application and converting existing cloud emulation services to plugins. And adding the
below services as plugins.
<br/>
<ul>
<li>Cloud SQL</li>
<li>App Engine</li>
</ul>
Mentors: Rumesh, Dilantha <br/>
</p>
<p>Technologies: NodeJS, Docker, Google Cloud Platform</p>
</div>
<hr>
<div class="project-description">
<h5>2. Clocal GCP Services</h5>
<p>Here the task is to implement the emulation services for below Google Cloud platform products. These has to be implemented as individual services as
docker containers, so that in a later phase these will be used as plugins for clocal gcp core CLI application. And students are free to choose the technology
stack they are most familiar with to implement the emulation services.But NodeJS and python are preferred.
<br/>
<ul>
<li>Compute Engine</li>
<li>BigQuery</li>
<li>Cloud Endpoints</li>
<li>Cloud Pub/Sub</li>
<li>Cloud Datastore</li>
<li>Cloud IAM</li>
</ul>
Mentors: Rumesh, Dilantha <br/>
</p>
<p>Technologies: NodeJS, Docker, Google Cloud Platform</p>
</div>
<hr>
<div class="project-title">
<h4>Clocal-Azure</h4>
</div>
<div class="project-description">
<h5>1. Clocal Azure Services</h5>
<p>Clocal Azure is an emulation engine for azure services. The student is expected to identify the azure services which is practical to apply on Clocal Azure
and implement the services. New services are expected from the student to implement. Later on, the student is expected to update the existing services
and implement more features on the existing services. When implementing new services, student is free to propose any service with the approval of the mentor
to implement during the period. Below are few suggested services.
<br/>
<ul>
<li>Bot Framework Emulator</li>
<li>Azure IOT Edge Agent / Hub</li>
<li>Event Hub</li>
</ul>
Mentors: Rumesh, Lakindu <br/>
</p>
<p>Technologies: NodeJS, Docker, Azure</p>
</div>
</div>
</div>
<footer align="center">
<p class="txt">
<br />
<br />© Copyright 2020 Cloudlibz.
<br />
</p>
</footer>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script>
if ($('#back-to-top').length) {
var scrollTrigger = 100, // px
backToTop = function() {
var scrollTop = $(window).scrollTop();
if (scrollTop > scrollTrigger) {
$('#back-to-top').addClass('show');
} else {
$('#back-to-top').removeClass('show');
}
};
backToTop();
$(window).on('scroll', function() {
backToTop();
});
$('#back-to-top').on('click', function(e) {
e.preventDefault();
$('html,body').animate(
{
scrollTop: 0
},
700
);
});
}
</script>
</body>
</html>