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 Higher Education
AH
Verified User in Higher Education
01/12/2016
Validated Reviewer
Review source: G2 invite
Incentivized Review

BoltDB Enabled Parallel Database Programming in Go

Bolt is an impressive package. I like the fact that it is written in pure Go as I am a software engineer on a team that primarily uses Go for development. I know that Bolt stores its data in a B+ tree data store, which I'm sure is one reason why it has great performance.
WH
Wesley H.
Developer, Animator and Computer Science Student
01/12/2016
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

BoltDB Review

BoltDB's portability on Windows/Mac/Etc.
Verified User in Computer Games
UC
Verified User in Computer Games
01/12/2016
Validated Reviewer
Review source: G2 invite
Incentivized Review

Nice K/V database

Simple structure Easy to use with Golang based projects Fast (well, every memory database is fast, but BoltDB made the best.

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