Sunday, 8 September 2013

How to configure cassandra with ruby on rails and which ORM to use?

How to configure cassandra with ruby on rails and which ORM to use?

I am working on a telecom project in RoR and our major issue is scalability.
To start off we used MySQL and then we moved to Cassandra(Cf's with wide
columns solves the scalability issue) but we are keeping the MySQL intact
as our models are SQL based using ActiveRecord.
I want to wipe out MySQL completely but I'm not sure how to replace AR and
how to display data on the UI.
I have looked into CQL but the way our CF's are structured I don't think
it would help.

No comments:

Post a Comment