ankuranand
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Isledb: Database Built on Object Storage (isledb.com)
-
Hi everyone — I’m the developer of UnisonDB, an open-source log-native database built in Go for distributed and edge-scale systems. UnisonDB rethinks the boundary between databases and streaming systems. Instead of…
-
Hey Folks, I’ve been experimenting with an idea that combines a database and a message bus into one system, for a system that need colocated state at the edge. Every database already has a log—the Write-Ahead Log. It's…
-
Hi HN, For the past few months, I’ve been building UnisonDB — a log-native database where the Write-Ahead Log (WAL) is the database, not just a recovery mechanism. I started this because every time I needed data to flow…
- From O(n) to O(1): Expiring 10M TTL Keys in Go (github.com)
-
Given the hype for microservices, it's ok to become crazy about it and copy questions of why/what of likes of Netflix/Uber, etc. But at the same time, you need to understand A Netflix/Uber style microservices aren't…
- Illustrated Tales of Go Runtime Scheduler (medium.com)