ankuranand

↗ HN profile [ 58.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. 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…