Product Avatar Image

BoltDB

Show rating breakdown
18 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.4
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

12
5
0
1
0

BoltDB Reviews

Review Filters
Profile Name
Star Rating
12
5
0
1
0
Verified User in Consumer Services
UC
Verified User in Consumer Services
01/20/2016
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Easy persistence for simple needs

Bolt allows me to save data in a simple way in situations where no advanced operations are needed. It has no useless features and because of its internal B+ tree structure it's fast as a lightning.
Verified User in Internet
UI
Verified User in Internet
01/18/2016
Validated Reviewer
Review source: G2 invite
Incentivized Review

Abandoned after difficulty with the Golang API

Entirely written in Go, meaning that it's easy for me to dig in to the internals if I had an issue. Offers an interesting alternative to leveldb.
Osiloke E.
OE
Osiloke E.
Engineer at Progweb Technologies
01/14/2016
Validated Reviewer
Review source: G2 invite
Incentivized Review

Using boltdb as a database source for a generic dynamic api

When i started with go (as an alternative to django/python and its, you know problems) while developing my various apps. I needed a database but i'm broke :), because i quit my job and moved to africa to, you know, bill gates charity it up. I needed to create something quick to attract investors. I did not want to spend any more dollars(i had no more) and i needed to create something real quick as a demo for my potential investors. Bolt was to the rescue. I was able to create my own parse api quickly and fast. Bolt allows (in addition to a layer i created) to quickly prototype apps that run locally. It allowed me to create a cache system for my free wifi system (based on ledisdb based on boltdb). etc

About

Contact

HQ Location:
N/A

Social

@boltdb

What is BoltDB?

BoltDB is an embedded key-value database written in Go, designed for simplicity and high performance. It provides a low-level persistent storage layer for Go applications, allowing for ACID transactions, forward and backward data iteration, and fast read access. BoltDB is particularly well-suited for applications requiring reliable data storage on-disk without needing a separate database server. As an embedded database, it integrates directly into applications, reducing overhead and complexity. However, it's worth noting that BoltDB is no longer actively maintained, and users are encouraged to consider its forks or alternatives for projects requiring long-term support. The project is available for review and usage on GitHub at https://github.com/boltdb/bolt.

Details

Website
github.com