Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirino/hawtdb
HawtDB is an embedded MVCC Key/Value Database
https://github.com/chirino/hawtdb
Last synced: 3 months ago
JSON representation
HawtDB is an embedded MVCC Key/Value Database
- Host: GitHub
- URL: https://github.com/chirino/hawtdb
- Owner: chirino
- License: apache-2.0
- Created: 2010-02-18T23:59:53.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T14:01:29.000Z (almost 11 years ago)
- Last Synced: 2024-01-24T17:07:46.976Z (almost 1 year ago)
- Language: Java
- Homepage: http://hawtdb.fusesource.org/
- Size: 1.97 MB
- Stars: 76
- Watchers: 7
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
![HawtDB][logo]
===============This library implements a fast embeddable key/value store database for Java.
It's perfect when SQL would be overkill and/or you need finer grained control
over the ACID properties of the data store to increase your performance.Features
--------* Optional ACID transactions
* Multiversion Concurrency Control (MVCC)
* Object Caching and Object Marshaling Deferring
* BTree and Hash IndexesDocumentation
-------------* [Web Site](http://hawtdb.fusesource.org/)
[logo]: http://hawtdb.fusesource.org/images/project-logo.png "HawtDB"