MKMaor Kerninblog.epsiolabs.com·Sep 9, 2025 · 6 min readI love UUID, I hate UUIDAt Epsio we’re building a streaming SQL engine which natively integrates with databases/warehouses (both as “source”s and “sink”s). Epsio acts as a stream processing “middle man“- receiving data from one (or more) sources, applying transformations (a...01T
MKMaor Kerninblog.epsiolabs.com·Apr 1, 2025 · 12 min readHow we built a Streaming SQL EngineSo you probably wake up every morning asking yourself three of life’s most pertinent questions- how do I build a streaming SQL engine, what even is a streaming SQL engine, and can our Lord drop tables owned by another user. I too found myself asking ...00
MKMaor Kerninblog.epsiolabs.com·Jan 3, 2025 · 9 min readEpsio's Diff in the Streaming LandscapeWe recently published an article that gained a bit of traction about how we built a streaming engine, and though the concepts therein received much adulation and praise, many members of the community expressed confusion about how Epsio is different t...00
MKMaor Kerninblog.epsiolabs.com·Dec 9, 2024 · 9 min readStreaming SQL ArithmeticMath insists that a+b-c=a-c+b, and we take this as an unshakable truth. But in computer science, when floating-point arithmetic enters the picture, even basic rules like this can fall apart. Most developers never notice these quirks in everyday appli...00