Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Sep 7, 2017
1 parent 2f1ce7a commit fa5367d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ consistency and thread safety. Bolt is currently used in high-load production
environments serving databases as large as 1TB. Many companies such as
Shopify and Heroku use Bolt-backed services every day.

## A message from the author

> The original goal of Bolt was to provide a simple pure Go key/value store and to
> not bloat the code with extraneous features. To that end, the project has been
> a success. However, this limited scope also means that the project is complete.
>
> Maintaining an open source database requires an immense amount of time and energy.
> Changes to the code can have unintended and sometimes catastrophic effects so
> even simple changes require hours and hours of careful testing and validation.
>
> Unfortunately I no longer have the time or energy to continue this work. Bolt is
> in a stable state and has years of successful production use. As such, I feel that
> leaving it in its current state is the most prudent course of action.
>
> If you are interested in using a more featureful version of Bolt, I suggest that
> you look at the CoreOS fork called [bbolt](https://github.com/coreos/bbolt).
- Ben Johnson ([@benbjohnson](https://twitter.com/benbjohnson))

This comment has been minimized.

Copy link
@AlekSi

AlekSi Sep 8, 2017

❤️

This comment has been minimized.

Copy link
@benbjohnson

benbjohnson Sep 8, 2017

Author Member

💚

This comment has been minimized.

Copy link
@evanphx

evanphx Sep 8, 2017

Thank you for all the great work Ben. BoltDB has been invaluable for some many folks.

This comment has been minimized.

Copy link
@snormore

snormore Sep 8, 2017

Member

🔩 🤘 ⚡️

This comment has been minimized.

Copy link
@matthelm

matthelm Sep 10, 2017

🤙

## Table of Contents

- [Getting Started](#getting-started)
Expand Down

2 comments on commit fa5367d

@dmoklaf
Copy link

@dmoklaf dmoklaf commented on fa5367d Sep 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot Ben for this incredible piece of work! It changed the day

@abrander
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In all journeys, the most difficult - and the most important - decision is when to stop. Thanks for your work on boltdb. Godspeed.

Please sign in to comment.