Re: Cassandra schema migrator

2014-12-05 Thread Phil Wise
hsgubert/cassandra_migrations > > On Fri, Dec 5, 2014 at 7:49 AM, Ben Hood <0x6e6...@gmail.com> > wrote: > >> On Tue, Nov 25, 2014 at 12:49 PM, Phil Wise >> wrote: >>> https://github.com/advancedtelematic/cql-migrate >> >> Great to see these tools out there! >

Re: Using Cassandra for session tokens

2014-12-01 Thread Phil Wise
d use case for >> http://www.datastax.com/dev/blog/datetieredcompactionstrategy >> >> >> On Dec 1, 2014, at 3:07 AM, Phil Wise >> wrote: >> >> We're considering switching from using Redis to Cassandra to >> store short lived (~1 hour) sessi

Using Cassandra for session tokens

2014-12-01 Thread Phil Wise
We're considering switching from using Redis to Cassandra to store short lived (~1 hour) session tokens, in order to reduce the number of data storage engines we have to manage. Can anyone foresee any problems with the following approach: 1) Use the TTL functionality in Cassandra to remove old to

Re: Cassandra schema migrator

2014-11-25 Thread Phil Wise
On 25.11.2014 10:22, Jens Rantil wrote: > Anyone who is using, or could recommend, a tool for versioning > schemas/migrating in Cassandra? I've recently written a tool to solve schema migration at our company which may be useful: https://github.com/advancedtelematic/cql-migrate > My list of re