GeistHaus
log in · sign up

GitHub - boltdb/bolt: An embedded key/value database for Go.

github.com

An embedded key/value database for Go. Contribute to boltdb/bolt development by creating an account on GitHub.

24 pages link to this URL
Server & Website Updates

I just finished migrating sequentialread.com to an ODROID HC1, plus tons of updates to my infrastructure & apps!

0 inbound links article en armDockerSelf-HostingSecuritySBCsproducts CC BY-SA 4.0
Gophercises - Lessons Learned

I recently finished Gophercises, a great set of Go practice lessons by Jon Calhoun. I think it took me around a month from start to finish with some stuff in the middle. Most were nice, some were tedious. For example, the last exercise was about PDF generation and went to boring quickly. After every lesson, I wrote down "Lessons Learned" in the README. This page collects most of them. All code is here: https://github.com/parsiya/Parsia-Code/tree/master/gophercises

0 inbound links en [Parsia Hakimian Parsiya infosec information security]
Glassdb: transactional object storage

I was frustrated by the gap between stateless and stateful applications in the cloud. While I could easily spin up a stateless application as a “serverless” function in any major cloud provider and pretty much forget about it, persisting data between requests was a game of pick two among three: cheap, strongly consistent, portable. Could I solve portability and lack of transactions myself with a single client-side solution? I thought it would be possible through object storage (e.g. AWS S3), which is strongly consistent, ubiquitous and cheap.

0 inbound links article en posts dbdesigncloud
Golang (Go) and BoltDB

I've been using Go for some time now (3 years) and I am constantly impressed with the language's ease of use. I originally started my career...

Lessons from a Decades-Long Project

Inside Evepraisal's operations: data automation, databases, deployment, and advice for similar projects.

0 inbound links article en articleproject eve-onlinegamingevepraisalgolangpythonpostgresqlEve-OnlineGamingEvepraisalGolangPythonPostgresql
Why I Built Litestream

Despite an exponential increase in computing power, our applications require more machines than ever because of architectural decisions made 25 years ago. You can eliminate much of your complexity and cost by using SQLite & Litestream for your production applications.

6 inbound links Article en