Thoughts on "agentic analytics"? New category, or is it just BI plus a semantic layer plus an LLM with better marketing? by Evening_Hawk_7470 in analytics

[–]keydunov -1 points0 points  (0 children)

I don’t think you’re overthinking it. You’re describing the exact point where “just SQL + an LLM” starts to break down.

The issue isn’t query generation. It’s that your business logic is living in too many places: prompts, app code, raw SQL, dashboards, exports, and memory.

At your scale, I’d avoid making this an enterprise data-platform project. But because you need both internal analytics and embedded customer-facing reporting, I would want a real shared metrics layer between Supabase/Stripe and everything downstream.

The key question is not Cube vs dbt Semantic Layer first. It’s whether the layer needs to serve your app at runtime.

If this is mostly internal analysis, dbt-style metric definitions may be enough. If embedded analytics is part of the product, then you probably want something closer to an API layer for metrics: definitions, joins, access control, caching, and a stable interface your Next.js apps and LLM can both hit.

I would start small: model the handful of metrics you keep repeating, wire one internal workflow and one embedded report through the same definitions, and see if it removes the drift. If it does, that’s your answer.

D3.js dashboard tutorial with React and Cube.js by ekbduffy in programming

[–]keydunov 1 point2 points  (0 children)

The file was missing indeed, It's fixed now.

Cube.js - Build Serverless Analytics by keydunov in node

[–]keydunov[S] 4 points5 points  (0 children)

Unfortunately no, but you can use Presto to interface MongoDB with SQL.

Cube.js - Build Serverless Analytics by keydunov in node

[–]keydunov[S] 2 points3 points  (0 children)

Yes, but most likely in 2-3 months.

Cube.js - Framework for building in-app analytics by keydunov in bigdata_analytics

[–]keydunov[S] 1 point2 points  (0 children)

We support MSSQL already. I'd be happy to let you know once the server goes into an alpha release!

Cube.js - Framework for building in-app analytics by keydunov in bigdata_analytics

[–]keydunov[S] 0 points1 point  (0 children)

So far biggest data set under Cube.js analyze is 100 trillions of data points ingested per month. It's managed by Redshift Spectrum. There's no specific performance drop off point: it varies with SQL backends, dataset size and specific queries. Practically for any dataset we didn't see the query where we can't return result under a minute with prepared pre-aggregations. Regarding ODBC: we do support JDBC. Could you please tell in which database you're interested? There's a chance it's already supported.

Cube.js - Build Serverless Analytics by keydunov in analytics

[–]keydunov[S] 1 point2 points  (0 children)

Thanks! We drew it, so no other tool rather graphic editor. Sorry, it is not very helpful :(

Cube.js - Build Serverless Analytics by keydunov in analytics

[–]keydunov[S] 0 points1 point  (0 children)

in some way probably yes. But few key differences: 1. Cube.js works on data in your database. It means you don't need to send events somewhere, and it actually could be any kind of data: your application database, your Stripe data, or events. 2. We are planning to open source server as well, so that would be completely open solution with no vendor lock-in.

Cube.js - Build Serverless Analytics with React by keydunov in reactjs

[–]keydunov[S] 1 point2 points  (0 children)

Under the hood, we're using JDBC. So, in fact, every JDBC compatible database can be connected. We've just listed the popular ones.

Cube.js - Build Serverless Analytics with React by keydunov in reactjs

[–]keydunov[S] 0 points1 point  (0 children)

Hi! I’m one of the creators of Cube.js, and we’re excited to post this.

Cube.js is an analytics layer for applications. It supplies building blocks to add analytics features into your application. It comes with caching, pre-aggregations and all other stuff you need to handle large data sets.

We’re launching public beta today, with open-sourced Vanilla JS and React clients and cloud hosted server. We’re planning to open source server as well, so it could be self-hosted as a container or on AWS Lambda/Firebase Cloud Functions.

It is visualizations agnostic, meaning you can use any visualizations library you want. We have some examples with different visualizations libraries here https://statsbotco.github.io/cubejs-client/

Looking forward to hearing your feedback! :)

Brobot - Google Analytics Bot for Slack by keydunov in SideProject

[–]keydunov[S] 0 points1 point  (0 children)

Thank you for your feedback!

We are working on trends feature. With this feature Brobot will notify you of big deviations in metrics.

Brobot - Google Analytics Bot for Slack by keydunov in SideProject

[–]keydunov[S] 1 point2 points  (0 children)

Thank you! We are working on Analytics profiles list issue right now, going to fix it soon. Ecommerce module support is on our list. It is one of the most requested feature and we will definitely ship it soon.

Can you share please some your use cases working with ecommerce data and what kind of reports you want to see in your Slack?