You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Arunabha Ghosh <ar...@gmail.com> on 2015/12/07 22:30:22 UTC

Mesos at Moz

Hi Folks,
              We, at Moz have been working for a while on RogerOS, our next
gen application platform built on top of Mesos. We've reached a point in
the project where we feel it's ready to share with the world :-)

The blog posts introducing RogerOS can be found at

https://moz.com/devblog/introducing-rogeros-part-1/
https://moz.com/devblog/introducing-rogeros-part-2/

I can safely say that without Mesos, it would not have been possible for us
to have built the system within the constraints of time and resources that
we had. As we note in the blog

" We are very glad that we chose Mesos though. It has delivered on all of
its promises and more. We’ve had no issues with stability, extensibility,
and performance of the system and it has allowed us to achieve our goals
with a fraction of the development resources that would have been required
otherwise. "

We would also like to thank the wonderful Mesos community for all the help
and support we've received. Along the way we've tried to contribute back to
the community through talks at Mesoscon and now through open sourcing our
efforts.

Your feedback and thoughts are always welcome !

Thanks,
Arunabha

Re: Mesos at Moz

Posted by Arunabha Ghosh <ar...@gmail.com>.
Absolutely, go right ahead :-)

On Tue, Dec 8, 2015 at 3:29 AM, Laurie Clark-Michalek <la...@qubit.com>
wrote:

> We have some new features coming into bamboo that look like they might
> be able to help you out, but this looks great. I hope you don't mind
> if I peruse your changes and cherry pick anything tasty looking :)
>
> On 8 December 2015 at 04:03, Arunabha Ghosh <ar...@gmail.com> wrote:
> > Thanks, Vinod.
> >
> > I'm not worried too much about scaling the core, you guys have done the
> hard
> > work on that end :-). The other parts of the system can definitely run
> into
> > issues when running at larger scales. We've some ideas about what these
> are
> > and what the mitigation plan is. Others, of course we'll discover in
> time.
> > Still not worried too much though, the community has been fantastic and
> we
> > hope to leverage it's collective wisdom in helping us improve the system.
> >
> > Arunabha
> >
> > On Mon, Dec 7, 2015 at 7:37 PM, Vinod Kone <vi...@gmail.com> wrote:
> >>
> >> Really cool to see a multi-framework compute platform. Let us know how
> >> things work for you guys as you scale!
> >>
> >> On Mon, Dec 7, 2015 at 7:24 PM, Arunabha Ghosh <ar...@gmail.com>
> >> wrote:
> >>>
> >>> We're definitely open to merging the changes to Bamboo back upstream if
> >>> the changes we made prove useful to Bamboo. The changes we made were
> pretty
> >>> specific to our needs and we anticipate making quite a few changes as
> we
> >>> evolve the platform, so a separate repo seemed to be a better idea
> till the
> >>> codebase stabilized somewhat and we could offer a concrete view of the
> >>> changes we wanted.
> >>>
> >>> Arunabha
> >>>
> >>> On Mon, Dec 7, 2015 at 7:03 PM, Jeff Schroeder
> >>> <je...@computer.org> wrote:
> >>>>
> >>>> From a quick skim, this looks excellent. Are there any plans to try
> >>>> getting the bamboo changes back upstream, or is it going to be a
> permanent
> >>>> fork?
> >>>>
> >>>>
> >>>> On Monday, December 7, 2015, Arunabha Ghosh <ar...@gmail.com>
> >>>> wrote:
> >>>>>
> >>>>> Hi Folks,
> >>>>>               We, at Moz have been working for a while on RogerOS,
> our
> >>>>> next gen application platform built on top of Mesos. We've reached a
> point
> >>>>> in the project where we feel it's ready to share with the world :-)
> >>>>>
> >>>>> The blog posts introducing RogerOS can be found at
> >>>>>
> >>>>> https://moz.com/devblog/introducing-rogeros-part-1/
> >>>>> https://moz.com/devblog/introducing-rogeros-part-2/
> >>>>>
> >>>>> I can safely say that without Mesos, it would not have been possible
> >>>>> for us to have built the system within the constraints of time and
> resources
> >>>>> that we had. As we note in the blog
> >>>>>
> >>>>> " We are very glad that we chose Mesos though. It has delivered on
> all
> >>>>> of its promises and more. We’ve had no issues with stability,
> extensibility,
> >>>>> and performance of the system and it has allowed us to achieve our
> goals
> >>>>> with a fraction of the development resources that would have been
> required
> >>>>> otherwise. "
> >>>>>
> >>>>> We would also like to thank the wonderful Mesos community for all the
> >>>>> help and support we've received. Along the way we've tried to
> contribute
> >>>>> back to the community through talks at Mesoscon and now through open
> >>>>> sourcing our efforts.
> >>>>>
> >>>>> Your feedback and thoughts are always welcome !
> >>>>>
> >>>>> Thanks,
> >>>>> Arunabha
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Text by Jeff, typos by iPhone
> >>>
> >>>
> >>
> >
>
>
>
> --
> Laurie Clark-Michalek
> Infrastructure Engineer
>
> Qubit – Deliver your big ideas
> 35 King Street,
> Covent Garden
> London, WC2E 8JG
>

