Hacker News new | ask | show | jobs
by felipesabino 4079 days ago
Samza's author really opened my mind related to how useful stream process is to high performance data processing [1] and I think Samza's only bummer (for me, personally, today) is it's lack of support for non-JMV languages [2]

[1] https://www.youtube.com/watch?v=fU9hR3kiOK0

[2] http://samza.apache.org/learn/documentation/0.7.0/comparison...

2 comments

I totally agree! I can't wait for Martin Kleppmann's "Designing Data-Intensive Applications" to be complete. I've read the chapters available through the early release and highly recommend the book based on what I've seen so far!

http://dataintensive.net/

Apache Storm has non-jvm languages https://storm.apache.org/
Yap! Also, Spark added a Python API for Spark Streaming after v1.2 [1]

[1] https://spark.apache.org/docs/1.2.0/streaming-programming-gu...