I just finished migrating sequentialread.com to an ODROID HC1, plus tons of updates to my infrastructure & apps!
An embedded key/value database for Go. Contribute to boltdb/bolt development by creating an account on GitHub.
I just finished migrating sequentialread.com to an ODROID HC1, plus tons of updates to my infrastructure & apps!
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
Describes the Grafana Loki architecture.
The personal website of JT Archie. Includes a blog, work ethic, and projects they have worked on.
Where I rediscovered the wonders of relational databases.
深入浅出 boltdb —— 0x00 引言
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.
This week we're talking with Ben Johnson. Ben is known for his work on BoltDB, his work in open source, and as a freelance Go developer. Late January when Ben open sourced his newest project Litestream in the readme he shared how the project was open source, but not open for contribution. His reason was to protect his ...
Looking for a simple key/value store for your Go applications? Look no further!
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...
Inside Evepraisal's operations: data automation, databases, deployment, and advice for similar projects.
The personal website of JT Archie. Includes a blog, work ethic, and projects they have worked on.
Digging through BoltDB's source code to understand exactly how databases use mmap to read and write data from disk.
File systems and relational databases are like cousins. They share more than is apparent at first glance. It's not immediately obvious t...
Today we’re introducing Pebble, a RocksDB-inspired and RocksDB compatible key-value store written in Go that brings greater stability to CockroachDB.
Ben Johnson has joined Fly.io
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.