Re: Riak on Camping

2011-12-06 Thread Jenna Fox
I can deploy that update to whywentcamping later. — Jenna On 07/12/2011, at 10:09 AM, Isak Andersson wrote: > Nah, that's what I imagined. CouchDB indeed seems a lot like Riak but I think > I'm gonna stick to Riak as it is attractive somehow! > There seems to be some rubygems one that is only 0.

Re: Riak on Camping

2011-12-06 Thread Isak Andersson
Nah, that's what I imagined. CouchDB indeed seems a lot like Riak but I think I'm gonna stick to Riak as it is attractive somehow! There seems to be some rubygems one that is only 0.0.1 :/ which is an adapter. And another one called "riak-client" which seems to be the most relevant one. Loo

Re: Riak on Camping

2011-12-06 Thread Jenna Fox
You can't use ActiveRecord with map-reduce databases anyhow, without loosing a bunch of performance and features. It's best to use a specialised adaptor just for Riak. It looks a bit similar to CouchDB, so you might also like to have a look at that if you can't find any good rubygems for riak.

Riak on Camping

2011-12-06 Thread Isak Andersson
Good day, does anyone here have a clue on how to make use of the NoSQL database "Riak" with Camping? I am building my website and Riak seems like pretty much the ultimate database! This would probably ruin every little feature in ActiveRecord, I don't think I'd be able to do any has_many's