rocksdb/meetup.html
Xing Jin d420d389e2 Revise meetup page
Summary:
Revise according to recent change.

Also revise .arcconfig as linter codes are deleted from this branch. Otherwise "arc" always fails. This branch is supposed to contain rocksdb.org webpages, no RocksDB source codes. So no linter is fine.

Test Plan: N/A

Reviewers: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17187
2014-03-26 10:35:01 -07:00

107 lines
3.6 KiB
HTML
Raw Permalink 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>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>