Can I use Cassandra to store objects?
- by Sandeep
Hi,
My application works like this.
A database(Mysql) where there is a command. The command is an object(consists of fields many fields like ints ans strings). There is a webservice which interact with the database and get the command from the db and performs some operation.
The way how I am storing the command into db is by stripping all the fields and inserting them in to the db.
Can I use cassandra in place of mysql and store the command object?