🚀
Introducing Versions: Develop data products using Git. Join the waitlist

If you urgently need to build a particular case, please contact us.

Thank you for signing up

We have sent a confirmation email. Please, check your spam folder in case you can't find it

In the meantime...

Learn how to accelerate
real-time analytics.

Learn tips & tricks from industry experts, and take your real-time analytics APIs to the next level.

NODE endpoint
DESCRIPTION >
 returns sales ranking by category
SQL >
 SELECT
    date,
    topKMerge(10)(top_10) as top_10
  FROM top_product_per_day
  WHERE
   date > {{Date(startdate)}} AND
    family = {String(fam)}}  
  GROUP BY
    date

Buil for techies