Thanks Adam. I sync them to Apache Mesos Wiki.
https://cwiki.apache.org/confluence/display/MESOS/Design+docs+--+Shared+Links

On Thu, Dec 31, 2015 at 5:06 AM, Adam Bordelon <[email protected]> wrote:

> Thanks for collecting these! I think the most appropriate place for that
> list would be the Apache Mesos Wiki.
> Perhaps
>
> https://cwiki.apache.org/confluence/display/MESOS/Design+docs+--+Shared+Links
> Haosdent, you should have edit permissions if you want to add those design
> doc links.
>
> The wiki could probably stand a little cleanup/reorg too.
> We can give wiki edit permissions to others too, if you provide your cwiki
> id.
>
> On Sun, Dec 27, 2015 at 8:05 AM, tommy xiao <[email protected]> wrote:
>
> > +1
> >
> > 2015-12-26 17:03 GMT+08:00 haosdent <[email protected]>:
> >
> > > I use `project = MESOS AND text ~ "docs.google.com" ORDER BY created`
> as
> > > issues search condition and dump them to xml. Then use
> > > ```
> > >  $ grep docs.google.com search_request.xml| perl -lne 'print m|
> > > https://docs.google.com\S+edit|g' |sort|uniq
> > > ```
> > > to find out all google docs links.
> > >
> > > On Sat, Dec 26, 2015 at 2:12 PM, Shuai Lin <[email protected]>
> > wrote:
> > >
> > > > @haosdent Good job! I think it's worth being added somewhere in the
> > mesos
> > > > dev documentation.
> > > >
> > > >  How did you collect those doc links? Is it possible to keep it
> always
> > up
> > > > to date, e.g. with some script?
> > > >
> > > > On Sat, Dec 26, 2015 at 1:36 PM, haosdent <[email protected]>
> wrote:
> > > >
> > > > > Recently I try to find out all design documents. Let me post the
> > links
> > > I
> > > > > found in Mesos jira here.
> > > > > https://gist.github.com/haosdent/bf71048f20abbabd3155
> > > > >
> > > > > On Tue, Jul 28, 2015 at 10:12 AM, Klaus Ma <[email protected]>
> wrote:
> > > > >
> > > > > > Wiki seems out of date :). And a central place for links of all
> > > > documents
> > > > > > in google doc is fine; it'll also save owner effort on
> translating
> > > from
> > > > > > google doc to wiki.
> > > > > >
> > > > > > Regards,
> > > > > > ----
> > > > > > Klaus Ma (马达), PMP® | http://www.cguru.net
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: Benjamin Mahler [mailto:[email protected]]
> > > > > > Sent: 2015年7月28日 5:28
> > > > > > To: dev
> > > > > > Subject: Re: Where's Meses design documents
> > > > > >
> > > > > > Vinod, it would be nice to have them within the repo, can't we
> have
> > > an
> > > > > > area in docs/ for design documents? Even if that just links to
> > active
> > > > > > google docs, seems nicer than using cwiki?
> > > > > >
> > > > > > On Mon, Jul 27, 2015 at 2:05 PM, Vinod Kone <[email protected]
> >
> > > > wrote:
> > > > > >
> > > > > > > Ideally, all design docs that are finalized should go to
> Mesos's
> > > > cwiki
> > > > > > > space <https://cwiki.apache.org/confluence/display/MESOS/Index
> >.
> > > We
> > > > > > > have some there already.
> > > > > > >
> > > > > > > @all: if you've finalized (i.e., corresponding code has been
> > > > > > > committed) design docs please move them to the cwiki space. Let
> > me
> > > > > > > know if you need perms.
> > > > > > >
> > > > > > > On Mon, Jul 27, 2015 at 1:45 PM, Michael Park <
> [email protected]
> > >
> > > > > wrote:
> > > > > > >
> > > > > > > > Hi Klaus,
> > > > > > > >
> > > > > > > > There's no central place where all Mesos design documents
> live
> > > > > > currently.
> > > > > > > > They're mostly google docs which are linked from the JIRA
> > epics.
> > > > > > > > Perhaps it's a good idea to have a central place to store the
> > > > design
> > > > > > > > documents however, so that they can be discovered easier.
> > > > > > > >
> > > > > > > > MPark.
> > > > > > > >
> > > > > > > > On Sat, Jul 25, 2015 at 11:43 PM Klaus Ma <[email protected]>
> > > wrote:
> > > > > > > >
> > > > > > > > > Hi Yong/Alex,
> > > > > > > > >
> > > > > > > > > Thanks very much for those info :). I have went through
> those
> > > > > > > > > documents
> > > > > > > > to
> > > > > > > > > learn the overall design of Mesos.
> > > > > > > > > I think I have to check JIRA for design document of special
> > > > > feature.
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > > ----
> > > > > > > > > Klaus Ma (马达), PMP® | http://www.cguru.net
> > > > > > > > >
> > > > > > > > > > On Jul 26, 2015, at 10:07, Yong Feng <
> > [email protected]>
> > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Klaus
> > > > > > > > > >
> > > > > > > > > > I assume you would like to learn how Mesos is designed
> and
> > > > > > > implemented
> > > > > > > > > > feature by feature through design doc of Epic. If that is
> > > that
> > > > > > > > > > case,
> > > > > > > > you
> > > > > > > > > > could start with
> > > > > > > > > > https://github.com/apache/mesos/tree/master/docs
> > > > > > > > which
> > > > > > > > > > describes Mesos overall architecture, func spec of main
> > > > > > > > > > features,
> > > > > > > > release
> > > > > > > > > > history, roadmap plan and so on. It actually also cover
> > what
> > > > > > > > > > Alex
> > > > > > > > cited.
> > > > > > > > > >
> > > > > > > > > > After that, if you have interest on specific
> topic/feature,
> > > you
> > > > > > > > > > could search JIRA for related ticket to check the design
> > idea
> > > > > > > > > > and related discussion.
> > > > > > > > > >
> > > > > > > > > > Hope it will help.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > >
> > > > > > > > > > Yong
> > > > > > > > > >
> > > > > > > > > > On Sat, Jul 25, 2015 at 9:09 PM, Klaus Ma <
> [email protected]
> > >
> > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >> I'm asking for the design document of each epic, is
> there
> > a
> > > > > > > > > >> central
> > > > > > > > > place
> > > > > > > > > >> to download them?Just go through the design document of
> > > > > > > > > >> maintenance,
> > > > > > > > > it's
> > > > > > > > > >> helpful; so I'd like to also learn other design
> documents.
> > > > > > > > > >>
> > > > > > > > > >> Regards,----Klaus Ma (马达), PMP® | http://www.cguru.net
> > > > CallSend
> > > > > > > > > >> SMSCall from mobileAdd to SkypeYou'll need Skype
> > CreditFree
> > > > > > > > via
> > > > > > > > > >> SkypeCallSend SMSCall from mobileAdd to SkypeYou'll need
> > > Skype
> > > > > > > > > CreditFree
> > > > > > > > > >> via Skype
> > > > > > > > > >>
> > > > > > > > > >>> Date: Sat, 25 Jul 2015 18:01:06 -0700
> > > > > > > > > >>> Subject: Re: Where's Meses design documents
> > > > > > > > > >>> From: [email protected]
> > > > > > > > > >>> To: [email protected]
> > > > > > > > > >>>
> > > > > > > > > >>> Are you asking about the standard documentation (which
> is
> > > > > > > > > >>> here[1]),
> > > > > > > > or
> > > > > > > > > >>> are you asking about the design documents for every
> epic
> > > that
> > > > > > > > > >>> has
> > > > > > > > been
> > > > > > > > > >>> added historically?
> > > > > > > > > >>>
> > > > > > > > > >>> [1] http://mesos.apache.org/documentation/latest/
> > > > > > > > > >>>
> > > > > > > > > >>> On Sat, Jul 25, 2015 at 5:53 PM, Klaus Ma <
> > [email protected]
> > > >
> > > > > > wrote:
> > > > > > > > > >>>> Hi team,
> > > > > > > > > >>>> I can get design documents from each EPIC/Story, but
> > where
> > > > > > > > > >>>> can I
> > > > > > > get
> > > > > > > > > >> ALL design document of Mesos?
> > > > > > > > > >>>>
> > > > > > > > > >>>> Regards,----Klaus Ma (马达), PMP® |
> http://www.cguru.net
> > > > > > > > > >>>> CallSend SMSCall from mobileAdd to SkypeYou'll need
> > Skype
> > > > > > > CreditFree
> > > > > > > > > >> via SkypeCallSend SMSCall from mobileAdd to SkypeYou'll
> > need
> > > > > > > > > >> Skype CreditFree via Skype
> > > > > > > > > >>>
> > > > > > > > > >>>
> > > > > > > > > >>>
> > > > > > > > > >>> --
> > > > > > > > > >>> Alex
> > > > > > > > > >>>
> > > > > > > > > >>> Theory is the first term in the Taylor series of
> > practice.
> > > --
> > > > > > > Thomas
> > > > > > > > M
> > > > > > > > > >>> Cover (1992)
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Best Regards,
> > > > > Haosdent Huang
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Best Regards,
> > > Haosdent Huang
> > >
> >
> >
> >
> > --
> > Deshi Xiao
> > Twitter: xds2000
> > E-mail: xiaods(AT)gmail.com
> >
>



-- 
Best Regards,
Haosdent Huang

Reply via email to