Re: Some interesting incubator stats

2019-11-22 Thread Justin Mclean
Hi, A little graph of podlings over time: https://drive.google.com/file/d/1dC1XP-xqgJP9bRRqAalgHO2Vi5iDkkIG/view?usp=sharing Download the file and open in a browser. If someone who actually knows how to use Apache ECcharts and javascript wants to play with this go ahead. Thanks, Justin

Re: Some interesting incubator stats

2019-11-21 Thread Justin Mclean
Hi, > 1) the number of podlings entering has dropped dramatically. Some of that > drop is probably really good, but this drop is extreme. This could be > github effect or could be that Apache is viewed as old fuddy-duddies. Can't > tell from the data, but I bet everybody has an opinion, warranted

Re: Some interesting incubator stats

2019-11-21 Thread Ted Dunning
Here is the same data in tabular form, courtesy of python and R. startYear started finished min mean median max 1 2003 14 14 58 days 653.4286 days 329.0 days 2419 days 2 2004 16 16 0 days 587.9375 days

Re: Some interesting incubator stats

2019-11-21 Thread Justin Mclean
Hi, For a podling exit point of view: From 1 poddings that exited in 2003 1 graduated, 0 retired. From 10 poddings that exited in 2004 9 graduated, 1 retired. From 12 poddings that exited in 2005 11 graduated, 1 retired. From 11 poddings that exited in 2006 6 graduated, 5 retired. From 24 podding

Re: Some interesting incubator stats

2019-11-21 Thread Justin Mclean
Hi, Whimsey also provides that data as JSON [1], I put together a little python script to generate these stats: Total podlings: 315 Total retired podlings: 61 Total graduated podlings: 207 Total current podlings: 47 From 14 poddings that joined in 2003 10 graduated, 4 retired and 0 are incubat

Re: Some interesting incubator stats

2019-11-14 Thread Juan Pan
Interesting data help me learn more about incubator stats. Thanks for your detailed numbers. Juan Pan panj...@apache.org Juan Pan(Trista), Apache ShardingSphere On 11/15/2019 10:02, Justin Mclean wrote: Hi, Here’s some interesting incubator stats: - Of the 315 projects that have gone

Re: Some interesting incubator stats

2019-11-14 Thread 俊平堵
Great job, Justin! We need more insights like this to see how our podlings going. Thanks, Junping Justin Mclean 于2019年11月15日周五 上午10:02写道: > Hi, > > Here’s some interesting incubator stats: > - Of the 315 projects that have gone through the incubator 205 have > graduated, 61 h

Re: Some interesting incubator stats

2019-11-14 Thread Justin Mclean
HI, > - Of the podlings that joined in 2017 4 have graduated and 1 has retired Will do. BTW you can generate that via the command line easily enough: $ grep "status=" podlings.xml | grep 'startdate="2017' | wc 15 951725 $ grep "status=\"retir" podlings.xml | grep 'startdate="2017

Re: Some interesting incubator stats

2019-11-14 Thread Justin Mclean
HI, > Please provide both median and mean values. I looked at Chinese podlings for > my talk at COSCon 2019. The median was less than the mean due to the pull > from projects taking a long time. The median would be less than the mean as you note. The median is 1.4 years to gradate and 1.3 year

Re: Some interesting incubator stats

2019-11-14 Thread David Jencks
Nice to see, thanks! If you automate this or do it again I’d like to see e.g. … - Of the podlings that joined in 2017 4 have graduated and 1 has retired Thanks again David Jencks > On Nov 14, 2019, at 6:02 PM, Justin Mclean wrote: > > Hi, > > Here’s some interesting

Re: Some interesting incubator stats

2019-11-14 Thread Dave Fisher
. Are you computing this completely from podlings.xml? We could put this together with clutch analysis or the podling chart on projects.a.o. Regards, Dave Sent from my iPhone > On Nov 14, 2019, at 6:02 PM, Justin Mclean wrote: > > Hi, > > Here’s some interesting incubator stats:

Re: Some interesting incubator stats

2019-11-14 Thread Sheng Wu
Interesting stats. Thanks for sharing this. Sheng Wu 吴晟 Apache SkyWalking Apache Incubator Apache ShardingSphere, ECharts, DolphinScheduler podlings Zipkin Twitter, wusheng1108 Justin Mclean 于2019年11月15日周五 上午10:02写道: > Hi, > > Here’s some interesting incubator stats: > - Of the

Some interesting incubator stats

2019-11-14 Thread Justin Mclean
Hi, Here’s some interesting incubator stats: - Of the 315 projects that have gone through the incubator 205 have graduated, 61 have retired and 49 are currently undergoing graduation. - That means that overall 77% of projects graduate. The ones that do not do so for a wide variety of reasons