Re: c lib to write data into cassandra

2011-03-13 Thread aaron morton
You might have better luck asking this question on the user list. This list is for client development. Aaron On 12 Mar 2011, at 11:45, Karl Hiramoto wrote: > Is anyone aware of a lightweight C library? > > I took a quick look at the thrift c_glib and it looks like lots of > boiler plate wor

c lib to write data into cassandra

2011-03-11 Thread Karl Hiramoto
Is anyone aware of a lightweight C library? I took a quick look at the thrift c_glib and it looks like lots of boiler plate work to get a simple insert done. I just want to connect and insert with some data I have in a C program, my plan was do do the reads in php or python. Thanks, Karl