Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "ArticlesAndPresentations" page has been changed by JonathanEllis.
The comment on this change is: promote Maxim Grinev's posts to "Recommended".
http://wiki.apache.org/cassandra/ArticlesAndPresentations?action=diff&rev1=91&rev2=92

--------------------------------------------------

  = Recommended (read these first) =
   * [[http://www.parleys.com/#st=5&id=1866|Introduction to Cassandra at FOSDEM 
2010]] (video + slides)
   * 
[[http://www.rackspacecloud.com/blog/2010/05/12/cassandra-by-example/|Cassandra 
by Example]], an explanation of the 
[[http://github.com/ericflo/twissandra|Twissandra]] data model and code.  A 
demo is up at http://twissandra.com/
+  * Maxim Grinev's posts on 
[[http://maxgrinev.com/2010/07/09/a-quick-introduction-to-the-cassandra-data-model/|modeling
 basics]], 
[[http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/|translating
 SQL concepts to Cassandra]], and 
[[http://maxgrinev.com/2010/07/12/update-idempotency-why-it-is-important-in-cassandra-applications-2/|update
 idempotency]]
-  * [[http://arin.me/code/wtf-is-a-supercolumn-cassandra-data-model|WTF is a 
SuperColumn?]] an Introduction to the Cassandra Data Model.  See also an 
independent 
[[http://codeqm.blogspot.com/2010/03/java-implementation-of-wtf-is.html|Java 
implementation]] of the example model discussed here.
-  * 
[[http://blog.evanweaver.com/articles/2009/07/06/up-and-running-with-cassandra/|Up
 and Running with Cassandra]]: ruby-centric examples of a Twitter clone and a 
multi-user blog
   * 
[[http://www.cs.cornell.edu/projects/ladis2009/papers/lakshman-ladis2009.pdf|Facebook's
 LADIS 2009 whitepaper]] (heavy on Cassandra internals)
  
  = Case studies =
@@ -20, +19 @@

   * [[http://www.facebook.com/note.php?note_id=24413138919|Facebook 
engineering notes]] on implementing inbox search with Cassandra
  
  = Other Articles =
-  * 
[[http://maxgrinev.com/2010/07/12/update-idempotency-why-it-is-important-in-cassandra-applications-2/|Update
 Idempotency: Why It is Important in Cassandra Applications]]
-  * 
[[http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/|Do
 You Really Need SQL to Do It All in Cassandra?]]
-  * 
[[http://maxgrinev.com/2010/07/09/a-quick-introduction-to-the-cassandra-data-model/|A
 Quick Introduction to the Cassandra Data Model]], July 2010
   * [[http://blog.octo.com/en/nosql-lets-play-with-cassandra-part-13|Cassandra 
Overview]], 
[[http://blog.octo.com/en/nosql-lets-play-with-cassandra-part-23|Setup]] and 
[[http://blog.octo.com/en/nosql-lets-play-with-cassandra-part-13|Java Thrift 
Client]] : 
[[http://blog.octo.com/en/nosql-lets-play-with-cassandra-part-13/|Part1]], 
[[http://blog.octo.com/en/nosql-lets-play-with-cassandra-part-23/|Part2]] and 
[[http://blog.octo.com/en/nosql-lets-play-with-cassandra-part-33/|Part3]], June 
2010
   * 
[[http://ria101.wordpress.com/2010/06/11/pelops-the-beautiful-cassandra-database-client-for-java/|Up
 and running quickly in Java using Pelops]], June 2010
   * 
[[http://anismiles.wordpress.com/2010/05/27/lucandra-an-inside-story/|Lucandra: 
an inside story]]
@@ -46, +42 @@

   * 
[[http://necrobious.blogspot.com/2010/03/haskell-cassandra-first-steps.html|Haskell
 & Cassandra: First Steps]], Mars 2010
   * 
[[http://www.onemanclapping.org/2010/03/running-multiple-cassandra-nodes-on.html|Running
 Multiple Cassandra Nodes on a Single Host]], Mars 2010
   * 
[[http://www.socialtimes.com/2010/03/how-to-configure-cassandra-centos-media-temple-dv/|How
 To Configure Cassandra On A CentOS Media Temple DV Server]] and 
[[http://www.compuonline.info/2010/03/installing-cassandra-on-centos.html|another
 CentOS installation guide]], Mars 2010
+  * [[http://arin.me/code/wtf-is-a-supercolumn-cassandra-data-model|WTF is a 
SuperColumn?]] an Introduction to the Cassandra Data Model.  See also an 
independent 
[[http://codeqm.blogspot.com/2010/03/java-implementation-of-wtf-is.html|Java 
implementation]] of the example model discussed here.
   * [[http://it.toolbox.com/people/joshschulz/journal-entry/4720/|Using Data 
Models in Cassandra]]
   * [[http://prettyprint.me/2010/02/23/hector-a-java-cassandra-client/|Hector: 
a Java Cassandra client]], February 2010
   * 
[[http://ria101.wordpress.com/2010/02/22/cassandra-randompartitioner-vs-orderpreservingpartitioner/|Cassandra:
 RandomPartitioner vs OrderPreservingPartitioner]], February 2010
@@ -59, +56 @@

   * 
[[http://www.25hoursaday.com/weblog/2009/09/10/BuildingScalableDatabasesDenormalizationTheNoSQLMovementAndDigg.aspx|Building
 Scalable Databases: Denormalization, the NoSQL Movement and Digg]], September 
2009
   * 
[[http://blog.nodeta.fi/2009/08/28/meet-scalandra-scala-wrapper-for-cassandra/|Meet
 Scalandra: Scala wrapper for Cassandra]], August 2009
   * 
[[http://www.engineyard.com/blog/2009/cassandra-and-ruby-a-love-affair/|Cassandra
 and Ruby: A Love Affair?]] - Engine Yard's walk-through of the Cassandra gem, 
2009
+  * 
[[http://blog.evanweaver.com/articles/2009/07/06/up-and-running-with-cassandra/|Up
 and Running with Cassandra]]: ruby-centric examples of a Twitter clone and a 
multi-user blog
   * 
[[http://posulliv.github.com/2009/09/07/building-a-small-cassandra-cluster-for-testing-and-development.html|Building
 a Small Cassandra Cluster for Testing]], September 2009
  
  = Presentations =

Reply via email to