mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 09:18:59 +00:00
22 lines
7.8 KiB
HTML
22 lines
7.8 KiB
HTML
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>The Software Heritage Filesystem (SwhFS): Integrating Source Code Archival with Development</title><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script><script type="text/x-mathjax-config">
|
|
MathJax = {
|
|
tex: {
|
|
inlineMath: [ ['$','$'], ['\(','\)'] ],
|
|
displayMath: [ ['$$','$$'], ['[',']'] ]
|
|
},
|
|
options = {
|
|
processHtmlClass = "math"
|
|
}
|
|
}
|
|
</script><meta name="next-head-count" content="6"/><link rel="preload" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" as="style"/><link rel="stylesheet" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" as="script"/></head><body><div id="__next"><main><h1>The Software Heritage Filesystem (SwhFS): Integrating Source Code Archival with Development</h1><section class="post-metadata"><span>Date: <!-- -->2021-07-27 17:06:14 +08:00</span><span>Date modified: <!-- -->2022-06-21 12:11:41 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"></ol></nav><ul><li><p>primarily features <code class="inline-verbatim">swh-fuse</code>, a utility allowing to mount software from <a href="/wiki/data.archives.software-heritage">Software Heritage</a> to your local environment quickly
|
|
</p></li><li><p>it is based from POSIX filesystems built with FUSE framework;
|
|
as such it does not require root privileges to use it
|
|
</p></li><li><p>it exposes the global merkle tree as a filesystem along with its metadata, archive, etc.
|
|
</p></li><li><p>it can interact with the objects in the merkle tree such as the source code files, commits, snapshots, etc.
|
|
</p></li><li><p>the tool is essentially a FUSE adapter to Software Heritage API
|
|
</p></li><li><p>future considerations include for mining software repositories and integrations with Git making commands work inside of the filesystem
|
|
</p></li></ul><p>features:
|
|
</p><ul><li><p>the tool lazily loads the archives to save bandwidth and disk space
|
|
</p></li><li><p>caches for performance especially with how bad remote filesystems can be
|
|
</p></li><li><p>reduces redundancy by using symlinks extensively
|
|
</p></li></ul><section><h2>Backlinks</h2><ul><li><a href="/wiki/tools.swh-fuse">swh.fuse</a></li></ul></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"2021-07-27 17:06:14 +08:00","date_modified":"2022-06-21 12:11:41 +08:00","language":"en","source":""},"title":"The Software Heritage Filesystem (SwhFS): Integrating Source Code Archival with Development","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[]}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"primarily features "},{"type":"element","tagName":"code","properties":{"className":["inline-verbatim"]},"children":[{"type":"text","value":"swh-fuse"}]},{"type":"text","value":", a utility allowing to mount software from "},{"type":"element","tagName":"a","properties":{"href":"/data.archives.software-heritage"},"children":[{"type":"text","value":"Software Heritage"}]},{"type":"text","value":" to your local environment quickly\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it is based from POSIX filesystems built with FUSE framework;\n as such it does not require root privileges to use it\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it exposes the global merkle tree as a filesystem along with its metadata, archive, etc.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"it can interact with the objects in the merkle tree such as the source code files, commits, snapshots, etc.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"the tool is essentially a FUSE adapter to Software Heritage API\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"future considerations include for mining software repositories and integrations with Git making commands work inside of the filesystem\n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"features:\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"the tool lazily loads the archives to save bandwidth and disk space\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"caches for performance especially with how bad remote filesystems can be\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"reduces redundancy by using symlinks extensively\n"}]}]}]}]},"backlinks":[{"path":"/tools.swh-fuse","title":"swh.fuse"}]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["literature.allanconSoftwareHeritageFilesystem2021"]},"buildId":"Ie9t5zutrXP6Of75Cb5xF","assetPrefix":"/wiki","nextExport":false,"isFallback":false,"gsp":true}</script><script nomodule="" src="/wiki/_next/static/chunks/polyfills-99d808df29361cf7ffb1.js"></script><script src="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" async=""></script><script src="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" async=""></script><script src="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" async=""></script><script src="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" async=""></script><script src="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" async=""></script><script src="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" async=""></script><script src="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_buildManifest.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_ssgManifest.js" async=""></script></body></html> |