Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 15861 invoked from network); 15 Mar 2010 15:19:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 15:19:23 -0000 Received: (qmail 2154 invoked by uid 500); 15 Mar 2010 15:18:32 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 2132 invoked by uid 500); 15 Mar 2010 15:18:32 -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 2097 invoked by uid 99); 15 Mar 2010 15:18:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 15:18:32 +0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DEAR_SOMETHING,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of osullivan.padraig@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 15:18:28 +0000 Received: by wwf26 with SMTP id 26so988208wwf.31 for ; Mon, 15 Mar 2010 08:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=GrctNWq3DBc3bnIjC0zNw3MCzOddvute004rfaGZS/k=; b=Nc5Z8QJTQ5TjJhZe/C8oaMA2Ou85EOUKj+4B6dftdrAEQj99WUw9E67bCJTs9TZrDM yS8cRE+PGqwDK4BxPDqi1a4dg4lIIixfpeuXGRhaIsz7CiyDYqxM1++AUNL/Syi12P+3 PGtP6UC1XG/mretVJF9+Zy3pFOU4UhWvVEU5U= 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=aJesCqP0YePWm2PPxZoIVTgp7VB6d5TPRkEhLCvO3W34M7cCOnGflC5OjjBxcnjJ/H OD3DDoDK4Ppn2YnlC82oTkogeb/CEvndayuFWS/pIeoyAy1ROJIvWU/3jeeEkNXpy8BC peWm6BklXl+n2uR59eRJQTSg+zO66R2XpBCA0= MIME-Version: 1.0 Received: by 10.216.89.5 with SMTP id b5mr2571249wef.143.1268666286529; Mon, 15 Mar 2010 08:18:06 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Mar 2010 10:18:06 -0500 Message-ID: Subject: Re: C++ Thrift API Examples From: "Padraig O'Sullivan" To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 On Mon, Mar 15, 2010 at 9:10 AM, Juan Manuel Garcia del Moral wrote: > Dear sirs > > I'm wondering if any of you had the chance to implement Cassandra client > funtions in a program, using the c++ thrift api... > > I really appreciate any example, or code snippet, or something. There is a C++ wrapper in progress - http://github.com/posulliv/libcassandra If you look at the source for the above library, you will lots of examples of using the various functions in the native thrift API. -Padraig > > Thanks > > Juan > >