Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 319 forks source link

Adds language metadata for github repos #216

Closed sbehrens closed 6 years ago

sbehrens commented 6 years ago

This PR adds language support for the github sync task. Two new metadata fields are added including the primary language as well as a hash of languages based on line counts.

Tests were added that validate both fields are set correctly in the result.

sbehrens commented 6 years ago

tests passed, merging