Rashmi-K-A / chaoss-sortinghat

This is a repo for completing the microtasks mentioned at https://github.com/chaoss/grimoirelab/issues/415
0 stars 0 forks source link

Review Microtask 2 #8

Open Rashmi-K-A opened 3 years ago

Rashmi-K-A commented 3 years ago

Task: Collect, enrich and visualize data from Git repositories. Link: https://github.com/Rashmi-K-A/chaoss-sortinghat/blob/master/Microtask2.md

vchrombie commented 3 years ago

After using docker compose and getting the container running(used the grimoirelab/full image), here is a screenshot of the data collected from Git visualized in Kibiter:

I see you are running the grimoirelab/full image. Well, it runs Mordred which can collect enrich and visualize the git data. But, we want you to run micro-mordred (it is mini-scale mordred, excluding the scheduling part).

Sometimes, we just want to test something really small (if the enricher is working fine or if the schema is correct, etc.). In such cases, we use micro-mordred. Actually, this is more like a continuation to the microtask-1 to test the grimoirelab development set up from the source code.

Let us know if you need any help with that. I'm adding the documentation link for the development setup of the grimoirelab. https://github.com/chaoss/grimoirelab-sirmordred/blob/master/Getting-Started.md#source-code-and-docker-