I am very new to cassandra and I have installed cassandra and libQTcassandra on a linux machine. I want to insert image files like .jpg or .png into cassandra(images are small, couple of MBs).
How can send image files to cassandra server to insert into column of a column family? Will you please give me an example in C++ code.
I know that i can use image file name as column name but i don't know how to send image file to cassandra. Any help is greatly appreciated...
Thanks, Swat