Re: Database schema migration

2015-01-29 Thread José Guilherme Vanz
Yeap, some of the tools I already found. Anyway, thank you for the link =] On Thu, Jan 29, 2015 at 9:29 AM, Paulo Ricardo Motta Gomes < paulo.mo...@chaordicsystems.com> wrote: > This might be of interest (you probably have already found it): > http://grokbase.com/t/cassandra/user/14bs9zvasf/cassa

Re: Database schema migration

2015-01-29 Thread Paulo Ricardo Motta Gomes
This might be of interest (you probably have already found it): http://grokbase.com/t/cassandra/user/14bs9zvasf/cassandra-schema-migrator On Thu, Jan 29, 2015 at 9:16 AM, José Guilherme Vanz < guilherme@gmail.com> wrote: > Hi, Ricardo > > Thank you for your quick reply. =] > I'll take a look

Re: Database schema migration

2015-01-29 Thread José Guilherme Vanz
Hi, Ricardo Thank you for your quick reply. =] I'll take a look in the mutagen-cassandra and others I find in the archives All the best On Thu, Jan 29, 2015 at 8:38 AM, Paulo Ricardo Motta Gomes < paulo.mo...@chaordicsystems.com> wrote: > Hello José, > > There isn't yet an officially supported

Re: Database schema migration

2015-01-29 Thread Paulo Ricardo Motta Gomes
Hello José, There isn't yet an officially supported way to perform schema migrations afaik, but there are quite a few tools on github that perform migrations either from within the application, or external tools. We currently use this tool to perform migrations embedded in the application: https:/

Database schema migration

2015-01-29 Thread José Guilherme Vanz
Hello I am studying Cassandra for while and to practice the libraries and concepts I will implement a simple Cassandra client. During my research I faced a doubt about schema migrations. What the common/best practice in production clusters? I mean, who actually make the schema migration? The appli