Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85D0596B7 for ; Sat, 7 Jan 2012 17:21:08 +0000 (UTC) Received: (qmail 61845 invoked by uid 500); 7 Jan 2012 17:21:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 61751 invoked by uid 500); 7 Jan 2012 17:21:07 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 61740 invoked by uid 500); 7 Jan 2012 17:21:07 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 61736 invoked by uid 99); 7 Jan 2012 17:21:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2012 17:21:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2012 17:21:04 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8D8D314B; Sat, 7 Jan 2012 17:20:43 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 07 Jan 2012 17:20:43 -0000 Message-ID: <20120107172043.95035.76361@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22FrontPage=22_by_Bruno_Leonard?= =?utf-8?q?o_Gon=C3=A7alves?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "FrontPage" page has been changed by Bruno Leonardo Gon=C3=A7alves: http://wiki.apache.org/cassandra/FrontPage?action=3Ddiff&rev1=3D80&rev2=3D81 Comment: Changed link of BigTable paper to shorter version #language en #pragma section-numbers off =3D Cassandra Wiki =3D - Cassandra is a highly scalable, eventually consistent, distributed, struc= tured key-value store. Cassandra brings together the distributed systems te= chnologies from [[http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-= dynamo-sosp2007.pdf|Dynamo]] and the data model from Google's [[http://stat= ic.googleusercontent.com/external_content/untrusted_dlcp/research.google.co= m/en/us/archive/bigtable-osdi06.pdf|BigTable]]. Like Dynamo, Cassandra is [= [http://www.allthingsdistributed.com/2008/12/eventually_consistent.html|eve= ntually consistent]]. Like !BigTable, Cassandra provides a !ColumnFamily-ba= sed data model richer than typical key/value systems. + Cassandra is a highly scalable, eventually consistent, distributed, struc= tured key-value store. Cassandra brings together the distributed systems te= chnologies from [[http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-= dynamo-sosp2007.pdf|Dynamo]] and the data model from Google's [[http://rese= arch.google.com/archive/bigtable-osdi06.pdf|BigTable]]. Like Dynamo, Cassan= dra is [[http://www.allthingsdistributed.com/2008/12/eventually_consistent.= html|eventually consistent]]. Like !BigTable, Cassandra provides a !ColumnF= amily-based data model richer than typical key/value systems. = Cassandra was open sourced by Facebook in 2008, where it was designed by = Avinash Lakshman (one of the authors of Amazon's Dynamo) and Prashant Malik= ( Facebook Engineer ). In a lot of ways you can think of Cassandra as Dyna= mo 2.0 or a marriage of Dynamo and !BigTable. Cassandra is in production u= se at Facebook but is still under heavy development. =20