Re: Mesos at Moz

Posted by Laurie Clark-Michalek <la...@qubit.com>.
We have some new features coming into bamboo that look like they might
be able to help you out, but this looks great. I hope you don't mind
if I peruse your changes and cherry pick anything tasty looking :)

On 8 December 2015 at 04:03, Arunabha Ghosh <ar...@gmail.com> wrote:
> Thanks, Vinod.
>
> I'm not worried too much about scaling the core, you guys have done the hard
> work on that end :-). The other parts of the system can definitely run into
> issues when running at larger scales. We've some ideas about what these are
> and what the mitigation plan is. Others, of course we'll discover in time.
> Still not worried too much though, the community has been fantastic and we
> hope to leverage it's collective wisdom in helping us improve the system.
>
> Arunabha
>
> On Mon, Dec 7, 2015 at 7:37 PM, Vinod Kone <vi...@gmail.com> wrote:
>>
>> Really cool to see a multi-framework compute platform. Let us know how
>> things work for you guys as you scale!
>>
>> On Mon, Dec 7, 2015 at 7:24 PM, Arunabha Ghosh <ar...@gmail.com>
>> wrote:
>>>
>>> We're definitely open to merging the changes to Bamboo back upstream if
>>> the changes we made prove useful to Bamboo. The changes we made were pretty
>>> specific to our needs and we anticipate making quite a few changes as we
>>> evolve the platform, so a separate repo seemed to be a better idea till the
>>> codebase stabilized somewhat and we could offer a concrete view of the
>>> changes we wanted.
>>>
>>> Arunabha
>>>
>>> On Mon, Dec 7, 2015 at 7:03 PM, Jeff Schroeder
>>> <je...@computer.org> wrote:
>>>>
>>>> From a quick skim, this looks excellent. Are there any plans to try
>>>> getting the bamboo changes back upstream, or is it going to be a permanent
>>>> fork?
>>>>
>>>>
>>>> On Monday, December 7, 2015, Arunabha Ghosh <ar...@gmail.com>
>>>> wrote:
>>>>>
>>>>> Hi Folks,
>>>>>               We, at Moz have been working for a while on RogerOS, our
>>>>> next gen application platform built on top of Mesos. We've reached a point
>>>>> in the project where we feel it's ready to share with the world :-)
>>>>>
>>>>> The blog posts introducing RogerOS can be found at
>>>>>
>>>>> https://moz.com/devblog/introducing-rogeros-part-1/
>>>>> https://moz.com/devblog/introducing-rogeros-part-2/
>>>>>
>>>>> I can safely say that without Mesos, it would not have been possible
>>>>> for us to have built the system within the constraints of time and resources
>>>>> that we had. As we note in the blog
>>>>>
>>>>> " We are very glad that we chose Mesos though. It has delivered on all
>>>>> of its promises and more. We’ve had no issues with stability, extensibility,
>>>>> and performance of the system and it has allowed us to achieve our goals
>>>>> with a fraction of the development resources that would have been required
>>>>> otherwise. "
>>>>>
>>>>> We would also like to thank the wonderful Mesos community for all the
>>>>> help and support we've received. Along the way we've tried to contribute
>>>>> back to the community through talks at Mesoscon and now through open
>>>>> sourcing our efforts.
>>>>>
>>>>> Your feedback and thoughts are always welcome !
>>>>>
>>>>> Thanks,
>>>>> Arunabha
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Text by Jeff, typos by iPhone
>>>
>>>
>>
>



