curator
curator copied to clipboard
Model and repository framework
Basho now only supports riak 2.0 and recommended client version for that is 2+. Do we still need to support 1.4\* versions?
Hello, I recently came across Curator in my search for a database-agnostic persistence gem which implements the repository pattern. I really like the API/DSL that Curator provides. It's the best...
Does curator support Riak counters and sets? Thanks.
Hi, it will be nice if you can add support for RethinkDB (http://rethinkdb.com)
It looks like right now Curator only supports last write wins for Riak. I'd like to add (probably at the Repository level) the ability to resolve conflicts when LWW is...
This isn't a bug, but I wanted to get some feedback on the viability of this being accepted if I open a PR for it. Basically, I want to replace...
Hi, I was wondering if anyone has started working on a redis data store for curator? Or, if not, if this would be a desired feature to work on?
Hi guys, I'm implementing a CouchDB datastore to contribute back and I'm having a number of questions. My plan at the minute is to get some sort of reasonable implementation,...
I'm just getting started with Curator, which I'm really excited about, but one interesting feature which I think would make it even more compelling is to add callbacks or hooks,...
Having trying forcing DDD onto Rails in the past, I'm wondering if you guys too bumped into the following impedance mismatch (from the code looks like you did). The idea...