rocksdb/meetup.html
Xing Jin 6ac19a324c Revise meetup page
Summary: Revise talk topics

Test Plan: N/A

Reviewers: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D16989
2014-03-18 17:26:14 -07:00

106 lines
3.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>Tentative Agenda</h2>
<ul>
<li><b>Date:</b> Thursday, March 27, 2014 </li>
<li><b>Time:</b> 6-9:30pm PST </li>
<li><b>Location:</b> [Room TBD], 1601 Willow Road, 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:30pm &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:30-8:30pm &nbsp;&nbsp;&nbsp;&nbsp; Lightning Talk 1: Organize Data for
Efficient In-Memory Lookup / Lightning Talk 2: RocksDB Performance for
In-Memory Workload / Q&A for Lightning Talks</li>
<li>8:00-8:30pm &nbsp;&nbsp;&nbsp;&nbsp; Deep Dive into Column Family Design
(20-min talk + 10-min Q&A)</li>
<li>8:30-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), 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>