7
I Use This!
Activity Not Available
Analyzed 3 months ago. based on code collected 4 months 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...

  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    data presented on the Open Hub is available through our API
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    learn about Open Hub updates and features on the Open Hub blog
About Project Security

Languages

C++
94%
3 Other
6%

30 Day Summary

Jan 1 2025 — Jan 31 2025

12 Month Summary

Jan 31 2024 — Jan 31 2025
  • 8 Commits
    Down -2 (20%) from previous 12 months
  • 6 Contributors
    Up + 3 (100%) from previous 12 months