https://github.com/pylons/acidfs
GIT on ACID. Use the fileystem from Python in a transactional, consistent way using Git.
https://github.com/pylons/acidfs
Last synced: 6 months ago
JSON representation
GIT on ACID. Use the fileystem from Python in a transactional, consistent way using Git.
- Host: GitHub
- URL: https://github.com/pylons/acidfs
- Owner: Pylons
- Created: 2012-09-04T18:28:34.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T02:12:56.000Z (almost 4 years ago)
- Last Synced: 2024-04-08T17:10:54.038Z (almost 2 years ago)
- Language: Python
- Size: 176 KB
- Stars: 44
- Watchers: 9
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
======
AcidFS
======
AcidFS allows interaction with the filesystem using transactions with ACID
semantics. `Git` is used as a back end, and `AcidFS` integrates with the
`transaction `_ package allowing use of
multiple databases in a single transaction. AcidFS makes concurrent persistent
to the filesystem safe and reliable.
Full documentation is available at `Read the Docs
`_.