GrimoireLab is a toolset for software development analytics. It includes a coordinated set of tools to retrieve data from systems used to support software development (repositories), store it in databases, enrich it by computing relevant metrics, and making it easy to run analytics and visualizations on it.
You can learn more about GrimoireLab in the GrimoireLab tutorial, or visit the GrimoireLab website.
Currently, GrimoireLab is organized in the following repositories:
- Perceval: retrieval of data from data sources
- Perceval (bundle for OPNFV)
- Perceval (bundle for Mozilla)
- Perceval (bundle for Puppet)
- KingArthur: batch processing for massive retrieval
- Elk: storage and enrichment of data
- GrimoireLab Toolkit: common utilities
- SortingHat: identity management
- Mordred: orchestration
- Sigils: visualizations and dashboards
- Manuscripts: reporting
- Bestiary: web-based user interface to manage repositories and projects for Mordred
- Hatstall: web-based user interface to manage SortingHat identities
- Tutorial
- GrimoireLab as a whole
GrimoireLab is a CHAOSS project.
This repository is for stuff relevant to GrimoireLab as a whole. For example:
-
Issues for new features or bug reports that affect more than one GrimoireLab module. In this case, let's open an issue here, and when implementing the fix or the feature, let´s comment about the specific tickets in the specific modules that are used. For example, when supporting a new datasource, we will need patches (at least) in
Perceval
,GrimoireELK
and panels. We would open here the feature request (or the user story) for the whole case, an issue (and later a pull request) inPerceval
for the data retriever, same forGrimoireELK
for the enriching code, and same forpanels
for the Kibiter panels. -
Information about "coordinated releases" for most of GrimoireLab components (directory releases). Coordinated releases are snapshots (specific commits) of most of the GrimoireLab components that are expected to work together. See more information in the releases README.md file.
-
Utils (directory utils) for doing stuff relevant to GrimoireLab as a whole. Includes a script to produce Python packages for a coordinated release, etc.
-
Docker containers for showcasing GrimoireLab (directory docker). Includes dockerfiles and configuration files for the GrimoireLab containers that can be used to demo the technology, and can be the basis for real deployments. See more information in the docker README.md file.
-
How releases of GrimoireLab are built and tested: Building