-- 
Laurie Clark-Michalek
Infrastructure Engineer

Qubit – Deliver your big ideas
35 King Street,
Covent Garden
London, WC2E 8JG

Re: Mesos at Moz

Posted by Arunabha Ghosh <ar...@gmail.com>.
Thanks, Vinod.

I'm not worried too much about scaling the core, you guys have done the
hard work on that end :-). The other parts of the system can definitely run
into issues when running at larger scales. We've some ideas about what
these are and what the mitigation plan is. Others, of course we'll discover
in time. Still not worried too much though, the community has been
fantastic and we hope to leverage it's collective wisdom in helping us
improve the system.

Arunabha

On Mon, Dec 7, 2015 at 7:37 PM, Vinod Kone <vi...@gmail.com> wrote:

> Really cool to see a multi-framework compute platform. Let us know how
> things work for you guys as you scale!
>
> On Mon, Dec 7, 2015 at 7:24 PM, Arunabha Ghosh <ar...@gmail.com>
> wrote:
>
>> We're definitely open to merging the changes to Bamboo back upstream if
>> the changes we made prove useful to Bamboo. The changes we made were pretty
>> specific to our needs and we anticipate making quite a few changes as we
>> evolve the platform, so a separate repo seemed to be a better idea till the
>> codebase stabilized somewhat and we could offer a concrete view of the
>> changes we wanted.
>>
>> Arunabha
>>
>> On Mon, Dec 7, 2015 at 7:03 PM, Jeff Schroeder <
>> jeffschroeder@computer.org> wrote:
>>
>>> From a quick skim, this looks excellent. Are there any plans to try
>>> getting the bamboo changes back upstream, or is it going to be a permanent
>>> fork?
>>>
>>>
>>> On Monday, December 7, 2015, Arunabha Ghosh <ar...@gmail.com>
>>> wrote:
>>>
>>>> Hi Folks,
>>>>               We, at Moz have been working for a while on RogerOS, our
>>>> next gen application platform built on top of Mesos. We've reached a point
>>>> in the project where we feel it's ready to share with the world :-)
>>>>
>>>> The blog posts introducing RogerOS can be found at
>>>>
>>>> https://moz.com/devblog/introducing-rogeros-part-1/
>>>> https://moz.com/devblog/introducing-rogeros-part-2/
>>>>
>>>> I can safely say that without Mesos, it would not have been possible
>>>> for us to have built the system within the constraints of time and
>>>> resources that we had. As we note in the blog
>>>>
>>>> " We are very glad that we chose Mesos though. It has delivered on all
>>>> of its promises and more. We’ve had no issues with stability,
>>>> extensibility, and performance of the system and it has allowed us to
>>>> achieve our goals with a fraction of the development resources that would
>>>> have been required otherwise. "
>>>>
>>>> We would also like to thank the wonderful Mesos community for all the
>>>> help and support we've received. Along the way we've tried to contribute
>>>> back to the community through talks at Mesoscon and now through open
>>>> sourcing our efforts.
>>>>
>>>> Your feedback and thoughts are always welcome !
>>>>
>>>> Thanks,
>>>> Arunabha
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Text by Jeff, typos by iPhone
>>>
>>
>>
>

Re: Mesos at Moz

Posted by Vinod Kone <vi...@gmail.com>.
Really cool to see a multi-framework compute platform. Let us know how
things work for you guys as you scale!

On Mon, Dec 7, 2015 at 7:24 PM, Arunabha Ghosh <ar...@gmail.com>
wrote:

