LevelDB

LevelDB
Developer(s)Jeffrey Dean, Sanjay Ghemawat, Google Inc.
Stable release
1.23[1] Edit this on Wikidata / 23 February 2021; 3 years ago (23 February 2021)
Repository
Written inC++
Size350 kB (binary size)
TypeDatabase library
LicenseNew BSD License
Websitegithub.com/google/leveldb Edit this on Wikidata

LevelDB is an open-source on-disk key-value store written by Google fellows Jeffrey Dean and Sanjay Ghemawat.[2][3] Inspired by Bigtable,[4] LevelDB source code is hosted on GitHub under the New BSD License and has been ported to a variety of Unix-based systems, macOS, Windows, and Android.[5]

  1. ^ "Release 1.23". 23 February 2021. Retrieved 13 March 2021.
  2. ^ "Google Research Scientists and Engineers: Jeffrey Dean". Google, Inc.
  3. ^ "Research Scientists and Engineers: Sanjay Ghemawat". Google, Inc.
  4. ^ "Google Open-Sources NoSQL Database Called LevelDB". ReadWriteWeb. July 30, 2011. Archived from the original on August 16, 2011. Retrieved July 30, 2011.
  5. ^ "Google Open Source Blog: LevelDB: A Fast Persistent Key-Value Store". Google, Inc.