If my application works in production and I change structure of my data (e.g. type of column name) I will need to process all my stored data. As variant I can create new column family and import legacy data.
I think, that is typical task, so tool for doing this should exist, but I can't find anything. Are there any tools or proved approaches to solve this task ?