7
I Use This!
Very Low Activity
Analyzed about 2 hours ago. based on code collected about 2 hours ago.

Project Summary

LevelDB is a library that implements a fast key-value store.

Features
* Keys and values are arbitrary byte arrays.
* Data is stored sorted by key.
* Callers can provide a custom comparison function to override the sort order.
* The basic operations are Put(key,value), Get(key), Delete(key).
* Multiple changes can be made in one atomic batch.
* Users can create a transient snapshot to get a consistent view of data.
* Forward and backward iteration is supported over the data.
* Data is automatically compressed using the Snappy compression library.
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.

Tags

berkeley berkeley-db berkeleydb c++ database key key-value keyvalue key-value-storage keyvaluestorage nosql storage store

BSD 3-clause "New" or "Revised" License
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    by exploring contributors within projects, you can view details on every commit they have made to that project
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    anyone with an Open Hub account can update a project's tags
About Project Security

Languages

C++
94%
3 Other
6%

30 Day Summary

Dec 11 2025 — Jan 10 2026

12 Month Summary

Jan 10 2025 — Jan 10 2026
  • 3 Commits
    Down -2 (40%) from previous 12 months
  • 3 Contributors
    Down -1 (25%) from previous 12 months