I've added these as answers to a question I posted on Stack Overflow:
http://stackoverflow.com/questions/26460932/how-to-deploy-changes-to-a-cassandra-cql-schema/27013426
Thank you
Phil
On 05.12.2014 15:23, Brian Sam-Bodden wrote:
> There is also https://github.com/hsgubert/cassandra_migrations
There is also https://github.com/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!
>
> Just to add
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!
Just to add to the list
https://github.com/mattes/migrate
Might not be as C* specific as the other tools mentioned earlier in
this thread, but it does integ
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
Hi Jens,
maybe you should have a look at mutagen for cassandra:
https://github.com/toddfast/mutagen-cassandra
It is a litte quiet around this for some months, but maybe still worth it.
Cheers,
Jan
Am 25.11.2014 um 10:22 schrieb Jens Rantil:
Hi,
Anyone who is using, or could recommend, a too
Hi,
Anyone who is using, or could recommend, a tool for versioning
schemas/migrating in Cassandra? My list of requirements is:
* Support for adding tables.
* Support for versioning of table properties. All our tables are to be
defaulted to LeveledCompactionStrategy.
* Support for adding non-