Re: C language - cassandra

2013-05-17 Thread Sorin Manolache
On 2013-05-17 16:42, Apostolis Xekoukoulotakis wrote: Hello, new here, What are my options in using cassandra from a program written in c? A) Thrift has no documentation, so it will take me time to understand. Thrift also doesnt have a balancing pool, asking different nodes every time, which is

Re: C language - cassandra

2013-05-17 Thread aaron morton
Mina, Could you update this page with your client library ? https://wiki.apache.org/cassandra/ClientOptions Thanks Aaron - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 18/05/2013, at 6:00 AM, Mina Naguib wrote:

Re: C language - cassandra

2013-05-17 Thread Apostolis Xekoukoulotakis
Thanks Mina for your work. One other option could be to use pycassa and link the code with my c program, but I have no experience with python at all. Maybe this will be better since pycassa seems to have a strong community. 2013/5/17 Mina Naguib > > Hi Apostolis > > I'm the author of libcassie

Re: C language - cassandra

2013-05-17 Thread Mina Naguib
Hi Apostolis I'm the author of libcassie, a C library for cassandra that wraps the C++ libcassandra library. It's in use in production where I work, however it has not received much traction elsewhere as far as I know. You can get it here: https://github.com/minaguib/libcassandra/tree/kicks

C language - cassandra

2013-05-17 Thread Apostolis Xekoukoulotakis
Hello, new here, What are my options in using cassandra from a program written in c? A) Thrift has no documentation, so it will take me time to understand. Thrift also doesnt have a balancing pool, asking different nodes every time, which is a big problem. B) Should I use the hector (java) client