> We're definitely open to merging the changes to Bamboo back upstream if
> the changes we made prove useful to Bamboo. The changes we made were pretty
> specific to our needs and we anticipate making quite a few changes as we
> evolve the platform, so a separate repo seemed to be a better idea till the
> codebase stabilized somewhat and we could offer a concrete view of the
> changes we wanted.
>
> Arunabha
>
> On Mon, Dec 7, 2015 at 7:03 PM, Jeff Schroeder <jeffschroeder@computer.org
> > wrote:
>
>> From a quick skim, this looks excellent. Are there any plans to try
>> getting the bamboo changes back upstream, or is it going to be a permanent
>> fork?
>>
>>
>> On Monday, December 7, 2015, Arunabha Ghosh <ar...@gmail.com>
>> wrote:
>>
>>> Hi Folks,
>>>               We, at Moz have been working for a while on RogerOS, our
>>> next gen application platform built on top of Mesos. We've reached a point
>>> in the project where we feel it's ready to share with the world :-)
>>>
>>> The blog posts introducing RogerOS can be found at
>>>
>>> https://moz.com/devblog/introducing-rogeros-part-1/
>>> https://moz.com/devblog/introducing-rogeros-part-2/
>>>
>>> I can safely say that without Mesos, it would not have been possible for
>>> us to have built the system within the constraints of time and resources
>>> that we had. As we note in the blog
>>>
>>> " We are very glad that we chose Mesos though. It has delivered on all
>>> of its promises and more. We’ve had no issues with stability,
>>> extensibility, and performance of the system and it has allowed us to
>>> achieve our goals with a fraction of the development resources that would
>>> have been required otherwise. "
>>>
>>> We would also like to thank the wonderful Mesos community for all the
>>> help and support we've received. Along the way we've tried to contribute
>>> back to the community through talks at Mesoscon and now through open
>>> sourcing our efforts.
>>>
>>> Your feedback and thoughts are always welcome !
>>>
>>> Thanks,
>>> Arunabha
>>>
>>>
>>>
>>
>>
>> --
>> Text by Jeff, typos by iPhone
>>
>
>

Re: Mesos at Moz

Posted by Arunabha Ghosh <ar...@gmail.com>.
We're definitely open to merging the changes to Bamboo back upstream if the
changes we made prove useful to Bamboo. The changes we made were pretty
specific to our needs and we anticipate making quite a few changes as we
evolve the platform, so a separate repo seemed to be a better idea till the
codebase stabilized somewhat and we could offer a concrete view of the
changes we wanted.

Arunabha

On Mon, Dec 7, 2015 at 7:03 PM, Jeff Schroeder <je...@computer.org>
wrote:

> From a quick skim, this looks excellent. Are there any plans to try
> getting the bamboo changes back upstream, or is it going to be a permanent
> fork?
>
>
> On Monday, December 7, 2015, Arunabha Ghosh <ar...@gmail.com> wrote:
>
>> Hi Folks,
>>               We, at Moz have been working for a while on RogerOS, our
>> next gen application platform built on top of Mesos. We've reached a point
>> in the project where we feel it's ready to share with the world :-)
>>
>> The blog posts introducing RogerOS can be found at
>>
>> https://moz.com/devblog/introducing-rogeros-part-1/
>> https://moz.com/devblog/introducing-rogeros-part-2/
>>
>> I can safely say that without Mesos, it would not have been possible for
>> us to have built the system within the constraints of time and resources
>> that we had. As we note in the blog
>>
>> " We are very glad that we chose Mesos though. It has delivered on all
>> of its promises and more. We’ve had no issues with stability,
>> extensibility, and performance of the system and it has allowed us to
>> achieve our goals with a fraction of the development resources that would
>> have been required otherwise. "
>>
>> We would also like to thank the wonderful Mesos community for all the
>> help and support we've received. Along the way we've tried to contribute
>> back to the community through talks at Mesoscon and now through open
>> sourcing our efforts.
>>
>> Your feedback and thoughts are always welcome !
>>
>> Thanks,
>> Arunabha
>>
>>
>>
>
>
> --
> Text by Jeff, typos by iPhone
>

Re: Mesos at Moz

Posted by Jeff Schroeder <je...@computer.org>.
>From a quick skim, this looks excellent. Are there any plans to try getting
the bamboo changes back upstream, or is it going to be a permanent fork?

On Monday, December 7, 2015, Arunabha Ghosh <ar...@gmail.com> wrote:

> Hi Folks,
>               We, at Moz have been working for a while on RogerOS, our
> next gen application platform built on top of Mesos. We've reached a point
> in the project where we feel it's ready to share with the world :-)
>
> The blog posts introducing RogerOS can be found at
>
> https://moz.com/devblog/introducing-rogeros-part-1/
> https://moz.com/devblog/introducing-rogeros-part-2/
>
> I can safely say that without Mesos, it would not have been possible for
> us to have built the system within the constraints of time and resources
> that we had. As we note in the blog
>
> " We are very glad that we chose Mesos though. It has delivered on all of
> its promises and more. We’ve had no issues with stability, extensibility,
> and performance of the system and it has allowed us to achieve our goals
> with a fraction of the development resources that would have been required
> otherwise. "
>
> We would also like to thank the wonderful Mesos community for all the help
> and support we've received. Along the way we've tried to contribute back to
> the community through talks at Mesoscon and now through open sourcing our
> efforts.
>
> Your feedback and thoughts are always welcome !
>
> Thanks,
> Arunabha
>
>
>


