CHAOSS

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(项目)
 
(未显示1个用户的9个中间版本)
第1行: 第1行:
 +
[[文件:CHAOSS-logo.png|right|CHAOSS]]
 +
 
CHAOSS
 
CHAOSS
  
第7行: 第9行:
  
 
==指南==
 
==指南==
 +
[[Docker]]
 +
% 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]] [https://chaoss.github.io/grimoirelab-tutorial/cases-chaoss/intro.html Cases: CHAOSS Health Model]
 +
$ python3 -m venv gl
 +
$ source gl/bin/activate
 +
(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]
 +
(gl) $ kidash --elastic_url http://localhost:9200 \
 +
  --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]
*[https://github.com/chaoss/augur Augur] [http://www.augurlabs.io/ Augur Labs]
+
*[https://github.com/chaoss/augur Augur] [http://www.augurlabs.io/ Augur Labs] [http://www.augurlabs.io/augurs-full-physical-data-model/ Augur's Full Physical Data Model]
 
*[https://github.com/cregit/cregit Cregit]
 
*[https://github.com/cregit/cregit Cregit]
 
*[https://github.com/chaoss/grimoirelab-sortinghat Sorting Hat] [https://github.com/chaoss/grimoirelab-hatstall Hatstall]
 
*[https://github.com/chaoss/grimoirelab-sortinghat Sorting Hat] [https://github.com/chaoss/grimoirelab-hatstall Hatstall]
第57行: 第113行:
 
[[category:data science]]
 
[[category:data science]]
 
[[category:Linux Foundation]]
 
[[category:Linux Foundation]]
[[category:huihoo]]
+
[[category:Huihoo Foundation]]
 
[[category:python]]
 
[[category:python]]

2022年6月8日 (三) 02:11的最后版本

CHAOSS

CHAOSS

目录

[编辑] 简介

Community Health Analytics Open Source Software(CHAOSS)

[编辑] 功能

[编辑] 指南

Docker

% 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 Metric Release

[编辑] 项目

How to contribute through development

[编辑] 文档

[编辑] 用户

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