Author: jbellis
Date: Thu Apr 30 20:50:31 2009
New Revision: 770441
URL: http://svn.apache.org/viewvc?rev=770441&view=rev
Log:
proposed home page by Eric Evans
Added:
incubator/cassandra/site/publish/media/
incubator/cassandra/site/publish/media/css/
incubator/cassandra/site/publish/media/css/style.css
incubator/cassandra/site/publish/media/images/
incubator/cassandra/site/publish/media/images/apache-incubator-small.png
incubator/cassandra/site/publish/proposed.html
Added: incubator/cassandra/site/publish/media/css/style.css
URL:
http://svn.apache.org/viewvc/incubator/cassandra/site/publish/media/css/style.css?rev=770441&view=auto
==============================================================================
--- incubator/cassandra/site/publish/media/css/style.css (added)
+++ incubator/cassandra/site/publish/media/css/style.css Thu Apr 30 20:50:31
2009
@@ -0,0 +1,98 @@
+
+body {
+ background-color: #fff6e9;
+ color: #000;
+ font-family: verdana,arial,helvetica,sans-serif;
+ margin: 1.5em 3em;
+ padding: 0;
+}
+
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+img {
+ padding: 0.5em 0 0.5em 0;
+}
+
+blockquote {
+ background-color: #fff9f0;
+ border: 1px dashed #ccc;
+ padding: 1em;
+}
+
+#header {
+ background-color: #aa2f00;
+ padding: .5em;
+ margin: 0 0 1em 0;
+}
+
+h1.header, h2.content {
+ margin: 0;
+}
+
+h3.content {
+ margin: 1em 0 .1em 0;
+}
+
+#header a {
+ text-decoration: none;
+ color: #000;
+ color: #fff9f0;
+}
+
+#menu {
+ background-color: #fff9f0;
+ border: 1px dashed black;
+ float: left;
+ font-size: 85%;
+ width: 12em;
+ margin: 0 1.5em 1em 0;
+ padding: 0 1em 1em;
+ text-align: left;
+}
+
+#menu ul {
+ padding-left: 0;
+ margin: 1em;
+}
+
+#content {
+ padding: 0;
+}
+
+#content ul {
+ padding-left: .25em;
+ margin: 1em;
+}
+
+#footer {
+ border-top: 1px solid #aaa;
+ padding: .5em;
+ text-align: right;
+ clear: both;
+}
+
+.apache {
+ float: right;
+}
+
+.notice {
+ font-size: 85%;
+ color: #666;
+}
+
+.gotlogo {
+ margin: 0;
+ padding: 0 0 0 5em;
+ top: -0.60em;
+ position: relative;
+}
+
+/*
+vi:ai sw=4 ts=4 tw=75 et
+*/
Added: incubator/cassandra/site/publish/media/images/apache-incubator-small.png
URL:
http://svn.apache.org/viewvc/incubator/cassandra/site/publish/media/images/apache-incubator-small.png?rev=770441&view=auto
==============================================================================
Files incubator/cassandra/site/publish/media/images/apache-incubator-small.png
(added) and
incubator/cassandra/site/publish/media/images/apache-incubator-small.png Thu
Apr 30 20:50:31 2009 differ
Added: incubator/cassandra/site/publish/proposed.html
URL:
http://svn.apache.org/viewvc/incubator/cassandra/site/publish/proposed.html?rev=770441&view=auto
==============================================================================
--- incubator/cassandra/site/publish/proposed.html (added)
+++ incubator/cassandra/site/publish/proposed.html Thu Apr 30 20:50:31 2009
@@ -0,0 +1,173 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+ <title>Cassandra Project</title>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+ <style media="screen" type="text/css">
+ @import "/media/css/style.css";
+ </style>
+</head>
+
+<body>
+ <!-- Begin Header/Banner -->
+ <div id="header">
+ <a class="apache" href="http://incubator.apache.org">
+ <img src="/media/images/apache-incubator-small.png" border="0"/></a>
+ <h1 class="header"><a href="">Cassandra</a></h1>
+ <p class="gotlogo">Got logo?</p>
+ </div>
+ <!-- End Header/Banner -->
+
+ <!-- Navigation/Links -->
+ <div id="menu">
+ <ul>
+ <li><a href="#features">Features</a></li>
+ <li><a
href="http://cwiki.apache.org/confluence/display/CSDR/Data+Model">Overview</a></li>
+ <li><a
href="http://cwiki.apache.org/confluence/display/CSDR/GettingStarted">Getting
Started</a></li>
+ <li><a href="#resources">Resources</a></li>
+ <li><a href="#download">Download</a></li>
+ <li><a
href="http://cwiki.apache.org/confluence/display/CSDR">Wiki</a></li>
+ </ul>
+ </div>
+
+ <!-- Content -->
+ <div id="content">
+ <!-- Introductory section -->
+ <h2 class="content">Welcome to the Cassandra Project</h2>
+
+ <p>Cassandra is a highly scalable, eventually consistent, distributed,
+ structured key-value store. Cassandra brings together the distributed
+ systems technologies from <a
href="http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf">Dynamo</a>
+ and the data model from Google's <a
href="http://labs.google.com/papers/bigtable-osdi06.pdf">BigTable</a>.
+ Like Dynamo, Cassandra is <a
href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">eventually
consistent</a>.
+ Like BigTable, Cassandra provides a ColumnFamily-based data model
+ richer than typical key/value systems.</p>
+
+ <p>Cassandra was open sourced by Facebook in 2008, where it was
+ designed by one of the authors of Amazon's Dynamo. In a lot of ways
+ you can think of Cassandra as Dynamo 2.0. Cassandra is in
+ production use at Facebook but is still under heavy
+ development.</p>
+
+ <!-- Features section -->
+ <h2 class="content"><a name="features">Features</a></h2>
+ <p>Cassandra's Features:</p>
+ <ol>
+ <li>Cassandra is designed to be always available. Writes never fail.
+ Two read paths are available: high-performance "weak" reads and
+ quorum reads. See <a
href="http://cwiki.apache.org/confluence/display/CSDR/ThriftInterface">ThriftInterface</a>.</li>
+ <li>Cassandra has a rich <a
href="http://cwiki.apache.org/confluence/display/CSDR/Data+Model">data
model</a>
+ allowing efficient use for many applications beyond simple
+ key/value.</li>
+ <li>Data is automatically replicated to multiple nodes for
+ fault-tolerance. There is support for implementing strategies that
+ replicate across multiple data centers.</li>
+ <li>Elasticity: new nodes can be added to a running cluster while
+ minimizing disruption to existing data.</li>
+ <li>Consistency: Cassandra follows the <a
href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">"eventually
consistent" model</a>
+ but includes sophisticated features such as Hinted Handoff and Read
+ Repair to minimize inconsistency windows.</li>
+ <li>Reads and writes in Cassandra are guaranteed to be atomic within
+ a single ColumnFamily.</li>
+ <li>Support for versioning and conflict resolution (with inbuilt
+ policies like "last update wins").</li>
+ </ol>
+
+ <!-- Resources section -->
+ <h2 class="content"><a name="resources">Resources</a></h2>
+
+ <h3 class="content">Issue Tracking</h3>
+ <p>Cassandra tracks bugs and enhancement requests using Apache JIRA.
+ Please search the JIRA database and the <a
href="http://mail-archives.apache.org/mod_mbox/incubator-cassandra-user/">user
mailing list archives</a>
+ before filing a new request.
+ <ul>
+ <li><a href="http://issues.apache.org/jira/browse/CASSANDRA">
+ Cassandra JIRA</a>
+ </li>
+ </ul>
+
+ <h3 class="content">Mailing Lists</h3>
+ <br />
+ <b>Users</b>
+ <p>General discussion list. If you use Cassandra, please subscribe to
+ this list.</p>
+ <p>
+ <a
href="mailto://[email protected]">Subscribe</a> |
+ <a
href="mailto://[email protected]">Unsubscribe</a>
|
+ <a
href="http://mail-archives.apache.org/mod_mbox/incubator-cassandra-user/">Archives</a>
+ </p>
+ <b>Developers</b>
+ <p>Development related discussion. If you contribute to Cassandra,
+ please subscribe to this list.</p>
+ <p>
+ <a
href="mailto://[email protected]">Subscribe</a> |
+ <a
href="mailto://[email protected]">Unsubscribe</a> |
+ <a
href="http://mail-archives.apache.org/mod_mbox/incubator-cassandra-dev/">Archives</a>
+ </p>
+ <b>Commits</b>
+ <p>This list receives notification of all commits made against the
+ Cassandra source repository.</p>
+ <p>
+ <a
href="mailto://[email protected]">Subscribe</a>
|
+ <a
href="mailto://[email protected]">Unsubscribe</a>
|
+ <a
href="http://mail-archives.apache.org/mod_mbox/incubator-cassandra-commits/">Archives</a>
+ </p>
+
+ <p class="notice">Note: all of these lists require you to subscribe
+ before you can post</p>
+
+ <h3 class="content">IRC</h3>
+ <p>Many of the Cassandra developers and community members hang out in
+ the #cassandra channel on the irc.freenode.net. If you are new to IRC
+ and don't have a client, try <a
href="http://www.mibbit.com/?server=irc.freenode.net&channel=%23cassandra&nick=yournickname">clicking
here to connect</a>.
+ </p>
+
+ <!-- Download section -->
+ <h2 class="content"><a name="download">Download</a></h2>
+ <p>There hasn't yet been an official release of Cassandra, until there
+ is, use one of the methods below to obtain a copy of the current state
+ of development.</p>
+
+ <p>New users to Cassandra should be sure to check out the
+ <a
href="http://cwiki.apache.org/confluence/display/CSDR/GettingStarted">GettingStarted</a>
+ guide.</p>
+
+ <h3 class="content">Development Snapshots</h3>
+ <p>Bleeding edge development snapshots of Cassandra are available for
+ direct <a
href="http://hudson.zones.apache.org/hudson/job/Cassandra/lastSuccessfulBuild/artifact/cassandra/build/">
+ download here</a>.</p>
+
+ <h3 class="content">Source Control</h3>
+ <p>The Cassandra source code resides in the Apache SVN repository. To
+ check out a copy:</p>
+ <blockquote>
+ svn checkout http://svn.apache.org/repos/asf/incubator/cassandra/trunk
+ cassandra-trunk
+ </blockquote>
+
+ <p>There is also a read-only git repository if that is more your
+ style.</p>
+ <blockquote>
+ git clone git://git.apache.org/cassandra.git
+ </blockquote>
+
+ <p>Potential contributors should look over the
+ <a href="http://cwiki.apache.org/confluence/display/CSDR">wiki</a>, in
+ particular
+ <a href="http://cwiki.apache.org/confluence/display/CSDR/HowToContribute">
+ HowToContribute</a>.
+
+ </div>
+
+ <!-- Footer -->
+ <div id="footer" class="notice">
+ Copyright © 2009 <a href="http://www.apache.org/licenses/">
+ The Apache Software Foundation</a>
+ </div>
+</body>
+</html>
+
+<!--
+vi:ai sw=2 ts=2 tw=0 et
+-->