Re: Announcing Mutagen

2013-05-17 Thread Edward Capriolo
Now that comparators can be changed I am internally wondering if every column, rowkey,value in c* should be a dynamic composite and then everything can "evolve" On Fri, May 17, 2013 at 5:35 AM, Todd Fast wrote: > Hi Blair-- > > Thanks for digging into the code. I did indeed experiment with long

Re: Announcing Mutagen

2013-05-17 Thread Todd Fast
Hi Blair-- Thanks for digging into the code. I did indeed experiment with longer timeouts and the result was that trying to obtain the lock hung for whatever amount of time I set the timeout for. I am not an expert on Astyanax and haven't debugged my use of that recipe yet; I don't even know if I'

Re: Announcing Mutagen

2013-05-16 Thread Blair Zajac
On 5/16/13 10:22 PM, Todd Fast wrote: Mutagen Cassandra is a framework providing schema versioning and mutation for Apache Cassandra. It is similar to Flyway for SQL databases. https://github.com/toddfast/mutagen-cassandra Mutagen is a lightweight framework for applying versioned changes (known

Announcing Mutagen

2013-05-16 Thread Todd Fast
Mutagen Cassandra is a framework providing schema versioning and mutation for Apache Cassandra. It is similar to Flyway for SQL databases. https://github.com/toddfast/mutagen-cassandra Mutagen is a lightweight framework for applying versioned changes (known as mutations) to a resource, in this ca