Difference between revisions of "Google Summer of Code 2019/Increase archive coverage"

From Software Heritage Wiki
Jump to: navigation, search
Line 8: Line 8:
 
* '''Experience:'''
 
* '''Experience:'''
 
* '''What I did:'''
 
* '''What I did:'''
 +
** '''Listers:'''
 +
*** Completed and merged
 +
**** [https://forge.softwareheritage.org/rDLSfedfd73c8e4be8ce1d08b31c9a5cb99f9ca40fd6 Phabricator Lister]
 +
**** [https://forge.softwareheritage.org/D1482 GNU Lister]
 +
**** [https://forge.softwareheritage.org/rDLSa9a37a85bf9efac416cfdd152588bf01b7a063b2 CRAN Lister]
 +
**** [https://forge.softwareheritage.org/D1584 Packagist Lister]
 +
**** [https://forge.softwareheritage.org/D1610 CGit Lister]
 +
***  [https://forge.softwareheritage.org/rDLS08ade29e6de0616a3964360454ab52b58c082b75 Add tests to PyPI Lister]
 +
*** [https://forge.softwareheritage.org/rDLSf424f07c7e628eb7a19d25f4fdb749682d97a21f Refractor base tests for listers]
 +
***[https://forge.softwareheritage.org/D1441 Add documentation on *How to run a new lister*]
 +
*** Did research on the methods that could be used to make following listers and made an implementation plan for the same:
 +
**** [https://forge.softwareheritage.org/T1734 Launchpad Lister]
 +
**** [https://forge.softwareheritage.org/T1777 Rubygem Lister]
 +
**** [https://forge.softwareheritage.org/T1718 NuGET(.NET) Lister]
 +
**** [https://forge.softwareheritage.org/T1724 Maven Lister]
 +
** '''Loaders:'''
 +
*** Base Loader
 +
*** GNU Loader
 +
 
*'''Challenges:'''
 
*'''Challenges:'''
 
* '''Learnings:'''
 
* '''Learnings:'''

Revision as of 15:04, 21 August 2019

  • Title: Increase archive coverage
  • Description: As Software Heritage works on archiving and sharing source code, one of the major tasks is to ingest the latest source code available in the database from time to time and from all the possible sources where you can fetch the source code using listers and ingest them using loaders. Listers are components that crawl the APIs of software forges (e.g., Bitbucket, Gitorious, Sourceforge, ...) and return a list of the software available in it whereas Loaders take a bundle of software (tarball, Git repository ...) and load it into Software Heritage, by adapting it so that it matches the archive data model. The goal of this project is to increase the archive coverage by making listers and loaders for different websites that which stores source code, so that Software Heritage can fetch as much source code as possible and store it in the database to preserve it for future generations.
  • Student: Archit Agrawal
  • Mentors:
    • Nicolas Dandrimont
    • Antoine R. Dumont
  • Experience:
  • What I did:


Links