HAcid is a client library for HBase applications to enable the support for multi-row ACID transactions in HBase. The isolation level of these transactions is Snapshot Isolation, but Serializability is currently supported as an unstable feature. HAcid open-source repo at bitbucket.org This is the end result of my Master's Thesis at Aalto University. It was inspired by Google Percolator, but is sti