Storing Scraped Data in an SQLite Database on GitHub(jerrynsh.com) |
Storing Scraped Data in an SQLite Database on GitHub(jerrynsh.com) |
(Not that I’d advocate for this in general, since ultimately you’re duplicating a bunch of data and will eventually catch the eye of some GitHub compliance script.)
> since ultimately you’re duplicating a bunch of data and will eventually catch the eye of some GitHub compliance script
I suppose this could also be a concern with git scraping as we are bascially duplicating data through git commits (not trying to imply that one is better or worse). Having that said, I'm not sure if GitHub would be fine with any of these if more people were to do the same at a larger scale