update document class for sigmod

This commit is contained in:
Xavier Léauté 2014-03-21 14:49:11 -07:00
parent 7093495a9f
commit 6b4d564b49
2 changed files with 1682 additions and 6 deletions

View File

@ -1,4 +1,5 @@
\documentclass{acm_proc_article-sp} \documentclass{sig-alternate-2013}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{balance} \usepackage{balance}
\usepackage{fontspec} \usepackage{fontspec}
@ -7,28 +8,48 @@
\graphicspath{{figures/}} \graphicspath{{figures/}}
\usepackage{enumitem} \usepackage{enumitem}
\hyphenation{metamarkets nelson} \hyphenation{metamarkets nelson cheddar}
\begin{document} \begin{document}
% ****************** TITLE **************************************** % ****************** TITLE ****************************************
\title{Druid: A Real-time Analytical Data Store} \title{Druid}
\subtitle{A Real-time Analytical Data Store}
% ****************** AUTHORS ************************************** % ****************** AUTHORS **************************************
\numberofauthors{6} \numberofauthors{6}
\author{ \author{
\alignauthor Fangjin Yang, Eric Tschetter, Xavier Léauté, Nelson Ray, Gian Merlino, Deep Ganguli\\ \alignauthor Fangjin Yang\\
\email{\{fangjin, cheddar, xavier, nelson, gian, deep\}@metamarkets.com} \affaddr{Metamarkets Group, Inc.}\\
% \affaddr{625 2nd St Suite 230}\\
% \affaddr{San Francisco, CA 94107}\\
\email{fangjin@metamarkets.com}
\alignauthor Eric Tschetter\\
\email{echeddar@gmail.com}
\alignauthor Xavier Léauté\\
\affaddr{Metamarkets Group, Inc.}\\
\email{xavier@metamarkets.com}
\and
\alignauthor Nelson Ray\\
\email{ncray86@gmail.com}
\alignauthor Gian Merlino\\
\affaddr{Metamarkets Group, Inc.}\\
\email{gian@metamarkets.com}
\alignauthor Deep Ganguli\\
\affaddr{Metamarkets Group, Inc.}\\
\email{deep@metamarkets.com}
} }
\date{21 March 2013} \date{21 March 2013}
% ****************** AUTHORS **************************************
\maketitle \maketitle
\begin{abstract} \begin{abstract}
Druid is an open Druid is an open
source\footnote{\href{https://github.com/metamx/druid}{https://github.com/metamx/druid}} source\footnote{\href{http://druid.io/}{http://druid.io/} \href{https://github.com/metamx/druid}{https://github.com/metamx/druid}}
data store designed for real-time exploratory analytics on large data sets. data store designed for real-time exploratory analytics on large data sets.
The system combines a column-oriented storage layout, a distributed, The system combines a column-oriented storage layout, a distributed,
shared-nothing architecture, and an advanced indexing structure to allow for shared-nothing architecture, and an advanced indexing structure to allow for
@ -37,6 +58,12 @@ this paper, we describe Druid's architecture, and detail how it supports fast
aggregations, flexible filters, and low latency data ingestion. aggregations, flexible filters, and low latency data ingestion.
\end{abstract} \end{abstract}
% A category with the (minimum) three required fields
\category{H.2.4}{Database Management}{Systems}[Distributed databases]
% \category{D.2.8}{Software Engineering}{Metrics}[complexity measures, performance measures]
\keywords{distributed; real-time; analytics; OLAP; columnar}
\section{Introduction} \section{Introduction}
In recent years, the proliferation of internet technology has In recent years, the proliferation of internet technology has
created a surge in machine-generated events. Individually, these created a surge in machine-generated events. Individually, these

File diff suppressed because it is too large Load Diff