All Projects → chaoss → Grimoirelab

chaoss / Grimoirelab

Licence: gpl-3.0
GrimoireLab: toolset for software development analytics

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Grimoirelab

Archivesspace
The ArchivesSpace archives management tool
Stars: ✭ 230 (-0.43%)
Mutual labels:  hacktoberfest
Materiais De Estudo
Livros, cursos, links úteis e outros materiais de estudo para quem quer aprender a criar aplicações Android! 🤖
Stars: ✭ 231 (+0%)
Mutual labels:  hacktoberfest
Revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
Stars: ✭ 3,139 (+1258.87%)
Mutual labels:  hacktoberfest
Laravel Query Monitor
Simple artisan command to monitoring triggered queries
Stars: ✭ 230 (-0.43%)
Mutual labels:  hacktoberfest
Cheval
📋 Copy to the clipboard using JavaScript without writing JS. A full solution for all browsers and all devices. LibreJS compliant.
Stars: ✭ 231 (+0%)
Mutual labels:  hacktoberfest
Pykeepass
Python library to interact with keepass databases (supports KDBX3 and KDBX4)
Stars: ✭ 231 (+0%)
Mutual labels:  hacktoberfest
Tageditor
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
Stars: ✭ 229 (-0.87%)
Mutual labels:  hacktoberfest
Rhino3dm
Libraries based on OpenNURBS with a RhinoCommon style
Stars: ✭ 232 (+0.43%)
Mutual labels:  hacktoberfest
Reprozip
ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.
Stars: ✭ 231 (+0%)
Mutual labels:  hacktoberfest
Jmonkeyengine
A complete 3-D game development suite written in Java.
Stars: ✭ 2,802 (+1112.99%)
Mutual labels:  hacktoberfest
Skunk
A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
Stars: ✭ 228 (-1.3%)
Mutual labels:  hacktoberfest
Rust For Undergrads
C/C++ programming probelms re-written in Rust
Stars: ✭ 231 (+0%)
Mutual labels:  hacktoberfest
Horaires Ratp Api
Webservice pour les horaires et trafic RATP en temps réel
Stars: ✭ 232 (+0.43%)
Mutual labels:  hacktoberfest
Node Virtualbox
A JavaScript Library for Interacting with VirtualBox
Stars: ✭ 231 (+0%)
Mutual labels:  hacktoberfest
Doc2pen
An open source project aimed at making your student life easier!
Stars: ✭ 226 (-2.16%)
Mutual labels:  hacktoberfest
Mapknitter
Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
Stars: ✭ 230 (-0.43%)
Mutual labels:  hacktoberfest
Mtgatracker
MTGATracker is a deck tracker for MTG Arena, offering an in-game overlay that shows real time info about your deck in MTGA. It can also record & analyze your past matches to show personal aggregated gameplay history information, like lifetime wins/losses by deck, by event, etc.
Stars: ✭ 232 (+0.43%)
Mutual labels:  hacktoberfest
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (-2.16%)
Mutual labels:  hacktoberfest
Docker Starter
🏗️ A skeleton to start a new web project with PHP, Docker and Invoke
Stars: ✭ 233 (+0.87%)
Mutual labels:  hacktoberfest
Nifi
Apache NiFi
Stars: ✭ 2,931 (+1168.83%)
Mutual labels:  hacktoberfest

GrimoireLab

grimoirelab-showcase

GrimoireLab is a CHAOSS 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.

Metrics available in GrimoireLab are, in part, developed in the CHAOSS project. For more information regarding CHAOSS metrics, see the latest release at: https://chaoss.community/metrics/

Getting started

GrimoireLab is a set of tools, and to ease starting playing we are providing a default setup to analyze git activity for this repository. Given such set up, there are several options to run GrimoireLab:

Using docker-compose

Requirements:

--version
git version 2.17.1
--version
Docker version 19.03.1, build 74b1e89
--version
docker-compose version 1.22.0, build f46880fe

Steps:

  1. Clone this project:
[email protected]:~$ git clone https://github.com/chaoss/grimoirelab
  1. Go to docker-compose folder and run the following command:
[email protected]:~$ cd grimoirelab/docker-compose
[email protected]:~/grimoirelab/docker-compose$ docker-compose up -d

Your dashboard will be ready after a while at http://localhost:5601. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.

More details in the docker-compose folder.

Using docker run

Requirements:

--version
git version 2.17.1
--version
Docker version 19.03.1, build 74b1e89
  • Hardware: 2 CPUs, 8GB memory RAM and set

Steps:

  1. Clone this project:
$ git clone https://github.com/chaoss/grimoirelab
  1. Go to the project folder and run the following command:
[email protected]:~$ cd grimoirelab
[email protected]:~/grimoirelab $ docker run -p 127.0.0.1:5601:5601 \
-v $(pwd)/default-grimoirelab-settings/projects.json:/projects.json \
-v $(pwd)/default-grimoirelab-settings/setup.cfg:/setup.cfg \
-t grimoirelab/full

Your dashboard will be ready after a while at http://localhost:5601. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.

More details in the docker folder.

GrimoireLab components

Currently, GrimoireLab toolkit is organized in the following repositories:

There are also some components built by the GrimoreLab community, which can be useful for you. Other related repositories are:

Contents of this repository

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) in Perceval for the data retriever, same for GrimoireELK for the enriching code, and same for panels 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.

  • If you feel more comfortable with docker-compose, the docker-compose folder includes instrucctions and configuration files to deploy GrimoireLab using docker-compose command.

  • How releases of GrimoireLab are built and tested: Building

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].