Re: Storing files in Cassandra with Spring Data / Astyanax

2014-11-06 Thread DuyHai Doan
You'd better off asking on the Spring Data Cassandra mailing list. I think that very few people not to say nobody tried integrating Astyanax with Spring Data Cassandra... Le 6 nov. 2014 08:17, "Wim Deblauwe" a écrit : > Hi, > > We are building an application where we install it on-premise, usual

Re: Storing files in Cassandra with Spring Data / Astyanax

2014-11-05 Thread Wim Deblauwe
Hi, We are building an application where we install it on-premise, usually there is no internet connection at all there. As I am using Cassandra for storing everything else in the application, it would be very convenient to also use Cassandra for those files so I don't have to set up 2 distributed

Re: Storing files in Cassandra with Spring Data / Astyanax

2014-11-05 Thread Robert Coli
On Wed, Nov 5, 2014 at 8:19 AM, Wim Deblauwe wrote: > 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). > https://github.com/mogilefs/ A for distributed/replicated file storage, would use agai

Re: Storing files in Cassandra with Spring Data / Astyanax

2014-11-05 Thread Redmumba
Astyanax isn't deprecated; that user is wrong and is downvoted--and has a comment mentioning the same. What you're describing doesn't sound like you need a data store at all; it /sounds/ like you need a file store. Why not use S3 or similar to store your images? What benefits are you expecting t

Storing files in Cassandra with Spring Data / Astyanax

2014-11-05 Thread Wim Deblauwe
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 from Astyanax which looks promising. However