Re: KSQL Question

2019-05-01 Thread shalom sagges
Thanks Liam! Generally speaking, do you advise to deploy KSQL on containers? Or is it better to run it on a different tech like VMWare, Openstack or even bare metal nodes? Thanks! On Wed, May 1, 2019 at 10:05 AM Liam Clarke wrote: > Hi Shalom, > > If you're familiar with Docker the Confluent i

Re: KSQL Question

2019-05-01 Thread Liam Clarke
On Wed, May 1, 2019 at 7:04 PM shalom sagges wrote: > Thanks a lot Vahid! > > I will definitely give it a try. > > Thanks again. :) > > On Tue, Apr 30, 2019 at 6:30 PM Vahid Hashemian > > wrote: > > > Hi Shalom, > > > > This is the Github repo for KSQL: https://github.com/confluentinc/ksql > > H

Re: KSQL Question

2019-05-01 Thread Liam Clarke
Hi Shalom, If you're familiar with Docker the Confluent images are fantastic for experimentation and prototyping. https://docs.confluent.io/current/ksql/docs/installation/install-ksql-with-docker.html On Wed, May 1, 2019 at 7:04 PM Liam Clarke wrote: > > > On Wed, May 1, 2019 at 7:04 PM shalom

Re: KSQL Question

2019-05-01 Thread shalom sagges
Thanks a lot Vahid! I will definitely give it a try. Thanks again. :) On Tue, Apr 30, 2019 at 6:30 PM Vahid Hashemian wrote: > Hi Shalom, > > This is the Github repo for KSQL: https://github.com/confluentinc/ksql > However, in order to get that running you have to download few libraries > KSQL

Re: KSQL Question

2019-04-30 Thread Vahid Hashemian
Hi Shalom, This is the Github repo for KSQL: https://github.com/confluentinc/ksql However, in order to get that running you have to download few libraries KSQL depends on. And you'll need Kafka. For the sake of experimentation you are probably better off using the all-in-one Confluent Platform. It

KSQL Question

2019-04-30 Thread shalom sagges
Hi All, I'm new to Kafka and wanted to experience with KSQL. However, I can't find a place to download it without downloading the entire Confluent Platform package. Please correct me if I'm wrong, but I understand that KSQL is free, so there must be a place where I can download only KSQL. Can some

KSQL Question about detecting events in a given timeframe.

2018-03-12 Thread Richard L. Burton III
So what I'm looking to do is support the ability to detect multiple events that happen in a given window. e.g., System Starts, Pauses and then stops within 24 hours. The event is relatively straightforward: Event Properties: System ID (GUID) Signal: (start, pause, stop) Occurred At: (timestamp)