-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at Jesus M. Gonzalez-Barahona (Bitergia) information, e.g., Polarsys Maturity Model, GrimoireLab #34
Comments
Continuing: his new library “GrimoireLab” (http://grimoirelab.github.io/) is a complete redesign of his previous work and seems like a very promising step forward. It’s divided into 3 parts:
The current software is MIT-licensed and thus compatible with GPLv3. It’s known that Apache 2.0 is compatible with GPLv3. So combing them should trigger no legal issues. |
The nice thing about GrimoireLab is that it's OSS and works to provide a general solution for accessing data about OSS projects. The perceval list is instructive:
The perceval code for backends is "perceval/perceval/backends/". There are several, e.g., "gitgub" acquires issues from GitHub, "git" fetches the commits from a Git repository. There aren't many however. In particular, a number of the "most risky" programs predate GitHub (and SourceForge) and don't necessarily use the same tools. If we are going to analyze the set of OSS we originally identified, at least in part, then we'll need to add more back-ends and such to support accessing data from other sources. E.g., we might need to add ways to acquire issues from gitlab / SourceForge / Savannah, acquire commits from CM systems like mercurial and subversion, and so on. Adding the back-ends might not be too bad, though. The infrastructure is there, and it's clearly intended to support more back-ends. Pretty much all of these alternatives have some documented API. If we just focus on the "most important for our purposes" ones, and build on the existing code, it might be good for everyone. |
The older tool MetricsGrimoire https://metricsgrimoire.github.io/ on initial look appear to support more back-ends. Which might better meet our needs... but I hate to hitch our wagon to a dying horse. If Bitgeria is interested in moving to GrimoireLab, they might be very interested in transitioning those capabilities to their newer toolsuite. |
Jesus M. Gonzalez-Barahona (Bitergia) has done a lot of work on measuring OSS projects; we should look further at his (their) work. We had an interesting conversation at the 2016 Linux Foundation Collab Summit.
They've participated in some developments by the Eclipse Polarsys WG, which has a focus on maturity and future availability. The most interesting is probably the Polarsys Maturity Model, which is based in part in data they collect with MetricsGrimoire (it uses other sources too, such as Sonar): http://dashboard.polarsys.org/
We can see the definitions of the metrics in: http://dashboard.polarsys.org/documentation/metrics.html
and the GQM model in: http://dashboard.polarsys.org/documentation/quality_model.html
(Jesus notes that it takes a while to load).
Example:
http://projects.bitergia.com/opnfv
Information on MetricsGrimoire is here: https://metricsgrimoire.github.io/
They are rewriting a whole new metrics collection system called GrimoireLab (a complete redesign based on their experience with MetricsGrimoire). As I understand it, the software itself is OSS (in Python3), they then sell services on top of it. GrimoreLab's architecture includes:
More about GrimoireLab is at: http://grimoirelab.github.io/
A related book "Evaluating Free / Open Source Software Projects (Book)" is here: https://github.com/jgbarah/evaluating-foss-projects
On a related note, lots of GitHub-related information is available via: http://ghtorrent.org/
The text was updated successfully, but these errors were encountered: