https://github.com/willscott/memphis
A golang memory FS
https://github.com/willscott/memphis
Last synced: 10 months ago
JSON representation
A golang memory FS
- Host: GitHub
- URL: https://github.com/willscott/memphis
- Owner: willscott
- License: apache-2.0
- Created: 2020-07-19T16:27:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T20:49:45.000Z (over 1 year ago)
- Last Synced: 2025-04-01T08:41:45.515Z (about 1 year ago)
- Language: Go
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memphis
Status: Minimum Viable
Memphis is a virtual (memory) file system for golang. It provides the same functionality (and is meant to be used as) a backing store for [billy](https://github.com/go-git/go-billy), [rio](https://github.com/polydawn/rio), and others.
Memphis stores can also be generated from on-disk directory trees. File contents of unmodified files will be read from disk, while write requests to a file will transition them to in-memory content buffers.
## License
[SPDX-License-Identifier: Apache-2.0](LICENSE)