Hacker News new | ask | show | jobs
by hodgesrm 1699 days ago
Cube.js fills a need I've heard many times in ClickHouse work--how to build a clean data delivery API that mediates application access to analytic databases. There's a basic impedenance mismatch between highly concurrent apps that may have 10s of thousands of users and backend data warehouses that run massivley parallel queries in order to get predictably fast response.

Just as a shameless plug, Pavel Tiunov is going to be talking about design decisions on Cube Store at OSA Con on November 2. [0] We feel this type of technology is fundamental to scaling analytic apps, which is why we picked Pavel's session for inclusion.

[0] https://altinity.com/osa-con-2021/

Disclaimer: I work at Altinity on ClickHouse.