Yeva Byzek

Results 55 issues of Yeva Byzek

Part of a data pipeline workflow to display analytics of the transcribed audio files. Sample select statements to convey the type of analysis you can do with transcripts (this code...

recipe
use case

Use case: analyze customer behavior to predict their churn, goal is to retain customers. There is no existing query to draw from here, so it will require author creativity, but...

recipe
use case

* https://rmoff.net/2020/11/03/kafka-connect-ksqldb-and-kafka-tombstone-messages/ * https://stackoverflow.com/questions/66305527/how-to-delete-a-value-from-ksqldb-table-or-insert-a-tombstone-value/66314510#66314510 * Bonus points for Avro: https://forum.confluent.io/t/can-you-produce-avro-data-with-kafkacat/384/5

Porting https://github.com/confluentinc/ksqldb-recipes/issues/158 here From @mjsax > Using latest_by_offset is outdated. We should use the new CREATE SOURCE TABLE instead. See discussion in https://github.com/confluentinc/ksqldb-recipes/pull/144#discussion_r789872110 > Just to add more color: there...

ksqlDB

https://github.com/confluentinc/kafka-tutorials/pull/1092#discussion_r815164182 From @colinhicks > Since the project doesn't specify a semver for the npm version in the package.json this sort of change is expected and should be harmless. I think...

**Describe the use case** Health coaches and internal decision support system, need to be able to drive real-time decisions from real-time events in the member journey, to contextualize moments in...

recipe
use case

**Describe the use case** SIEM Optimization: pull in Zeek (Network Security Monitoring), Splunk, and/or Syslog See webinar at https://videos.confluent.io/watch/vcD7jDsR86uVyApsXh1qk8 **Provide the ksqlDB application** Document the full set of ksqlDB statements...

recipe
use case

**Describe the use case** A SIEM is a very expensive calculator - perform calculations upstream and send the results to the reporting layer. (Need to answer: when would you want...

recipe
use case

**Describe the use case** You have a SaaS application and you want to understand how people use it with Google Analytics. Google Analytics is event-based. You send in JSON objects...

recipe
use case

**Describe the use case** Auto reseller, using ksqlDB to give real-time status on brokered vehicles, pricing, etc **Provide the ksqlDB application** Key functions to use: - `LATEST_BY_OFFSET` (to get latest...

recipe
use case