boltdb / bolt

An embedded key/value database for Go.
MIT License
14.24k stars 1.51k forks source link

Added etcd to projects using boltdb #714

Closed dankohn closed 7 years ago

dankohn commented 7 years ago

There's a good description of how boltdb is used in etcd at https://coreos.com/blog/performance-of-etcd.html

heyitsanthony commented 7 years ago

@dankohn etcd doesn't use upstream boltdb anymore; we're maintaining an active fork at https://github.com/coreos/bbolt with new performance improvements and bug fixes

dankohn commented 7 years ago

@heyitsanthony Good to know, thanks.