-- 
Text by Jeff, typos by iPhone

Re: Mesos at Moz

Posted by Arunabha Ghosh <ar...@gmail.com>.
Thanks, Benjamin, we would love to be added to the powered by Mesos list.

Yes, I think multi-framework compute platforms offer many benefits, esp in
a situation where Mesos is being introduced alongside legacy systems. For
organizations starting from scratch, an initial single framework approach
offers some benefits of homogeneity (and hence operational simplicity), but
for most orgs, re-starting from scratch is a very expensive proposition.

A secondary benefit of the multi framework approach (esp one that mixes
batch compute and user facing apps) is the increased efficiency that can be
driven. The Borg <http://research.google.com/pubs/pub43438.html> paper goes
into it in more detail, but the gist is mixing batch and real time
workloads allowed Borg to effect significant cost savings through higher
efficiency. This is one of the reasons I'm excited about revocable
resources. We hope to be able to leverage them in RogerOS in the near
future.

Thanks,
Arunabha

On Tue, Dec 8, 2015 at 1:36 PM, Benjamin Mahler <be...@gmail.com>
wrote:

> Thanks for sharing Arunabha! I'm a big fan of the multi-framework compute
> platform approach, please share your feedback along the way :)
>
> Would you like to be added to the powered by mesos list?
> https://github.com/apache/mesos/blob/master/docs/powered-by-mesos.md
>
> On Mon, Dec 7, 2015 at 1:30 PM, Arunabha Ghosh <ar...@gmail.com>
> wrote:
>
>> Hi Folks,
>>               We, at Moz have been working for a while on RogerOS, our
>> next gen application platform built on top of Mesos. We've reached a point
>> in the project where we feel it's ready to share with the world :-)
>>
>> The blog posts introducing RogerOS can be found at
>>
>> https://moz.com/devblog/introducing-rogeros-part-1/
>> https://moz.com/devblog/introducing-rogeros-part-2/
>>
>> I can safely say that without Mesos, it would not have been possible for
>> us to have built the system within the constraints of time and resources
>> that we had. As we note in the blog
>>
>> " We are very glad that we chose Mesos though. It has delivered on all
>> of its promises and more. We’ve had no issues with stability,
>> extensibility, and performance of the system and it has allowed us to
>> achieve our goals with a fraction of the development resources that would
>> have been required otherwise. "
>>
>> We would also like to thank the wonderful Mesos community for all the
>> help and support we've received. Along the way we've tried to contribute
>> back to the community through talks at Mesoscon and now through open
>> sourcing our efforts.
>>
>> Your feedback and thoughts are always welcome !
>>
>> Thanks,
>> Arunabha
>>
>>
>>
>
>

Re: Mesos at Moz

Posted by Benjamin Mahler <be...@gmail.com>.
Thanks for sharing Arunabha! I'm a big fan of the multi-framework compute
platform approach, please share your feedback along the way :)

Would you like to be added to the powered by mesos list?
https://github.com/apache/mesos/blob/master/docs/powered-by-mesos.md

On Mon, Dec 7, 2015 at 1:30 PM, Arunabha Ghosh <ar...@gmail.com>
wrote:

> Hi Folks,
>               We, at Moz have been working for a while on RogerOS, our
> next gen application platform built on top of Mesos. We've reached a point
> in the project where we feel it's ready to share with the world :-)
>
> The blog posts introducing RogerOS can be found at
>
> https://moz.com/devblog/introducing-rogeros-part-1/
> https://moz.com/devblog/introducing-rogeros-part-2/
>
> I can safely say that without Mesos, it would not have been possible for
> us to have built the system within the constraints of time and resources
> that we had. As we note in the blog
>
> " We are very glad that we chose Mesos though. It has delivered on all of
> its promises and more. We’ve had no issues with stability, extensibility,
> and performance of the system and it has allowed us to achieve our goals
> with a fraction of the development resources that would have been required
> otherwise. "
>
> We would also like to thank the wonderful Mesos community for all the help
> and support we've received. Along the way we've tried to contribute back to
> the community through talks at Mesoscon and now through open sourcing our
> efforts.
>
> Your feedback and thoughts are always welcome !
>
> Thanks,
> Arunabha
>
>
>

