Re: schema generation in cassandra

2015-03-18 Thread Ali Akhtar
Why are you creating new tables dynamically? I would try to use a static schema and use a collection (list / map / set) for storing arbitrary data. On Wed, Mar 18, 2015 at 2:52 PM, Ankit Agarwal agarwalankit.k...@gmail.com wrote: Hi, I am new to Cassandra, we are planning to use Cassandra for

schema generation in cassandra

2015-03-18 Thread Ankit Agarwal
Hi, I am new to Cassandra, we are planning to use Cassandra for cloud base application in our development environment, so for this looking forward for best strategies to sync the schema for micro-services while deploy application on cloud foundry One way which I could use is Accessor interface

Re: schema generation in cassandra

2015-03-18 Thread Ankit Agarwal
Thanks! a lot for your responses, My question is , what all best practices used for database schema deployment for a microservice in cloud environment. e.g., shall we create it with deployement of microservice or it should be generated via code or should not be generated via code instead should