From user-return-3465-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Tue Mar 23 02:19:18 2010 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 60200 invoked from network); 23 Mar 2010 02:19:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Mar 2010 02:19:18 -0000 Received: (qmail 35431 invoked by uid 500); 23 Mar 2010 02:19:18 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 35412 invoked by uid 500); 23 Mar 2010 02:19:18 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 35404 invoked by uid 99); 23 Mar 2010 02:19:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Mar 2010 02:19:18 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.92.27] (HELO qw-out-2122.google.com) (74.125.92.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Mar 2010 02:19:12 +0000 Received: by qw-out-2122.google.com with SMTP id 8so1487777qwh.61 for ; Mon, 22 Mar 2010 19:18:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.81.81 with SMTP id w17mr3336065qck.4.1269310730671; Mon, 22 Mar 2010 19:18:50 -0700 (PDT) In-Reply-To: <6A5ECA9A2E1E4648970D395D20664ED13F0D842503@IOWAEVS07.iowa.uiowa.edu> References: <6A5ECA9A2E1E4648970D395D20664ED13F0D842503@IOWAEVS07.iowa.uiowa.edu> Date: Mon, 22 Mar 2010 19:18:50 -0700 Message-ID: Subject: Re: Example of data model From: Benjamin Black To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org https://www.cloudkick.com/blog/2010/mar/02/4_months_with_cassandra/ On Mon, Mar 22, 2010 at 6:51 AM, Hill, Ed A wrote: > I've been through the twissandra data model as well and it is pretty straightforward and well explained (thanks!) - but I notice that a number of the folks using Cassandra are using it for metric collection or event processing. > > I wonder if someone would be willing to describe their models as a second example, particularly how they then report or query against it. > > Thanks! > > -Ed Hill (ed-hill@uiowa.edu) > Software Developer, The University of Iowa > >> -----Original Message----- >> From: Jonathan Ellis [mailto:jbellis@gmail.com] >> Sent: Monday, March 22, 2010 8:22 AM >> To: user@cassandra.apache.org >> Subject: Re: Example of data model >> >> http://twissandra.com/ >> >> On Mon, Mar 22, 2010 at 7:49 AM, Julio Carlos Barrera Juez >> wrote: >> > Hi all, I need an example of cassandra storage to understand better the >> > datamodel. I mena, an example of a little application with his >> > storage-conf.xml file like a little commerce with a list of clients and >> > stock. >> > Thank's. >