grimoirelab icon indicating copy to clipboard operation
grimoirelab copied to clipboard

Definition of basic Git data model

Open sduenas opened this issue 6 years ago • 0 comments

The goal of this task is to define a model of data for Git data source. This basic model will comprise those entities that not require a context to be generated.

The model defined by CVSAnalY to store Git data can be used as a starting point. This model defined some entities such as:

  • Commit
  • Action
  • File
  • Repository
  • Tag
  • People

A diagram of the model can be found here.

sduenas avatar Nov 19 '18 03:11 sduenas