from Hacker News

Show HN: All I wanted was to grok some real-time data

by ambrood on 10/31/23, 8:34 PM with 2 comments

Hi HN,

We are launching Denormalized (www.denormalized.io), a serverless real-time data platform built on Kafka and Pinot.

We felt a bit burnt out by the sheer developer toil we faced when building application around the real-time data stack and set out to create a platform to allow small teams to be very productive with realtime data without having to glue together an elaborate system to serve real-time as well as time series queries.

Here is our motivating post. Would appreciate any and all feedback.

  • by zjkr on 10/31/23, 8:48 PM

    Exciting. In my past experience at Uber we were looking at leveraging Kafka and Pinot for replacing some large on the fly index queries and calculations we were doing.

    They were becoming operationally expensive and for hot spots in the database were extremely problematic.

    Keeping running counts and aggregations and general logic and math on top of streams have always been difficult

  • by rahulr0609 on 11/1/23, 12:35 AM

    Loving the experimentation -- Heroku for real-time data with analytical queries could be awesome