This repository was archived by the owner on Mar 9, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,25 @@ consistency and thread safety. Bolt is currently used in high-load production
2121environments serving databases as large as 1TB. Many companies such as
2222Shopify and Heroku use Bolt-backed services every day.
2323
24+ ## A message from the author
25+
26+ > The original goal of Bolt was to provide a simple pure Go key/value store and to
27+ > not bloat the code with extraneous features. To that end, the project has been
28+ > a success. However, this limited scope also means that the project is complete.
29+ >
30+ > Maintaining an open source database requires an immense amount of time and energy.
31+ > Changes to the code can have unintended and sometimes catastrophic effects so
32+ > even simple changes require hours and hours of careful testing and validation.
33+ >
34+ > Unfortunately I no longer have the time or energy to continue this work. Bolt is
35+ > in a stable state and has years of successful production use. As such, I feel that
36+ > leaving it in its current state is the most prudent course of action.
37+ >
38+ > If you are interested in using a more featureful version of Bolt, I suggest that
39+ > you look at the CoreOS fork called [ bbolt] ( https://github.com/coreos/bbolt ) .
40+
41+ - Ben Johnson ([ @benbjohnson ] ( https://twitter.com/benbjohnson ) )
42+
2443## Table of Contents
2544
2645- [ Getting Started] ( #getting-started )
You can’t perform that action at this time.
0 commit comments