Skip to content

Instantly share code, notes, and snippets.

@bkerley
Created July 15, 2013 23:46
Show Gist options
  • Save bkerley/6004535 to your computer and use it in GitHub Desktop.
Save bkerley/6004535 to your computer and use it in GitHub Desktop.
riak-ruby-client wishlist
  • ugh i hate beefcake
  • maybe hate is too strong, but I don't like the way it's integrated
  • beefcake feels unnecessarily divorced from the base protobuffs backend
  • i don't enjoy copying message definitions
  • scan riak_pb message definitions, build classes, provide a place for adding/overriding methods
  • take all that http code and set it on fire for 2.0, burn it to the ground
  • also the big-ass list of code to message names should be auto-generated or at least less shitty
@bkerley
Copy link
Author

bkerley commented Jul 15, 2013

The proper place to do this would seem to be riak_pb. Let's make it into a gem.

Heh, I'm already planning this out in my noggin !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment