You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Eldad Yamin <el...@gmail.com> on 2011/08/02 23:37:52 UTC

geo-data in Cassandra

Hello,
I'm trying to save geo-data in Cassandra,
according to SimpleGeo they did that using nested tree:
http://www.readwriteweb.com/cloud/2011/02/video-simplegeo-cassandra.php


I wonder if someone already implement something like that and how he
accomplished that without transaction supports (while the tree keep
evolving)?
In addition what consistency level he used?

Thanks!