Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
/ mongomvcc Public archive

Multiversion concurrency control (MVCC) on top of MongoDB. It supports lock-free ACID transactions, versioning, and more.

License

Notifications You must be signed in to change notification settings

igd-geo/mongomvcc

Repository files navigation

MongoMVCC

This project implements the multiversion concurrency control paradigm (MVCC) on top of MongoDB. MVCC allows consistent and concurrent database access without locks.

Please see the Wiki for a complete description on how to use this library.

License

This library has been released under the GNU Lesser General Public License (LGPL) v3.0. Please see the LICENSE.txt file for more information.

About

Multiversion concurrency control (MVCC) on top of MongoDB. It supports lock-free ACID transactions, versioning, and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages