HampusDB

HampusDB (HDB) is a key-value DBMS that combines concepts from filesystems and databases. It provides command line utilities for manipulating and extracting data stored in Berkeley DB.

History

The original name of the project was "HampusDB". It was discontinued in 2013.

System Architecture

Shared-Everything

Data Model

Key/Value

Query Interface

Custom API

Storage Organization

Heaps

Storage Architecture

Disk-oriented

HampusDB Logo
Website

http://www.hampusdb.org

Source Code

https://sourceforge.net/projects/hampusdb/

Tech Docs

http://www.hampusdb.org/documentation.html

Developer

Hampus Soderstrom

Country of Origin

SE

Start Year

2006

End Year

2013

Project Type

Open Source

Written in

C

Supported languages

C, C++, Java, Perl

Embeds / Uses

Berkeley DB

Operating Systems

Linux

Licenses

LGPL v2