Hi, I am currently testing with Cassandra and Spring Data Cassandra. I would now need to store files (images and avi files, normally up to 50 Mb big).
I did find the Chuncked Object store <https://github.com/Netflix/astyanax/wiki/Chunked-Object-Store> from Astyanax which looks promising. However, I have no idea on how to combine Astyanax with Spring Data Cassandra ? Also this answer on SO <http://stackoverflow.com/a/25926062/40064> states that Netflix is no longer working on Astyanax, so maybe this is not a good option to base my application? Are there any other options (where I can keep using Spring Data Cassandra)? I also read http://www.datastax.com/docs/datastax_enterprise3.0/solutions/hadoop_multiple_cfs but it is unclear to me if I would need to install Hadoop as well if I want to use this? regards, Wim