BigData Embedded Databases links

Tue 28 July 2015
  • Actian PSQL: ACID-compliant DBMS developed by Pervasive Software, optimized for embedding in applications
  • BerkeleyDB: a software library that provides a high-performance embedded database for key/value data
  • HamsterDB: transactional key-value database
  • HanoiDB: Erlang LSM BTree Storage
  • LevelDB: a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values
  • LMDB: ultra-fast, ultra-compact key-value embedded data store developed by Symas
  • RocksDB: embeddable persistent key-value store for fast storage based on LevelDB