Skip to content

Releases: FYP-Live-Query/ksqlDB-Live

KSQLDB-Live-Aggregation

09 Jun 11:13
c843ddb
Compare
Choose a tag to compare

Query - SELECT sum(totalCost) AS cost ,count(itemType) as items, ROWTIME FROM orderTable group by itemType,totalCost,ROWTIME emit changes;

KSQLDB-Live-Join

08 Jun 12:26
bc66410
Compare
Choose a tag to compare

For "SELECT itemTable.itemType, itemTable.unitPrice,orderTable.totalRevenue, orderTable.totalCost, orderTable.totalProfit, orderTable.ROWTIME FROM orderTable JOIN itemTable ON orderTable.itemType=itemTable.itemType emit changes;" Query

KSQLDB-Live

08 Jun 06:47
38c52c1
Compare
Choose a tag to compare

For "SELECT ip,ROWTIME FROM network EMIT CHANGES;" Query