Skip to content

vchrombie/chaoss-microtasks-19

Repository files navigation

chaoss-microtasks

This repository contains the details about the microtasks for the GSoC project idea, Implementing CHAOSS metrics using Perceval. The whole idea of the project can be found here, #81.

Binder

I provided the MyBinder link too, if you want to see the notebooks live on your browser. Just click on the mybinder badge that is located above.

About Me

I am a third year undergraduate pursuing my Bachelors in Computer Science and Engineering from Amrita Vishwa Vidyapeetham, Kollam, India. My areas of interest are Data Science. I am proficient in python and R. I am a member of FOSS@Amrita, open source club in our campus. I am the head the Data Science Team, here in my club.

I have been participating and resolving issues in the CHAOSS repositories for almost around one and half month and been actively participating in the weekly community video calls. You can find my project proposal here, CHAOSS Proposal : Venu.

Microtasks

There are a total of 9 tasks out of which 2 are optional. So, I created different folders where I will be explaining about each tasks seperately.

As it is mentioned to take a FOSS organization which meets the requirements (repositories with 1000 commits, 200 issues, 2000 pull requests), I would like to go with the project elasticsearch/elasticsearch-py for the first microtasks(0) and FOSSASIA projects for the remaning microtasks. The projects are open-event-server, susi_android, susi_server, phimpme-android and badgeyay.

NOTE: The data source of the FOSSASIA projects are too large. I uploaded them using Git LFS. But they cannot be accessible online, i.e MyBinder whereas elasticsearch-py data source is not heavy. You can see all the data sources retieved by Perceval in data/ folder.

NOTE: I have two files in each microtask folder, microtask-#-online.ipynb which uses elastic projects and microtask-#.ipynb which uses FOSSASIA projects as data source. If you are checking the code in MyBinder, I suggest you to open microtask-#-online.ipynb file as you can run the code. If you are opening in GitHub web interface, I suggest you to open microtask-#.ipynb so that you can see the analysis of 5 repositories.

List of microtasks

optional

Apart from these, I have contributed to some other CHAOSS projects, you can view them here, othercontributions.md.

If you have any questions regarding the micro-tasks, you can report them to me here. Issues


To do these analysis locally, follow these instructions:

  1. Clone this repository
git clone https://github.com/vchrombie/chaoss-microtasks/
  1. Install Perceval library. We need the data source to perform these analysis. Perceval helps us to get the required data. If you want, you can install it in virtual environment. I am giving out the link here, Using Virtual Env. Activate the venv and install the module.
pip3 install perceval
  1. Run the sh.sh file so that the perceval tool will scrape the required data into the respective data source files. All the perceval commands required to get the relevant data are written in the shell script. I like automating things. :)
./sh.sh
  1. You need Jupyter Notebooks to run the ipython notebook files. It is better to install Ananconda so that you can manage the python libraries.
  2. Once you have Anaconda installed on your system, you can use the anaconda-navigator to lauch the Jupter Notebooks application. You need to browse into this directory and load the ipynb file. That's it you are ready to start with the analysis.

Note: If you are not much familiar with Jupyter Notebooks, you can have a look at this link, Beginner's Guide for Jupyter Notebook.


References

About

Repository for storing and documenting micro-tasks of CHAOSS for GSoC 19.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published