Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB7FB918B for ; Mon, 11 Jun 2012 11:20:01 +0000 (UTC) Received: (qmail 67812 invoked by uid 500); 11 Jun 2012 11:19:59 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 67442 invoked by uid 500); 11 Jun 2012 11:19:58 -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 67423 invoked by uid 99); 11 Jun 2012 11:19:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2012 11:19:57 +0000 X-ASF-Spam-Status: No, hits=3.8 required=5.0 tests=FREEMAIL_REPLY,FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sdolgy@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-ob0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2012 11:19:53 +0000 Received: by obbeh20 with SMTP id eh20so9329145obb.31 for ; Mon, 11 Jun 2012 04:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=M9mYUemVUDMGfixsUHFpECY+zjrte+737wEOGu+yg1w=; b=wPZliEAZVHUxjAIB2ukT5TOXjBNnDNYfS3OTv4UttwIOd69VdTHgMP/p+GiiDsBVGy gF7gJYuVKwO9cIqZxt9cVDqInXvTjbbAgm5H7N90PT9ZdZc7ywfviXudrcdtjbaQ2+JO z7RXL/uudaqhKqMmV+jdXBwlMCdrm5k8hoggdfBUGcZIBjGceZV/z/d+zvbgEh8aTQ+Q hrP6znYQc2x7sNP/DhQ4ydH87TDLsCCQ7TU25Yh0SRSvC7TM6rexlyRbTyhxN3SoDmgr 2fbXG9j8hCH7ch9WqRfcscD2/Wc/6LTCsz6l9Y6QYRQ2mfj2+RDaeKGr2d5RXkQLHOrO pkfQ== Received: by 10.182.16.102 with SMTP id f6mr15976911obd.48.1339413572878; Mon, 11 Jun 2012 04:19:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.197.73 with HTTP; Mon, 11 Jun 2012 04:19:12 -0700 (PDT) In-Reply-To: References: From: Sasha Dolgy Date: Mon, 11 Jun 2012 13:19:12 +0200 Message-ID: Subject: Re: how to configure cassandra as multi tenant To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=f46d0447f0d238017a04c2308610 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0447f0d238017a04c2308610 Content-Type: text/plain; charset=UTF-8 Arshad, I used google with the following query: apache cassandra multitenant Suggest you do the same? As was mentioned earlier, there has been a lot of discussion about this topic for the past year -- especially on this mailing list. If you want to use Thrift or, to make your life easier, using Hector or a similar API, you can create keyspaces however you want ... aligned to your design / architecture to support Multitenancy. If it's code specific help you want ... check out the maililng lists / resources for the various API's that make working with Thrift easier: Hector Pycassa PHPCassa etc. -sd On Mon, Jun 11, 2012 at 12:05 PM, MOHD ARSHAD SALEEM < marshadsaleem@tataelxsi.co.in> wrote: > Hi Sasha, > > Thanks for your reply. but what you send this is just to create keyspace > manually > using command prompt.how to create keyspace(Multi tenant) automatically > using cassandra API's. > > Regards > Arshad > > ------------------------------ > *From:* Sasha Dolgy [sdolgy@gmail.com] > *Sent:* Monday, June 11, 2012 3:09 PM > > *To:* user@cassandra.apache.org > *Subject:* Re: how to configure cassandra as multi tenant > > Google, man. > > http://wiki.apache.org/cassandra/MultiTenant > > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/about-multitenant-datamodel-td7575966.html > > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/For-multi-tenant-is-it-good-to-have-a-key-space-for-each-tenant-td6723290.html > > On Mon, Jun 11, 2012 at 11:37 AM, MOHD ARSHAD SALEEM < > marshadsaleem@tataelxsi.co.in> wrote: > >> Hi Aaron, >> >> Can you send me some particular link related to multi tenant research >> >> Regards >> Arshad >> ------------------------------ >> *From:* aaron morton [aaron@thelastpickle.com] >> *Sent:* Thursday, June 07, 2012 3:34 PM >> *To:* user@cassandra.apache.org >> *Subject:* Re: how to configure cassandra as multi tenant >> >> Cassandra is not designed to run as a multi tenant database. >> >> There have been some recent discussions on this, search the user group >> for more detailed answers. >> >> Cheers >> >> ----------------- >> Aaron Morton >> Freelance Developer >> @aaronmorton >> http://www.thelastpickle.com >> >> On 7/06/2012, at 7:03 PM, MOHD ARSHAD SALEEM wrote: >> >> Hi All, >> >> I wanted to know how to use cassandra as a multi tenant . >> >> Regards >> Arshad >> >> >> > > > -- > Sasha Dolgy > sasha.dolgy@gmail.com > -- Sasha Dolgy sasha.dolgy@gmail.com --f46d0447f0d238017a04c2308610 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Arshad,

I used google with the following query:=C2=A0 apache cassand= ra multitenant

Suggest you do the same?=C2=A0 As was mentioned earli= er, there has been a lot of discussion about this topic for the past year -= - especially on this mailing list.=C2=A0 If you want to use Thrift or, to m= ake your life easier, using Hector or a similar API,=C2=A0 you can create k= eyspaces however you want ... aligned to your design / architecture to supp= ort Multitenancy.=C2=A0 If it's code specific help you want ... check o= ut the maililng lists / resources for the various API's that make worki= ng with Thrift easier:

Hector
Pycassa
PHPCassa

etc.

-sd

On Mon, Jun 11, 2012 at 12:05 PM, MOHD ARSHAD SALEEM <marshadsaleem@tataelxsi.co.in> wrote:
Hi Sasha,
Thanks for your reply. but what you send this is just to create keyspace ma= nually
using command prompt.how to create keyspace(Multi tenant) automatically
=C2=A0using cassandra API's.

Regards
Arshad


Fro= m: Sasha Dolgy [s= dolgy@gmail.com]
Sent: Monday, June 11, 2012 3:09 PM

To: u= ser@cassandra.apache.org
Subject: Re: how to configure cassandra as multi tenant

Google, man.

= http://wiki.apache.org/cassandra/MultiTenant
http://cassa= ndra-user-incubator-apache-org.3065146.n2.nabble.com/about-multitenant-data= model-td7575966.html
http://cassandra-user-incubator-apache-org.3065146.= n2.nabble.com/For-multi-tenant-is-it-good-to-have-a-key-space-for-each-tena= nt-td6723290.html

On Mon, Jun 11, 2012 at 11:37 AM, MOHD ARSHAD SA= LEEM <mars= hadsaleem@tataelxsi.co.in> wrote:
Hi Aaron,
Can you send me some particular link related to multi tenant research

Regards
Arshad

Fro= m: aaron morton [aaron@thelastpickle.com]
Sent: Thursday, June 07, 2012 3:34 PM
To: u= ser@cassandra.apache.org
Subject: Re: how to configure cassandra as multi tenant

Cassandra is not designed to run as a multi tenant database.=C2=A0

There have been some recent discussions on this, search the user group= for more detailed answers.=C2=A0

Cheers

-----------------
Aaron Morton
Freelance Developer
@aaronmorton

On 7/06/2012, at 7:03 PM, MOHD ARSHAD SALEEM wrote:

Hi All,

I wanted to know how to use cassandra as a multi tenant .

Regards
Arshad




--
Sasha Dolgy
sasha.dolgy@gmai= l.com



--
Sasha Dolgy
sasha.dolgy@gmail.com
--f46d0447f0d238017a04c2308610--