blog.epsiolabs.comI 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...Sep 9, 2025·6 min read
blog.epsiolabs.comHow 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 ...Apr 1, 2025·12 min read
blog.epsiolabs.comEpsio'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...Jan 3, 2025·9 min read
blog.epsiolabs.comStreaming 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...Dec 9, 2024·9 min read