欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
CHAOSS
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 |
||
(未显示1个用户的5个中间版本) | |||
第1行: | 第1行: | ||
+ | [[文件:CHAOSS-logo.png|right|CHAOSS]] | ||
+ | |||
CHAOSS | CHAOSS | ||
第29行: | 第31行: | ||
$ git clone https://github.com/chaoss/grimoirelab-graal.git | $ git clone https://github.com/chaoss/grimoirelab-graal.git | ||
$ python3 setup.py build | $ python3 setup.py build | ||
− | $ python3 setup.py install | + | $ sudo python3 setup.py install |
$ graal cocom --help | $ graal cocom --help | ||
+ | $ sudo apt-get install cloc | ||
$ graal cocom https://github.com/chaoss/grimoirelab-graal --git-path /tmp/graal-cocom | $ graal cocom https://github.com/chaoss/grimoirelab-graal --git-path /tmp/graal-cocom | ||
GrimoireELK | GrimoireELK | ||
$ pip3 install coveralls | $ pip3 install coveralls | ||
+ | $ pip3 install grimoire_elk | ||
$ git clone https://github.com/chaoss/grimoirelab-elk | $ git clone https://github.com/chaoss/grimoirelab-elk | ||
− | $ cd grimoirelab-elk/ | + | $ cd grimoirelab-elk/utils |
− | + | ||
[[Virtualenv]] [https://chaoss.github.io/grimoirelab-tutorial/cases-chaoss/intro.html Cases: CHAOSS Health Model] | [[Virtualenv]] [https://chaoss.github.io/grimoirelab-tutorial/cases-chaoss/intro.html Cases: CHAOSS Health Model] | ||
第44行: | 第47行: | ||
(gl) $ pip3 install grimoire-elk grimoire-kidash | (gl) $ pip3 install grimoire-elk grimoire-kidash | ||
use [https://github.com/chaoss/grimoirelab-tutorial/blob/master/cases-chaoss/dashboards/chaoss_community_activity.json chaoss_community_activity.json] | use [https://github.com/chaoss/grimoirelab-tutorial/blob/master/cases-chaoss/dashboards/chaoss_community_activity.json chaoss_community_activity.json] | ||
− | (gl) $ kidash | + | (gl) $ kidash --elastic_url http://localhost:9200 \ |
--import chaoss_community_activity.json --debug | --import chaoss_community_activity.json --debug | ||
+ | |||
+ | ==工作组== | ||
+ | 词典上说:“[https://chaoss.community/participate/ 工作组是指为实现指定目标而共同工作的专家小组]”。CHAOSS 工作组的标志: [https://handbook.chaoss.community/community-handbook/community-initiatives/working-groups 主要围绕指标和软件组织的小组]。 | ||
+ | *[https://github.com/chaoss/wg-common CHAOSS Common Metrics(共同指标)Working Group] | ||
+ | *[https://github.com/chaoss/wg-diversity-inclusion CHAOSS Diversity & Inclusion(多样性和包容性)Working Group] [https://github.com/badging Diversity & Inclusion Badging] | ||
+ | *[https://github.com/chaoss/wg-evolution CHAOSS Evolution(进化)Working Group] | ||
+ | *[https://github.com/chaoss/wg-value CHAOSS Value(价值)Working Group] | ||
+ | *[https://github.com/chaoss/wg-risk CHAOSS Risk(风险)Working Group] | ||
+ | |||
+ | CHAOSS Metric Release | ||
+ | *[https://chaoss.github.io/website/release/202008/CHAOSS-Metrics-Release-2020-08.pdf 2020-08 Metrics Release] | ||
+ | *[https://chaoss.github.io/website/release/202001/CHAOSS-Metrics-Release-202001.pdf 2020-01 Metrics Release] | ||
+ | *[https://chaoss.github.io/website/release/201908/CHAOSS-Metrics-Release-201908.pdf 2019-08 Metrics Release] | ||
==项目== | ==项目== | ||
+ | [https://handbook.chaoss.community/community-handbook/contributing/development How to contribute through development] | ||
*[https://chaoss.github.io/grimoirelab-sigils/ GrimoireLab Sigils] [https://github.com/chaoss/grimoirelab-sigils Generic Dashboards for GrimoireLab] | *[https://chaoss.github.io/grimoirelab-sigils/ GrimoireLab Sigils] [https://github.com/chaoss/grimoirelab-sigils Generic Dashboards for GrimoireLab] | ||
*[https://github.com/chaoss/grimoirelab GrimoireLab] | *[https://github.com/chaoss/grimoirelab GrimoireLab] | ||
第96行: | 第113行: | ||
[[category:data science]] | [[category:data science]] | ||
[[category:Linux Foundation]] | [[category:Linux Foundation]] | ||
− | [[category: | + | [[category:Huihoo Foundation]] |
[[category:python]] | [[category:python]] |
2022年6月8日 (三) 02:11的最后版本
CHAOSS
目录 |
[编辑] 简介
Community Health Analytics Open Source Software(CHAOSS)
[编辑] 功能
[编辑] 指南
% sudo docker run -p 127.0.0.1:9200:9200 \ -p 127.0.0.1:5601:5601 \ -p 127.0.0.1:3306:3306 \ -e RUN_MORDRED=NO \ -t grimoirelab/full http://127.0.0.1:5601
Perceval
$ pip3 install perceval $ perceval -h $ perceval git https://github.com/grimoirelab/perceval.git > /tmp/perceval.test $ perceval github --help $ perceval github grimoirelab perceval $ perceval github grimoirelab perceval --sleep-for-rate $ perceval github elastic logstash --from-date '2016-01-01' $ perceval mbox --help $ perceval gerrit --help
Graal
$ git clone https://github.com/chaoss/grimoirelab-graal.git $ python3 setup.py build $ sudo python3 setup.py install $ graal cocom --help $ sudo apt-get install cloc $ graal cocom https://github.com/chaoss/grimoirelab-graal --git-path /tmp/graal-cocom
GrimoireELK
$ pip3 install coveralls $ pip3 install grimoire_elk $ git clone https://github.com/chaoss/grimoirelab-elk $ cd grimoirelab-elk/utils
Virtualenv Cases: CHAOSS Health Model
$ python3 -m venv gl $ source gl/bin/activate (gl) $ pip3 install grimoire-elk grimoire-kidash use chaoss_community_activity.json (gl) $ kidash --elastic_url http://localhost:9200 \ --import chaoss_community_activity.json --debug
[编辑] 工作组
词典上说:“工作组是指为实现指定目标而共同工作的专家小组”。CHAOSS 工作组的标志: 主要围绕指标和软件组织的小组。
- CHAOSS Common Metrics(共同指标)Working Group
- CHAOSS Diversity & Inclusion(多样性和包容性)Working Group Diversity & Inclusion Badging
- CHAOSS Evolution(进化)Working Group
- CHAOSS Value(价值)Working Group
- CHAOSS Risk(风险)Working Group
CHAOSS Metric Release
[编辑] 项目
How to contribute through development
- GrimoireLab Sigils Generic Dashboards for GrimoireLab
- GrimoireLab
- Augur Augur Labs Augur's Full Physical Data Model
- Cregit
- Sorting Hat Hatstall
- CHAOSS Community Handbook
- Cregit Used for Linux Kernel
- Thoth Station
- Apache Kibble
[编辑] 文档
[编辑] 用户
- Bitergia Analytics Platform
- Cauldron.io Built on: GrimoireLab + Open Distro for Elasticsearch + Django
- TLF Community Bridge Insights
- Mautic Community Dashboard
- The Document Foundation Dashboard
- Mozilla & the Rebel Alliance Bitergia 用户
- chaoss.biterg.io
- 灰狐分析
[编辑] 图集
[编辑] 链接
分享您的观点