https://github.com/blobcache/glfs
Git-Like FileSystem
https://github.com/blobcache/glfs
Last synced: 5 months ago
JSON representation
Git-Like FileSystem
- Host: GitHub
- URL: https://github.com/blobcache/glfs
- Owner: blobcache
- License: mpl-2.0
- Created: 2022-03-27T23:40:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-15T01:36:45.000Z (8 months ago)
- Last Synced: 2025-10-15T08:40:44.236Z (8 months ago)
- Language: Go
- Size: 298 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLFS
GLFS is a **G**it-**L**ike **F**ile**S**ystem.
If you are looking for a simple way to store objects larger than a single blob in blobcache, you have come to the right place.
Take a look at [ARCHITECTURE.md](./ARCHITECTURE.md) to learn more about the design.
If you have a good understanding of how Git works, that's about 9/10 of it.
There are a few tricks not in Git.
Examples live in the `examples/` directory.