Hey, Apache Fineract CN provides a mechanism to also migrate data in a similar way like Flyway.
Within the core component for Cassandra we have build some mechansim to easily do this. In the migration handler of accounting you can see how it is used to migrate the journal entry data model. Cheers Markus On Fri, Feb 22, 2019 at 2:06 PM [email protected] < [email protected]> wrote: > Hello, > > While i was in Internship they were using a github repository let me add > the link > > https://github.com/patka/cassandra-migration > > Kind Regards, > Oguzhan > > On 2019/02/21 06:40:53, Karthik Ananthakrishnan < > [email protected]> wrote: > > Hello All, > > > > We use Flyway for MySQL DB migration. > > > > Do we have something similar to manage the migrations for Cassandra DB > > changes in Fineract CN.? Currently DB schema and tables are created in > > Cassandra through SchemaBuild library and buildTable() functions called > > from the provisioner classes. > > > > SchemaBuilder has alterTable functions which can be used, but I think we > > will need to add new functions to implement alter table when we start > > server without provisioning. > > > > Regards, > > Karthik > > >
