gitfs - Building a Filesystem in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the intricacies of building a filesystem in Python with gitfs in this 30-minute EuroPython Conference talk. Dive into the open-source filesystem designed to make Git's powerful features accessible to users with limited versioning knowledge. Learn how gitfs allows mounting any repository, automatically converting changes into commits, and exposing branch history through simulated snapshots. Discover the crucial aspects of creating a reliable FUSE filesystem, the development process behind gitfs, and methods for handling git objects. Gain insights into testing strategies and valuable lessons learned during the project. Ideal for those with a solid understanding of Git and basic operating system concepts, this talk offers a deep dive into innovative filesystem development.
Syllabus
Introduction
Conflict between site owners and developers
demo
explanation
final remarks
QA
Taught by
EuroPython Conference
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity