Y
Hacker News
new
|
ask
|
show
|
jobs
by
ewhauser421
2326 days ago
Why not Apache Beam? It doesn’t require Spark or Flink
2 comments
miraculixx
2326 days ago
Thanks for the question. Beam has a more complex execution model and AFAIK also needs some executor environment like Spark to really parallelize workloads. Given a mongodb that all producers and consumers can attach to, minibatch runs anywhere.
link
ewhauser421
2326 days ago
(Beam has a DirectRunner which is just in memory)
link