You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by A J <s5...@gmail.com> on 2011/02/15 18:18:42 UTC

Binary object storage in Cassandra

Hello
Is it possible to store binary objects (images, pdfs, videos etc) in
Cassandra. The size of my images are less than 100MB.

If so, how do I try inserting and retrieving a few files from cassandra ?
Would prefer if someone can give examples using pycassa.

Thanks !
AJ

Re: Binary object storage in Cassandra

Posted by Tyler Hobbs <ty...@datastax.com>.
http://wiki.apache.org/cassandra/FAQ#large_file_and_blob_storage

Retrieval should be the same as the examples in the pycassa
tutorial<http://pycassa.github.com/pycassa/tutorial.html>
.

-- 
Tyler Hobbs
Software Engineer, DataStax <http://datastax.com/>
Maintainer of the pycassa <http://github.com/pycassa/pycassa> Cassandra
Python client library