MySQL app with Cassandra in mind

Posted by SODA on Stack Overflow See other posts from Stack Overflow or by SODA
Published on 2010-04-05T05:55:35Z Indexed on 2010/04/05 6:03 UTC
Read the original article Hit count: 265

Filed under:
|

I am planning to make a web app which will eventually use Cassandra. But now that I don't have it and don't have server(s) to run it from, I'd like to start by using MySQL.

The question is, is it possible to structure data and queries in such a way that it would be fairly easy to later port it to Cassandra? Main idea, I guess, would be writing MySQL queries that would be possible to change to same Cassandra queries.

Maybe you have a better suggestion?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about cassandra