Contribute Media
A thank you to everyone who makes this possible: Read More

GitFs: Building a file system in Python

Summary

GitFs is an open-source filesystem which was designed to bring the full powers of Git to everyone, no matter how little they know about versioning. In this talk we will take a look at some of the crucial aspects involved in building a reliable FUSE filesystem, the steps that we took in building GitFs, especially in handling the git objects, what testing methods we have used for it and also we will share the most important lessons learned while building it.

Details

Improve this page