There's a book about this as well, Building Applications on Mesos (disclaimer: I'm the author). The book goes into great detail about how to write frameworks, including techniques, pitfalls, and strategies for building highly scalable systems. Here's a link to it: http://shop.oreilly.com/product/0636920039952.do
Best regards, David On Tue, Aug 9, 2016 at 4:25 PM Vinod Kone <[email protected]> wrote: > Try this: https://github.com/mesosphere/RENDLER > > On Tue, Aug 9, 2016 at 3:21 PM, Rongqing Tu <[email protected]> wrote: > > > Hi, > > Is there any document to help how to develop a framework on mesos besides > > the development guide? After making, installing, and running mesos master > > and slaves, I would like to create a simple framework on the system. I am > > reading some sample codes in examples, but is there any instruction how > to > > compile my own framework source code? > > > > Thanks very much. > > Ron > > >
