gleam
gleam copied to clipboard
Streaming using Gleam
Hi I would like to know if Gleam supports stream processing for through
- raw sockets
- kafka
- aws kinesis
If it is possible, is there an example of how to do it. I am exploring golang alternatives of Spark Streaming.
- already support socket
- added in https://github.com/chrislusf/gleam/commit/c0132073d3f8a06a2bf3e080f3b504b148f438c2
- not yet. Should be simple to add if you have an account to test it out.
See this introduction on how to add a new source https://github.com/chrislusf/gleam/wiki/Add-New-Source
Is the stream processing
here equivalent to the definition of stateful computation
from Apache Flink?
stateless