[pkg-go] Bug#892486: ITP: golang-github-coreos-bbolt -- An embedded key/value database for Go, especially CoreOS's etcd.
Anthony Fok
foka at debian.org
Fri Mar 9 14:59:03 UTC 2018
Package: wnpp
Severity: wishlist
Owner: Anthony Fok <foka at debian.org>
* Package name : golang-github-coreos-bbolt
Version : 1.3.1-coreos.5-1
Upstream Authors: Ben Johnson, CoreOS Inc
* URL : https://github.com/coreos/bbolt
* License : Expat
Programming Lang: Go
Description : An embedded key/value database for Go, especially CoreOS's etcd
bbolt is CoreOS's fork of Ben Johnson's Bolt key/value store
(github.com/boltdb/bolt).
.
The purpose of this fork is to better cater to the needs of CoreOS's etcd
(github.com/coreos/etcd), and to provide the Go community with an active
maintenance and development target for Bolt; the goal is improved reliability
and stability. bbolt includes bug fixes, performance enhancements, and
features not found in Bolt while preserving backwards compatibility with the
Bolt API.
.
Bolt is a pure Go key/value store inspired by Howard Chu's and the 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.
Reason for packaging:
CoreOS's etcd (>= 3.2.10) began depending on this fork
instead of the original github.com/boltdb/bolt, starting 2017-11-16.
More information about the Pkg-go-maintainers
mailing list