开发者

Are there any CURRENT Ruby-based OM frameworks compatible with Cassandra?

开发者 https://www.devze.com 2023-02-14 04:38 出处:网络
I\'ve looked around for a while and haven\'t found any good leads on production-ready Ruby-based OM frameworks I can use with Cassandra. cassandra_object looked promising, but it hasn\'t been updated

I've looked around for a while and haven't found any good leads on production-ready Ruby-based OM frameworks I can use with Cassandra. cassandra_object looked promising, but it hasn't been updated since May 20开发者_StackOverflow中文版10. I'm looking for something that's up to date.


You can try cassandrb. cough cough It's still rough, but I think it's good enough for CRUD. Don't expect too much for complex querying though as cassandra is bad at these thing. Let me know if you found any issues. ;)


Use faunas cassandra client (its Ruby 1.9 compatible)


I recommend https://github.com/data-axle/cassandra_object. We (GoTime) have been maintaining it since development stopped on the original. We have made some pretty big changes to it over the last year, to keep it in sync with Rails 3.2.

0

精彩评论

暂无评论...
验证码 换一张
取 消