HawtDB

HawtDB is an embedded MVCC Key/Value Database.

License

License

GroupId

GroupId

org.fusesource.hawtdb
ArtifactId

ArtifactId

hawtdb-project
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

pom
Description

Description

HawtDB
HawtDB is an embedded MVCC Key/Value Database.
Project Organization

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

http://github.com/chirino/hawtdb/tree/master

Download hawtdb-project

Filename Size
hawtdb-project-1.6.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.hawtdb/hawtdb-project/ -->
<dependency>
    <groupId>org.fusesource.hawtdb</groupId>
    <artifactId>hawtdb-project</artifactId>
    <version>1.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtdb/hawtdb-project/
implementation 'org.fusesource.hawtdb:hawtdb-project:1.6'
// https://jarcasting.com/artifacts/org.fusesource.hawtdb/hawtdb-project/
implementation ("org.fusesource.hawtdb:hawtdb-project:1.6")
'org.fusesource.hawtdb:hawtdb-project:pom:1.6'
<dependency org="org.fusesource.hawtdb" name="hawtdb-project" rev="1.6">
  <artifact name="hawtdb-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtdb', module='hawtdb-project', version='1.6')
)
libraryDependencies += "org.fusesource.hawtdb" % "hawtdb-project" % "1.6"
[org.fusesource.hawtdb/hawtdb-project "1.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hawtdb
  • hawtdb-website

HawtDB

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 Indexes

Documentation

Versions

Version
1.6