acidfs
acidfs copied to clipboard
GIT on ACID. Use the fileystem from Python in a transactional, consistent way using Git.
====== 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 <http://pypi.python.org/pypi/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 <http://acidfs.readthedocs.org/>_.