drewkerrigan / elixiak

An OO-dispatch style active-record-like wrapper for riak-elixir-client
35 stars 6 forks source link

CRDT + Search version of elixiak #1

Open weixiyen opened 8 years ago

weixiyen commented 8 years ago

Are there any plans for a CRDT version of elixiak.

I think with the rise in popularity of the Phoenix web framework, it's a great opportunity for Riak to be promoted as the database of choice for Phoenix users.

A user-friendly model library that uses Riak data types by default with indexing and search that doesn't need extra transformations would be pretty sweet.

If there is no time for it I can give it a shot.

Vorticity-Flux commented 8 years ago

+1 That would be really cool.

drewkerrigan commented 8 years ago

riak-elixir-client has undergone some pretty significant changes since I made elixiak, and there's some opportunities for some really nice abstractions on CRDTs, Search, and the upcoming Time Series features.

@weixiyen I'll hack on it when I can, but by all means, if you have the time and energy go for it. I'm generally pretty good about reviewing and merging public PRs.