882810ce3e
Summary: By following https://www.facebook.com/groups/629866953728590/permalink/629872443728041/, add a web page for meetup information at rocksdb.or/meetup Test Plan: Locally loaded: https://www.facebook.com/pxlcld/l15s The header is a bit weird. That's my browser's issue. I use the same header as existing pages. Reviewers: haobo CC: leveldb Differential Revision: https://reviews.facebook.net/D16329
104 lines
3.4 KiB
HTML
104 lines
3.4 KiB
HTML
<!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:50pm Arrival and Refreshments</li>
|
||
<li>6:50-7:00pm Introduction</li>
|
||
<li>7:00-7:30pm Enhancements to RocksDB to support a
|
||
1PB In-Memory Workload at FB (20-min talk + 10-min Q&A)</li>
|
||
<li>7:30-8:00pm Invited Talk on Using RocksDB in XXX
|
||
Company (20-min talk + 10-min Q&A)</li>
|
||
<li>8:00-8:30pm Deep Dive into Column Family design
|
||
(20-min talk + 10-min Q&A)</li>
|
||
<li>8:30-9:30pm Happy Hour</li>
|
||
</ul>
|
||
|
||
<h2>How to Register?</h2>
|
||
|
||
<p>
|
||
Please send registration email to xjin@fb.com (Bruce Xing Jin), with the
|
||
following information:
|
||
|
||
<ul>
|
||
<li>Name:</li>
|
||
<li>Company:</li>
|
||
<li>Email:</li>
|
||
<li>Team:</li>
|
||
<li>Are you an engineer? If not, what’s 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 <b>sign NDA</b> 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'>
|
||
© Copyright 2013, Facebook
|
||
</div></footer>
|
||
|
||
</body>
|
||
</html>
|