Here is a state of the art report I wrote on SQL and NoSQL, and a way to bring them closer. This is actually the theme of my master thesis, so you should probably get some more posts on this topic in the future. Hasta. Artigo-MI-STAR
Archive for May, 2011
Bridging the gap between SQL ao NoSQL: A state of the art
Posted in !* on May 31, 2011 | Leave a Comment »
Running a Cassandra cluster with only one machine
Posted in !* on May 9, 2011 | Leave a Comment »
I’ve noticed that if you want to run a cassandra cluster on your own pc, for the purpose of small tests, there is no guide in the wiki to do just that. Therefore, here is how I’ve done it. First of you’ll need to create an alias for you network interface: Mac OS ifconfig en0 [...]
Inserting data with Thrift and Cassandra 0.7
Posted in Computer Science on May 1, 2011 | Leave a Comment »
A lot has changed from Cassandra 0.6 to 0.7, and sometimes it is hard to find examples of how things work. I’ll be posting how to’s on some of the most usual operations you might want to perform when using Cassandra, written in Java. First of you have to establish a connection to the server: [...]