Re: Mesos at Moz

Posted by Arunabha Ghosh <ar...@gmail.com>.
Thanks, Olaf. We've had a fun time working on RogerOS and we're thrilled to
share it with the community. We should have more updates soon !.

Arunabha

On Tue, Dec 8, 2015 at 3:50 AM, olaf@magnetic.io <ol...@magnetic.io> wrote:

> Hi Arunabha,
>
> RogerOS looks great, congratulations with all the work and sharing and
> open sourcing it! :)
>
> Olaf
>
> Olaf Molenveld
> co-founder / CEO
> -------------------------------------
> *magnetic.io <http://magnetic.io>: innovating enterprises*
> *VAMP: canary test and release platform for containers*
> E: olaf@magnetic.io
> T: +31653362783
> Skype: olafmol
> www.magnetic.io
> www.vamp.io
>
> On 07 Dec 2015, at 22:30, Arunabha Ghosh <ar...@gmail.com> wrote:
>
> Hi Folks,
>               We, at Moz have been working for a while on RogerOS, our
> next gen application platform built on top of Mesos. We've reached a point
> in the project where we feel it's ready to share with the world :-)
>
> The blog posts introducing RogerOS can be found at
>
> https://moz.com/devblog/introducing-rogeros-part-1/
> https://moz.com/devblog/introducing-rogeros-part-2/
>
> I can safely say that without Mesos, it would not have been possible for
> us to have built the system within the constraints of time and resources
> that we had. As we note in the blog
>
> " We are very glad that we chose Mesos though. It has delivered on all of
> its promises and more. We’ve had no issues with stability, extensibility,
> and performance of the system and it has allowed us to achieve our goals
> with a fraction of the development resources that would have been required
> otherwise. "
>
> We would also like to thank the wonderful Mesos community for all the help
> and support we've received. Along the way we've tried to contribute back to
> the community through talks at Mesoscon and now through open sourcing our
> efforts.
>
> Your feedback and thoughts are always welcome !
>
> Thanks,
> Arunabha
>
>
>
>
>

Re: Mesos at Moz

Posted by "olaf@magnetic.io" <ol...@magnetic.io>.
Hi Arunabha,

RogerOS looks great, congratulations with all the work and sharing and open sourcing it! :)
 
Olaf

Olaf Molenveld
co-founder / CEO
-------------------------------------
magnetic.io: innovating enterprises
VAMP: canary test and release platform for containers
E: olaf@magnetic.io
T: +31653362783
Skype: olafmol
www.magnetic.io <http://www.magnetic.io/>
www.vamp.io <http://www.vamp.io/>
> On 07 Dec 2015, at 22:30, Arunabha Ghosh <ar...@gmail.com> wrote:
> 
> Hi Folks,
>               We, at Moz have been working for a while on RogerOS, our next gen application platform built on top of Mesos. We've reached a point in the project where we feel it's ready to share with the world :-)
> 
> The blog posts introducing RogerOS can be found at
>  
> https://moz.com/devblog/introducing-rogeros-part-1/ <https://moz.com/devblog/introducing-rogeros-part-1/>
> https://moz.com/devblog/introducing-rogeros-part-2/ <https://moz.com/devblog/introducing-rogeros-part-2/>
> 
> I can safely say that without Mesos, it would not have been possible for us to have built the system within the constraints of time and resources that we had. As we note in the blog 
> 
> " We are very glad that we chose Mesos though. It has delivered on all of its promises and more. We’ve had no issues with stability, extensibility, and performance of the system and it has allowed us to achieve our goals with a fraction of the development resources that would have been required otherwise. "
> 
> We would also like to thank the wonderful Mesos community for all the help and support we've received. Along the way we've tried to contribute back to the community through talks at Mesoscon and now through open sourcing our efforts.
> 
> Your feedback and thoughts are always welcome !
> 
> Thanks,
> Arunabha
> 
>