I Built Google Bigtable in Go: One File, Zero Dependencies (opens in new tab)
Recently, I read the the Google Bigtable paper, and what a fun read it was. And I asked myself, how much of it can I fit in a single go file, with no external dependencies whatsoever, and it turns out, quite a lot. And that’s what this blog post is about. My implementation of this famous paper. 🌐 You can find the source code of this project in this github repository 1.
Read the original article