webcast on riak_core?

2011-04-02 Thread Jon Brisbin
Would really love to watch a webcast on using riak_core for our own apps--hint, hint. I've got it running and now want to know what's next! :) Pouring over the BashoBanjo app to trick and figure it out. But still need more meat. Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin _

Re: webcast on riak_core?

2011-04-04 Thread Mark Phillips
Hey Jon, A webcast (or better yet a series of webcasts) on riak_core is a great idea, and something we've been talking about producing. Guess we'll just have to move a bit faster :) The first one will probably be an overview of how to build a simple app with riak_core. Time permitting, we'll try

Re: webcast on riak_core?

2011-04-04 Thread Mike Oxford
Best practices and pitfalls for building the plugins. Not just "do this" but "do this because X and watch out for Y." Rock on! -mox On Mon, Apr 4, 2011 at 11:59 AM, Mark Phillips wrote: > Hey Jon, > > A webcast (or better yet a series of webcasts) on riak_core is a great > idea, and somethi

Re: webcast on riak_core?

2011-04-04 Thread Jon Brisbin
I'm really interested to see how we can graduate from simple OTP to a real distributed app that parallelizes workloads, partitions data, the whole nine yards... :) I know start-ups are using core already to power Erlang-based cloud apps (riak_core, Riak, maybe a little messaging thrown in for g

Re: webcast on riak_core?

2011-04-04 Thread Wilson MacGyver
The topic I'd really like coverage is, what can riak-core do that other stack including erlang+otp can't do. Basically, what awesome unique sauce does it bring to the table that you would want to ditch your favorite stack? ___ riak-users mailing list ria

Re: webcast on riak_core?

2011-04-04 Thread Ryan Zezeski
Fellow Riak Core enthusiasts, Here's my first post on Riak Core, another one soon to follow. This mainly goes over my fork of J. Newland's rebar_riak_core template which I've added to and named "multinode." Basically, the multinode template allows you to get a Riak Core based cluster up-and-runn

Re: webcast on riak_core?

2011-04-05 Thread Mark Phillips
Awesome suggestions. Keep them coming. Meanwhile, it seems like we've got our work cut out for us... Keep you posted on our progress. Mark On Mon, Apr 4, 2011 at 6:29 PM, Wilson MacGyver wrote: > The topic I'd really like coverage is, what can riak-core do that other > stack including erlang+ot

Re: webcast on riak_core?

2011-04-05 Thread David Dawson
Mark, I would be really interested in how to use riak_core's handoff callbacks.. I also found bashobanjo to be really helpful, so maybe extending that to utilise the extra feature that riak_core offers, accompanied with a short tutorial would also provide good material. Dave On 5 Apr 2011,

Re: webcast on riak_core?

2011-04-06 Thread Ryan Zezeski
Everyone, https://github.com/rzezeski/try-try-try/tree/master/2011/riak-core-the-vnode Here's my latest on Riak Core. A post about implementing a vnode. It comes complete with a working application to parse incoming access log entires, generate statistics, and query in real time. Let me know a

Re: webcast on riak_core?

2011-04-06 Thread Mike Oxford
Skimmed it, killer job. Going to require more time than I have right now but I'm excited to get some time to go over it. Thanks for making this available! -mox On Wed, Apr 6, 2011 at 8:40 PM, Ryan Zezeski wrote: > Everyone, > > > https://github.com/rzezeski/try-try-try/tree/master/2011/riak-c

Re: webcast on riak_core?

2011-04-07 Thread Jon Brisbin
On Apr 6, 2011, at 10:51 PM, Mike Oxford wrote: > Skimmed it, killer job. Going to require more time than I have right now but > I'm excited to get some time to go over it. > > Thanks for making this available! Ditto! :) jb > > -mox > > On Wed, Apr 6, 2011 at 8:40 PM, Ryan Zezeski wrote:

Re: webcast on riak_core?

2011-04-12 Thread Mark Phillips
I threw together a quick blog post highlighting what is already out there for riak_core materials. http://blog.basho.com/2011/04/12/Where-To-Start-With-Riak-Core/ More on the way. Mark On Thu, Apr 7, 2011 at 9:01 AM, Jon Brisbin wrote: > > On Apr 6, 2011, at 10:51 PM, Mike Oxford wrote: > > S