An open API service indexing awesome lists of open source software.

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.

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
`_.