I have recently started working with heavy and massive data which also needs to go through regular transaction.
Choosing Cassandra, my data model uses dynamic columns. I understand that with CQL one can alter tables and insert or query columns to get required data.
However, I was using Phantom client with Scala for Cassandra and reading through the documentation I could not find a way to write to or query from dynamic column families.
Given that we use case classes, how can one work with dynamic columns with Cassandra in Scala?