sofware heritage our sofware commons forever
play

Sofware Heritage: Our Sofware Commons, Forever. a status update - PowerPoint PPT Presentation

Sofware Heritage: Our Sofware Commons, Forever. a status update Nicolas Dandrimont, Stefano Zacchiroli Inria, Sofware Heritage 10 August 2017 DebConf17 Montreal, CA THE GREAT LIBRARY OF SOURCE CODE Nicolas Dandrimont, Stefano Zacchiroli


  1. Sofware Heritage: Our Sofware Commons, Forever. a status update Nicolas Dandrimont, Stefano Zacchiroli Inria, Sofware Heritage 10 August 2017 DebConf17 — Montreal, CA THE GREAT LIBRARY OF SOURCE CODE Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 1 / 31

  2. Outline The Sofware Commons 1 Sofware Heritage 2 Architecture 3 Gory details 4 Community 5 Conclusion 6 Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 2 / 31

  3. Sofware source code is special Harold Abelson, Structure and Interpretation of Computer Programs “Programs must be writen for people to read, and only incidentally for machines to execute.” Qake 2 source code (excerpt) Net. queue in Linux (excerpt) Len Shustek, Computer History Museum “Source code provides a view into the mind of the designer.” Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 2 / 31

  4. Our Sofware Commons Definition (Commons) The commons is the cultural and natural resources accessible to all members of a society, including natural materials such as air, water, and a habitable earth. These resources are held in common, not owned privately. https://en.wikipedia.org/wiki/Commons Definition (Sofware Commons) The sofware commons consists of all computer sofware which is available at litle or no cost and which can be altered and reused with few restrictions. Thus all open source sofware and all free sofware are part of the [sofware] commons . [...] https://en.wikipedia.org/wiki/Software_Commons Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 3 / 31

  5. Our Sofware Commons Definition (Commons) The commons is the cultural and natural resources accessible to all members of a society, including natural materials such as air, water, and a habitable earth. These resources are held in common, not owned privately. https://en.wikipedia.org/wiki/Commons Definition (Sofware Commons) The sofware commons consists of all computer sofware which is available at litle or no cost and which can be altered and reused with few restrictions. Thus all open source sofware and all free sofware are part of the [sofware] commons . [...] https://en.wikipedia.org/wiki/Software_Commons Source code is a precious part of our commons are we taking care of it? Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 3 / 31

  6. Sofware is fragile Like all digital information, FOSS is fragile inconsiderate and/or malicious code loss (e.g., Code Spaces) business-driven code loss (e.g., Gitorious, Google Code) for obsolete code: physical media decay (data rot) Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 4 / 31

  7. Sofware is fragile Like all digital information, FOSS is fragile inconsiderate and/or malicious code loss (e.g., Code Spaces) business-driven code loss (e.g., Gitorious, Google Code) for obsolete code: physical media decay (data rot) Where is the archive... where we go if (a repository on) GitHub or GitLab.com goes away? Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 4 / 31

  8. Sofware lacks its own research infrastructure A wealth of sofware research on crucial issues... safety, security, test, verification, proof sofware engineering, sofware evolution big data, machine learning, empirical studies Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 5 / 31

  9. Sofware lacks its own research infrastructure A wealth of sofware research on crucial issues... safety, security, test, verification, proof sofware engineering, sofware evolution big data, machine learning, empirical studies If you study the stars, you go to Atacama... ... where is the very large telescope of source code? Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 5 / 31

  10. Outline The Sofware Commons 1 Sofware Heritage 2 Architecture 3 Gory details 4 Community 5 Conclusion 6 Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 6 / 31

  11. The Sofware Heritage Project THE GREAT LIBRARY OF SOURCE CODE Our mission Collect, preserve and share the source code of all the sofware that is publicly available. Past, present and future Preserving the past, enhancing the present, preparing the future. Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 6 / 31

  12. Our principles Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 7 / 31

  13. Our principles Open approach In for the long haul 100% FOSS replication transparency non profit Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 7 / 31

  14. Outline The Sofware Commons 1 Sofware Heritage 2 Architecture 3 Gory details 4 Community 5 Conclusion 6 Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 8 / 31

  15. Archiving goals Targets: VCS repositories & source code releases (e.g., tarballs) We DO archive file content (= blobs) revisions (= commits), with full metadata releases (= tags), dito where (origin) & when (visit) we found any of the above ... in a VCS-/archive-agnostic canonical data model We DON’T archive homepages, wikis BTS/issues/code reviews/etc. mailing lists Long term vision: play our part in a "semantic wikipedia of sofware" Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 8 / 31

  16. Data flow software Forges GitHub origins lister Git loader git git GitLab lister git Mercurial Software Heritage git loader Archive . . hg svn hg . . svn Distros Merkle DAG hg . . + svn blob storage dsc Debian source Debian dsc package loader lister tar tar loader zip PyPi lister Package repos Listing Loading (full/incremental) & deduplication ... Scheduling Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 9 / 31

  17. Merkle trees Merkle tree (R. C. Merkle, Crypto 1979) Combination of tree hash function Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 10 / 31

  18. Merkle trees Merkle tree (R. C. Merkle, Crypto 1979) Combination of tree hash function Classical cryptographic construction fast, parallel signature of large data structures widely used (e.g., Git, blockchains, IPFS, ...) built-in deduplication Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 10 / 31

  19. Example: a Sofware Heritage revision Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 11 / 31

  20. The archive: a (giant) Merkle DAG Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 12 / 31

  21. Archive coverage Our sources GitHub — full, up-to-date mirror Debian, GNU — one shot ingestion experiment (up to Aug 2015) Gitorious, Google Code — processing (Archive Team & Google) Bitbucket — WIP Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 13 / 31

  22. Archive coverage Our sources GitHub — full, up-to-date mirror Debian, GNU — one shot ingestion experiment (up to Aug 2015) Gitorious, Google Code — processing (Archive Team & Google) Bitbucket — WIP Some numbers 150 TB blobs, 5 TB database (as a graph: 7 B nodes + 60 B edges) Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 13 / 31

  23. Archive coverage Our sources GitHub — full, up-to-date mirror Debian, GNU — one shot ingestion experiment (up to Aug 2015) Gitorious, Google Code — processing (Archive Team & Google) Bitbucket — WIP Some numbers 150 TB blobs, 5 TB database (as a graph: 7 B nodes + 60 B edges) The richest source code archive already, ... and growing daily! Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 13 / 31

  24. Web API First public version of our Web API (Feb 2017) https://archive.softwareheritage.org/api/ Features pointwise browsing of the Sofware Heritage archive ... releases → revisions → directories → contents ... full access to the metadata of archived objects crawling information when have you last visited this Git repository I care about? where were its branches/tags pointing to at the time? Complete endpoint index https://archive.softwareheritage.org/api/1/ Nicolas Dandrimont, Stefano Zacchiroli Sofware Heritage: Our Sofware Commons, Forever. DebConf 14 / 31

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend