rocksdb/meetup.html

107 lines
3.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset='utf-8'>
<title>RocksDB | A persistent key-value store for fast storage environments</title>
<link rel='stylesheet' href='static/rocksdb.css' type='text/css'/>
<link rel='shortcut icon' href='static/favicon.ico'>
<meta name='viewport' content='width=device-width'>
<meta property='og:type' content='website'>
<meta property='og:title' content='RocksDB | A persistent key-value store for fast storage environments'>
<meta property='og:description' content='A persistent key-value store for fast storage environments'>
<meta property='og:image' content='http://rocksdb.org/static/rocksdb.png'>
</head>
<body>
<header class='topbar'><nav class='width'>
<a href='index.html'><h1>RocksDB</h1></a>
<ul>
<li><a href='overview.html' class='active'>Overview</a></li>
<li><a href='https://github.com/facebook/rocksdb/wiki/_pages'>Wiki</a></li>
<li><a href='https://github.com/facebook/rocksdb'>GitHub</a>
</ul>
</nav></header>
<header class='hero'><div class='width'>
<hgroup>
<h1>
Local Meetups (Bay Area)
</h1>
</hgroup>
</div></header>
<section class='content'><div class='width'>
<article>
<h2>Call For Participation</h2>
<p> RocksDB is an embeddable persistent key-value store for fast storage
(especially Flash and RAM storage) for server workloads (http://rocksdb.org/).
It has highly flexible configurable settings that can be tuned to run on a
variety of production environments. Since open sourced by Facebook in 2013
Nov, it has accumulated 1700+ stars and 230+ forks on github. </p>
<p> RocksDB team @ Facebook is organizing the 1st meetup with people using
or interested in RocksDB technology. We would like to share our recent
experience on handling varied workloads at Facebook. We would also like to
gather community feedback on the design of Column Families. We want to hear
about your experience with RocksDB and the issues you are facing. </p>
<h2>Agenda</h2>
<ul>
<li><b>Date:</b> Thursday, March 27, 2014 </li>
<li><b>Time:</b> 6-9:30pm PST </li>
<li><b>Check-in Location:</b> Lobby of Building 10, 1 Hacker Way,
Menlo Park, CA 94025 (Facebook HQ) </li>
</ul>
<ul>
<li>6:00-6:55pm &nbsp;&nbsp;&nbsp;&nbsp; Arrival and Refreshments</li>
<li>6:55-7:00pm &nbsp;&nbsp;&nbsp;&nbsp; Introduction</li>
<li>7:00-7:10pm &nbsp;&nbsp;&nbsp;&nbsp; RocksDB Vision Discussion </li>
<li>7:10-7:40pm &nbsp;&nbsp;&nbsp;&nbsp; Enhancements to RocksDB to Support a
1PB In-Memory Workload at Facebook (20-min talk + 10-min Q&A)</li>
<li>7:40-8:10pm &nbsp;&nbsp;&nbsp;&nbsp; Lightning Talk 1: Prefix Hashing in
RocksDB / Lightning Talk 2: Lockless Get in RocksDB / Q&A
for Lightning Talks</li>
<li>8:10-8:40pm &nbsp;&nbsp;&nbsp;&nbsp; Deep Dive into Column Family Design
(20-min talk + 10-min Q&A)</li>
<li>8:40-9:30pm &nbsp;&nbsp;&nbsp;&nbsp; Happy Hour</li>
</ul>
<h2>How to Register?</h2>
<p>
Please send registration email to Vanessa Nance (vanessan@fb.com) before March
24, with the following information:
<ul>
<li>Name:</li>
<li>Company:</li>
<li>Email:</li>
<li>Team:</li>
<li>Are you an engineer? If not, whats your position:</li>
<li>Areas you are working or worked on:</li>
<li>How much do you know about RocksDB:</li>
</ul>
Please note that you need to sign
<a href='Facebook_Mutual_NDA_2012.pdf'>NDA</a> when you come to the event.
It's normal NDA for people visiting FB, nothing special. Please let us know
if you have any concern.
</p>
</article>
</div></section>
<footer><div class='width'>
&copy; Copyright 2013, Facebook
</div></footer>
</body>
</html>