|
|
|
|
|
by OJFord
922 days ago
|
|
Tools like Dagster, dbt, and AWS Glue always strike me as built for BI/in-house analytics over user & app-generated data. What do people use for ingesting data from end-users, their transactional CRUD to it too, and then OLAP queries triggered (not written) by and for those same end users? |
|
The common stack is then to ingest them from Kafka into an OLAP datastore like ClickHouse or Pinot.
Then I think you are referring to what is sometimes called “user facing analytics” against that datastore.
We like to use a tool called Cube.dev as middleware between the app and OLAP database which gives APIs and a semantic layer.