Henrik and David,

Yes, this is precisely what pachyderm is trying to accomplish (along with a 
built in data versioning system).  It's pretty wonderful, and I recommend 
running through their quick start guide:

http://pachyderm.readthedocs.io/en/latest/

Daniel

On Monday, September 12, 2016 at 1:56:24 PM UTC-4, Henrik Johansson wrote:
>
> Perhaps something like this?
>
> https://github.com/pachyderm/chess
>
>
>
> mån 12 sep. 2016 kl 18:32 skrev David Crawshaw <craw...@golang.org 
> <javascript:>>:
>
>> The map-reduce systems I've worked with in the past bundle up the map
>> and reduce functions in a binary, distribute it, and then communicate
>> with it by an IPC or RPC system. This lets them take advantage of the
>> operating system to control resource allocation. (Given how popular
>> containers are becoming, I expect someone will do it with Linux
>> containers to provide even better isolation.) I suspect this is a more
>> flexible approach than using plugins.
>>
>> On Mon, Sep 12, 2016 at 2:38 AM, Raj <rajenderre...@gmail.com 
>> <javascript:>> wrote:
>> >>> However, it is still limited by the fact that Go code can not be sent 
>> and
>> >>> executed remotely.
>> >
>> > I am not sure if this makes the situation better for this particular use
>> > case, but I see that David Crawshaw is working on plugin mode for Go. It
>> > looks like it will be part of Go1.8.
>> >
>> > --
>> > You received this message because you are subscribed to the Google 
>> Groups
>> > "golang-nuts" group.
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an
>> > email to golang-nuts...@googlegroups.com <javascript:>.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golang-nuts...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to