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
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
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
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
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
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
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)