Y
Hacker News
new
|
ask
|
show
|
jobs
by
Nate75Sanders
402 days ago
Flink. It has more momentum than Spark right now.
2 comments
mgfist
402 days ago
"momentum" is a tricky word. Zig has more momentum than C++, but will it ever overtake the language? I'd bet not.
link
franktankbank
401 days ago
Well its not a tricky word it just wrong. Velocity maybe. Or more probably acceleration.
link
lamp_book
402 days ago
Flink is designed around streaming first, while Spark is built around batch first and you're likely best off selecting accordingly. Though any streaming application likely needs batch processing to some degree. Latency vs throughput.
link