bobheadxi / timelines

🏷 Historical analysis of Git repositories and Git host activity as a service
https://bobheadxi.dev/timelines-recap
Apache License 2.0
3 stars 0 forks source link

analysis: work out burndown data format, pipe into db #28

Closed bobheadxi closed 5 years ago

bobheadxi commented 5 years ago

what is this???

[
  [1086,  0, 0,0, 0,0],
  [1022,389, 0,0, 0,0],
  [1022,389,29,0, 0,0],
  [1022,389,29,0, 0,0],
  [1011,365,29,0,58,0],
  [1011,365,29,0,56,2],
]

need to:

bobheadxi commented 5 years ago

Some context here: https://github.com/src-d/hercules/issues/235

bobheadxi commented 5 years ago
bobheadxi commented 5 years ago

worked out the format - just leave it as is. see:

bobheadxi commented 5 years ago

note: when inserting into DB, probably drop all existing entries for now, since if TickSize changes it throws the bands off. Need to think about what to do here.