Shuyang Wu created ZEPPELIN-5362:
------------------------------------
Summary: [Community] try to add an community growth graph to the
website
Key: ZEPPELIN-5362
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5362
Project: Zeppelin
Issue Type: Improvement
Reporter: Shuyang Wu
Hi community!
We're the maintainers of Apache APISIX. To better present how our community
grows, we develop a tool to show contributors growing history on
[https://github.com/api7/contributor-graph]. Since we found it helpful, we
think maybe if it could help some other community.
*WHAT IT IS*
[https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/zeppelin|https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/tomcat]
Basically, it just shows the contributors growth over time. We would update the
graph each day, so the link would always present the real-time data. There is
some other stuff to [play
around]([https://www.apiseven.com/en/contributor-graph]) if you would like to
give it a try~
**HOW IT WORKS**
We use Github API to get all commits, try to find the “Github way” to filter
commits so the result data would be similar to Github, and then get the first
commit time of each user.
I found it might be a good place to place the graph on the bottom of community
page (https://zeppelin.apache.org/community.html), but I'm familiar with the
structure of zeppelin so I failed to find the place to change in the repo to
create PR to add the graph. If you find this graph useful, do you mind giving
me some hints?
Don't hesitate to tell me if there is a better place to present this graph
other than this, or there are some other worries or other features you would
like to have~
--
This message was sent by Atlassian Jira
(v8.3.4#803005)