Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 2882 invoked from network); 12 Jun 2010 02:39:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 02:39:15 -0000 Received: (qmail 74346 invoked by uid 500); 12 Jun 2010 02:39:14 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 74275 invoked by uid 500); 12 Jun 2010 02:39:13 -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 74267 invoked by uid 99); 12 Jun 2010 02:39:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:39:12 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jdunck@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:39:06 +0000 Received: by vws9 with SMTP id 9so1896021vws.31 for ; Fri, 11 Jun 2010 19:38:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=hMf2BRHo/YnNBSW9vCeaKJnKpJ90OIjZVr+V8kY74iE=; b=IlTvmVqUvX5OMGSXYFGJaiBi4cRiGSxAwiJni1/aep9cu5Jc3xbR6il7iI5u2lm7fj WXrelGbBPNdhnW5P+nkL/JJ2elNT3qpDDSRUeQoSaVy2VnyMJu0A28HcvGyofvLcj8NT vvO7ullp8m1KHBomjM6vjitwuuViGPz6iB0p4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lP/x4jou7gNEW2NiJtLnFGpxyYJ91NxTM4DIYci/B/NvAjk1TA7XOKuWEgFxVK2Pii C62oxXzVITUbX34JN5XXCIZ3osF1lpVQ08wGIgMYt7flvIAI7cb3gLQXa+1/q3kROETE FvhOwDrbti6ImvyxC0yxq46sYFPtKvU4lQBcQ= MIME-Version: 1.0 Received: by 10.220.121.226 with SMTP id i34mr182816vcr.150.1276310325646; Fri, 11 Jun 2010 19:38:45 -0700 (PDT) Received: by 10.220.91.23 with HTTP; Fri, 11 Jun 2010 19:38:45 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Jun 2010 21:38:45 -0500 Message-ID: Subject: Re: using cassandra w/django From: Jeremy Dunck To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org There's no direct support for cassandra in django, but there are a couple starts. http://www.allbuttonspressed.com/projects/django-nonrel http://github.com/enki/tragedy http://code.djangoproject.com/wiki/SummerOfCode2010 All of the features which Django has and which build on the ORM are out, of course. The GSoC project is trying to provide some nonrel features through the ORM, I think the general understanding of what people mean when they say "does Django work with nosql-X" is "does the Django admin work with nosql-X". The GSoC might get there, but it's pretty ambitious. On Fri, Jun 11, 2010 at 9:18 PM, S Ahmed wrote: > When using cassandra with django, can you still use the rapid development > freatures of django w/cassandra or are you basically just using the > framework but the models and ORM features are up to you to implement since > you are using cassandra. > >