Many hax were had at Erlang Factory. I finally got around to banging out an 
idea I've had half-implemented forever - rebar templates for generating a 
skeleton riak_core app:

    https://github.com/websterclay/rebar_riak_core

Drop the contents of that repo into ~/.rebar/templates, and you can generate a 
riak_core-backed OTP app like so:

    rebar create template=riak_core appid=myapp

Full instructions are in the README, including how to integrate the generated 
app into a proper node for release:

    https://github.com/websterclay/rebar_riak_core/blob/master/README.md


the portion of the email in which i think aloud about possible next steps:
=======================================================

I'd love to get some good docs on the riak_core_vnode callbacks functions here:

    
https://github.com/websterclay/rebar_riak_core/blob/master/riak_core_vnode.erl

...but I'm totally not the guy to write them. Any takers? ;)

I'd also like to automate the creation of a node containing this application, 
including proper reltool config, as that's the remaining manual work necessary 
to getting the sample app up and running. Possibly by extending rebar's 
included simplenode template? Maybe?

Anyway, if anyone has any questions, comments, or by some chance finds this 
useful, let me know!

Regards -

Jesse Newland
---
http://twitter.com/jnewland
[email protected]
404.216.1093
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to