Re: Kafka streams for golang

2017-12-20 Thread Victor Denisov
KSQL looks interesting, but sometimes access to the lower level
processor api turns out to be the best fit for the problem.

On Tue, Dec 19, 2017 at 5:59 PM, Hans Jespersen <h...@confluent.io> wrote:
> You can call the REST endpoints in KSQL from any programming language. I
> wrote some stuff in node.js to call KSQL this way and it works great. The
> results don't even have to go to a Kafka topic as the results of and POST
> to /query all stream using HTTP.
>
> -hans
>
> /**
>  * Hans Jespersen, Principal Systems Engineer, Confluent Inc.
>  * h...@confluent.io (650)924-2670
>  */
>
> On Tue, Dec 19, 2017 at 12:52 PM, Victor Denisov <vic...@autonomic.ai>
> wrote:
>
>> Hi,
>>
>> Is anybody aware of any kafka streams work for golang?
>>
>> Thanks,
>> --
>> V.
>>



-- 
V.


Re: Kafka streams for golang

2017-12-20 Thread Victor Denisov
Gleam or beam don't seem to be focused on kafka or are they?
Goka looks like the closest analog to kafka streams.

Thanks,

On Tue, Dec 19, 2017 at 1:13 PM, Robin Bartholdson
<robin.barthold...@formulate.se> wrote:
> Hi,
>
> Watching this space as well.
>
> Here is the current shortlist:
>
> https://github.com/lovoo/goka <https://github.com/lovoo/goka>
> https://github.com/movio/kasper <https://github.com/movio/kasper>
> https://github.com/chrislusf/gleam <https://github.com/chrislusf/gleam>
>
> Maybe Apache Beam will eventually provide some of that functionality as well 
> now that it has a go SDK (https://github.com/apache/beam/tree/master/sdks/go 
> <https://github.com/apache/beam/tree/master/sdks/go>)
>
> -Robin
>
>
>> On 19 Dec 2017, at 21:52, Victor Denisov <vic...@autonomic.ai> wrote:
>>
>> Hi,
>>
>> Is anybody aware of any kafka streams work for golang?
>>
>> Thanks,
>> --
>> V.
>



-- 
V.


Re: Kafka streams for golang

2017-12-19 Thread Hans Jespersen
You can call the REST endpoints in KSQL from any programming language. I
wrote some stuff in node.js to call KSQL this way and it works great. The
results don't even have to go to a Kafka topic as the results of and POST
to /query all stream using HTTP.

-hans

/**
 * Hans Jespersen, Principal Systems Engineer, Confluent Inc.
 * h...@confluent.io (650)924-2670
 */

On Tue, Dec 19, 2017 at 12:52 PM, Victor Denisov <vic...@autonomic.ai>
wrote:

> Hi,
>
> Is anybody aware of any kafka streams work for golang?
>
> Thanks,
> --
> V.
>


Re: Kafka streams for golang

2017-12-19 Thread Robin Bartholdson
Hi,

Watching this space as well. 

Here is the current shortlist:

https://github.com/lovoo/goka <https://github.com/lovoo/goka>
https://github.com/movio/kasper <https://github.com/movio/kasper>
https://github.com/chrislusf/gleam <https://github.com/chrislusf/gleam>

Maybe Apache Beam will eventually provide some of that functionality as well 
now that it has a go SDK (https://github.com/apache/beam/tree/master/sdks/go 
<https://github.com/apache/beam/tree/master/sdks/go>)

-Robin


> On 19 Dec 2017, at 21:52, Victor Denisov <vic...@autonomic.ai> wrote:
> 
> Hi,
> 
> Is anybody aware of any kafka streams work for golang?
> 
> Thanks,
> -- 
> V.



Kafka streams for golang

2017-12-19 Thread Victor Denisov
Hi,

Is anybody aware of any kafka streams work for golang?

Thanks,
-- 
V.