console icon indicating copy to clipboard operation
console copied to clipboard

Aggregation queries

Open weeco opened this issue 4 years ago • 2 comments

As a user I'd sometimes like to do aggregations such as:

  • Return the number of records that pass my Query / Filter
  • Count number of records by a certain condition (e.g. get the number of records where value.firstName == "Martin", number of records per day)
  • Sum all value.checkoutPrice from all Kafka records that pass my query/filter

weeco avatar Nov 02 '21 08:11 weeco

tldr, SQL-like UI in the frontend, SQL-like execution in the backend

twmb avatar Oct 19 '23 15:10 twmb

If/when we get to this, we can also consider adding filtering by sql, see #517.

twmb avatar Oct 19 '23 15:10 twmb