LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- Android
Berkeley DB is described as '(BDB) is a software library that provides a high-performance embedded database for key/value data., Berkeley DB is the most widely used database toolkit in the world, with hundreds of millions of deployed copies' and is an app in the development category. There are more than 10 alternatives to Berkeley DB for a variety of platforms, including Linux, Mac, Windows, Android and iPhone apps. The best Berkeley DB alternative is LevelDB, which is both free and Open Source. Other great apps like Berkeley DB are Kyoto Cabinet, Apache Hive, QDBM and Tokyo Cabinet.
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length.
Apache Hive is a data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis.
QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value.
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length.
GNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. These routines are provided to a programmer needing to create and manipulate a hashed database.
Upscaledb is a software library that provides a high-performance embedded database for key/value data., It is written in C/C++ with API bindings for Java, Python, .NET, Erlang and other languages. Upscaledb databases have "types" (i.e.