Re: C++ client for Cassandra

2011-02-21 Thread Jonathan Ellis
Thanks, Padraig! On Mon, Feb 21, 2011 at 3:30 PM, Padraig O'Sullivan wrote: > Hi, > > I had some spare time this weekend so I updated libcassandra to work > with the latest stable release of cassandra (0.7.2). Creating/dropping > column familes and keyspaces is now supported through libcassandra.

Re: C++ client for Cassandra

2011-02-21 Thread Padraig O'Sullivan
Hi, I had some spare time this weekend so I updated libcassandra to work with the latest stable release of cassandra (0.7.2). Creating/dropping column familes and keyspaces is now supported through libcassandra. I updated the API a fair bit based on the new changes in 0.7. -Padraig On Wed, Dec

Re: C++ client for Cassandra

2010-12-01 Thread Adi
You can look at this patch. It has a patched version for thrift revision 818530. You will need to apply the patch to the thrift version which your cassandra release is using. It is thrift revision 917130 for the later releases of the 0.6 branch not sure about 0.7. https://issues.apache.org/jira/br

Re: C++ client for Cassandra

2010-12-01 Thread Chris Trimble
Are there any that compile on Windows without the need for linking in cygwin? C On Tue, Nov 30, 2010 at 10:16 PM, sharanabasava raddi wrote: > Thrift is there.. > > > On Wed, Dec 1, 2010 at 11:43 AM, Narendra Sharma < > narendra.sha...@gmail.com> wrote: > >> Are there any C++

Re: C++ client for Cassandra

2010-12-01 Thread David Replogle
And I've contacted Padraig and he has no intention of upgrading to 0.7. I'm working heavily in C++ and Cassandra, though, so hopefully I can contribute in some way eventually. I may be able to help a little bit with C++ and Cassandra if you're totally stuck, but I'm basically just using thrift,

Re: C++ client for Cassandra

2010-12-01 Thread Jonathan Ellis
There is https://github.com/posulliv/libcassandra, but I think it's 0.6 only atm. On Wed, Dec 1, 2010 at 12:13 AM, Narendra Sharma wrote: > Are there any C++ clients out there similar to Hector (in terms of features) > for Cassandra? I am looking for C++ Client for Cassandra 0.7. > > Thanks, > Na

Re: C++ client for Cassandra

2010-11-30 Thread sharanabasava raddi
Thrift is there.. On Wed, Dec 1, 2010 at 11:43 AM, Narendra Sharma wrote: > Are there any C++ clients out there similar to Hector (in terms of > features) for Cassandra? I am looking for C++ Client for Cassandra 0.7. > > Thanks, > Naren > > >