Giter VIP home page Giter VIP logo

gminer's Introduction

About

GMiner (Git Miner) main goal is to collect attributes from merges. New attributes are welcome..

How to use

To use GMiner, you need to have git properly installed on your computer, with the configured environment variable and NodeJS 12.

First of all, you must download the latest version in this page and save all Git.

Basic instructions

  1. Install Node JS 12
  2. Use npm install in GMiner's folder.
  3. Use npm start in GMiner's folder.
  4. Give some information about the repositories.

Using Docker

  1. Build GMiner's image:
docker build -t GMiner .
  1. Up a container with builded image:
docker run GMiner

Docker image default environment variables:

DELIMITER=';'
MODE='2'
INPUT_DATA='/usr/src/input/'
OUTPUT_FOLDER='/usr/src/results/'

By default, Docker image will start analysis to all repositories inside 'input' folder.

  • DELIMITER = Delimiter used in CSV output file.
  • MODE = 1 for single repositories by path and 2 for all repositories inside INPUT_DATA folder.
  • INPUT_DATA = For mode 1 corresponds to repositories paths separated by semicolon(;).
  • OUTPUT_FOLDER = Folder where all CSV will be created.

Team

  • Catarina Costa (joined in Aug 2018)
  • Bruno Trindade (joined in Aug 2018)

gminer's People

Contributors

bruunotrindade avatar

Stargazers

Andrielle Lima avatar  avatar Starkus avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.