-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (144 loc) · 7.64 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
<!doctype html>
<html lang="en">
<head>
<link rel="icon" type="image/bmp" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Vikram Sreekanti</title>
</head>
<body>
<div class="header">
<div class="title">
<h1> Vikram Sreekanti </h1>
<div class="info">
<p>
<a href='https://www.vikrams.io/blog'><i class='fas fa-pencil-alt'></i></a>
<a href='mailto:[email protected]'><i class='fas fa-envelope'></i></a>
<a href='http://facebook.com/vikram.sreekanti'><i class='fab fa-facebook-f'></i></a>
<a href='http://twitter.com/vsreekanti'><i class='fab fa-twitter'></i></a>
<a href='http://github.com/vsreekanti'><i class='fab fa-github'></i></a>
<a href='https://www.linkedin.com/in/vikramsreekanti'><i class='fab fa-linkedin'></i></a>
<a href='cv.pdf'><i class='fa fa-file'></i></a>
</p>
</div>
</div>
<div class="header-photo">
<img src="assets/img/header.jpg" />
</div>
</div>
<div class="main">
<p>
I recently finished my Ph.D. at the <a href="http://rise.cs.berkeley.edu">RISE Lab</a> at <a href="http;//berkeley.edu">U.C. Berkeley</a>
working with <a href="http://db.cs.berkeley.edu/jmh/">Joe Hellerstein</a> and <a href="https://people.eecs.berkeley.edu/~jegonzal/">Joey Gonzalez</a>.
I'm interested in cloud infrastructure, data systems, and distributed systems.
My dissertation work focused on making serverless infrastructure faster and easier to use.
You can check out what we built <a href="https://www.github.com/hydro-project">here</a>.
</p>
<p>
I graduated from U.C. Berkeley with a B.S. in <a href="http://eecs.berkeley.edu">EECS</a> in May 2015.
</p>
<p>
I occassionally <a href="http://vikrams.io/blog">write about things</a>.
</p>
<p>
In my free time, I <a href="http://goodreads.com/vikrams">read a lot</a>, watch football (⚽), football (🏈), and basketball, <a href="http://twitter.com/vsreekanti">complain about politics</a>,
learn new languages, try to travel, and hack on random things.
Other things I'm interested in or enjoy doing (in no particular order): Constitutional law,
<a href="http://www.untappd.com/user/vikrams">beer</a>, productivity apps,
<a href="http://open.spotify.com/user/viksree">lots of different kinds of music</a>, Star Wars, Star Trek, driving stick shift.
</p>
</div>
<div class="main">
<h2>Publications</h2>
<ul>
<li>
<i><a href="papers/thesis.pdf">
The Design of Stateful Serverless Infrastructure.
</a></i>
PhD Dissertation. 2020.
</li>
<li>
<i><a href="https://arxiv.org/pdf/2007.05832.pdf">
Optimizing Prediction Serving on Low-Latency Serverless Dataflow.
</a></i>
<b>V. Sreekanti</b>, H. Subbaraj, C. Wu, J. E. Gonzalez, J.
M. Hellerstein.
<i>arXiv:2007.05832</i>. 2020.
</li>
<li>
<i><a href="papers/cloudburst-vldb20.pdf">
Cloudburst: Stateful Functions-as-a-Service.
</a></i>
<b>V. Sreekanti</b>, C. Wu, X. C. Lin, J.
Schleier-Smith, J. M. Faleiro, J. E. Gonzalez, J. M.
Hellerstein, A. Tumanov.
<i>VLDB</i> 2020.
(Preprint: <a href="https://arxiv.org/abs/2001.04592">arXiv:2001.04592</a>.)
</li>
<li>
<i><a href="https://arxiv.org/pdf/2006.07357v1.pdf">
Hindsight Logging for Model Training</a></i>.
R. Garcia, E. Liu, <b>V. Sreekanti</b>, B. Yan, A. Dandamudi,
J. E. Gonzalez, J. M. Hellerstein. K. Sen.
<i>arXiv:2006.07357</i>. 2020.
</li>
<li>
<i><a href="papers/hydrocache-sigmod20.pdf">
Transactional Causal Consistency for Serverless Computing</a></i>.
C. Wu, <b>V. Sreekanti</b>, J. M. Hellerstein. <i>SIGMOD</i> 2020.
</li>
<li>
<i><a href="papers/aft-eurosys20.pdf">A Fault-Tolerance Shim for Serverless Computing</a></i>.
<b>V. Sreekanti</b>, C. Wu, S. Chhatrapati, J. E. Gonzalez, J. M. Hellerstein, J. M. Faleiro.
<i>EuroSys</i> 2020.
(Preprint: <a href="https://arxiv.org/abs/2003.06007">arXiv:2003.06007</a>.)
</li>
<li>
<i><a href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2019/EECS-2019-3.pdf">
Cloud Programming Simplified: A Berkeley View of
Serverless Computing</a></i>.
E. Jonas, J. Scheleier-Smith, <b>V. Sreekanti</b>, C. Tsai,
A. Khandelwal, Q. Pu, V. Shankar, J.M. Carreira, K. Krauth,
N. Yadwadkar, J. Gonzalez, R.A. Popa, I. Stoica, D.A.
Patterson.
<i>Technical Report No. UCB/EECS-2019-3</i>.
</li>
<li>
<i><a
href="papers/anna-vldb19.pdf">Autoscaling
Tiered Cloud Storage in Anna</a></i>.
C. Wu, <b>V. Sreekanti</b>, J.M. Hellerstein. <i>VLDB</i>
2019.
(Preprint: <a href="https://arxiv.org/abs/1809.00089">
arXiv:1809.00089</a>.)
</li>
<li>
<i><a href="papers/serverless-cidr19.pdf">Serverless Computing: One Step Forward, Two Steps
Back</a></i>.
J.M. Hellerstein, J. Faleiro, J.E. Gonzalez, J.
Schleier-Smith, <b>V. Sreekanti</b>, A. Tumanov, C. Wu.
<i>CIDR</i> 2019.
(Preprint: <a href="https://arxiv.org/abs/1812.03651">arXiv:1812.03651</a>.)
</li>
<li>
<a href="papers/flor-cmi18.pdf">
<i>Context: The Missing Piece in Model Lifecycle
Management</i></a>.
R. Garcia, <b>V. Sreekanti</b>, N. Yadwadkar, D. Crankshaw,
J.E. Gonzalez, J.M. Hellerstein.
<i>Common Model Infrastructure</i> at <i>KDD</i> 2018.
</li>
<li>
<a href="papers/ground-cidr17.pdf">
<i>Ground: A Data Context Service.</i></a>.
J.M. Hellerstein, <b>V. Sreekanti</b>, J.E. Gonzalez, et
al. <i>CIDR</i> 2017.
</li>
</ul>
</ul>
</div>
</body>
</html>