LevelDB

LevelDB

Google
+
+

Related Products

  • Dragonfly
    15 Ratings
    Visit Website
  • Plexxis Software
    94 Ratings
    Visit Website
  • Google Cloud SQL
    536 Ratings
    Visit Website
  • Windocks
    6 Ratings
    Visit Website
  • Stripe
    3,739 Ratings
    Visit Website
  • DbVisualizer
    506 Ratings
    Visit Website
  • Odoo
    1,600 Ratings
    Visit Website
  • Hostinger Horizons
    64 Ratings
    Visit Website
  • TeamDesk
    92 Ratings
    Visit Website
  • Zoho Projects
    1,766 Ratings
    Visit Website

About

Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. The original goal of Bolt was to provide a simple pure Go key/value store and to not bloat the code with extraneous features. To that end, the project has been a success. However, this limited scope also means that the project is complete. Maintaining an open source database requires an immense amount of time and energy. Changes to the code can have unintended and sometimes catastrophic effects so even simple changes require hours and hours of careful testing and validation.

About

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. 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. 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. We use a database with a million entries. Each entry has a 16 byte key, and a 100 byte value. Values used by the benchmark compress to about half their original size. We list the performance of reading sequentially in both the forward and reverse direction, and also the performance of a random lookup.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Key value store solution for developers

Audience

Organizations requiring a storage library solution providing ordered mapping from string keys to string values

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Pricing

No information available.
Free Version
Free Trial

Pricing

No information available.
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

BoltDB
github.com/boltdb/bolt

Company Information

Google
Founded: 2011
United States
github.com/google/leveldb

Alternatives

Apache Accumulo

Apache Accumulo

Apache Corporation

Alternatives

InterSystems Caché

InterSystems Caché

InterSystems
LevelDB

LevelDB

Google
eXtremeDB

eXtremeDB

McObject

Categories

Categories

Integrations

Google Cloud Platform
LedisDB
NextBillion.ai
OrbitDB
XBTS
insight

Integrations

Google Cloud Platform
LedisDB
NextBillion.ai
OrbitDB
XBTS
insight
Claim BoltDB and update features and information
Claim BoltDB and update features and information
Claim LevelDB and update features and information
Claim LevelDB and update features and information