Software:Apache Samza
Script error: No such module "About-distinguish".
Original author(s) | |
---|---|
Developer(s) | Apache Software Foundation |
Stable release | 1.5.1
/ 28 August 2020[1] |
Repository | Samza Repository |
Written in | Scala, Java |
Operating system | Cross-platform |
Type | Distributed stream processing |
License | Apache License 2.0 |
Website | samza |
Apache Samza is an open-source, near-realtime, asynchronous computational framework for stream processing developed by the Apache Software Foundation in Scala and Java. It has been developed in conjunction with Apache Kafka. Both were originally developed by LinkedIn.[2]
Overview
Samza allows users to build stateful applications that process data in real-time from multiple sources including Apache Kafka.
Samza provides fault tolerance, isolation and stateful processing. Unlike batch systems such as Apache Hadoop or Apache Spark, it provides continuous computation and output, which result in sub-second[3] response times.
There are many players in the field of real-time stream processing and Samza is one of the mature products.[4][5][6] It was added to Apache in 2013.[7]
Samza is used by multiple companies.[8] The biggest installation is in LinkedIn.
See also
- Apache Beam
- Druid (open-source data store)
- List of Apache Software Foundation projects
- Storm (event processor)
References
- ↑ "Announcing the release of Apache Samza 1.5.1". https://samza.apache.org/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1.
- ↑ "How LinkedIn Uses Apache Samza". https://www.infoq.com/articles/linkedin-samza.
- ↑ "Samza: Stateful Scalable Stream Processing at LinkedIn". http://www.vldb.org/pvldb/vol10/p1634-noghabi.pdf.
- ↑ "Spark Streaming vs Flink vs Storm vs Kafka Streams vs Samza : Choose Your Stream Processing Framework" (in en). https://www.linkedin.com/pulse/spark-streaming-vs-flink-storm-kafka-streams-samza-choose-prakash.
- ↑ "Comparing Apache Spark, Storm, Flink and Samza stream processing engines - Part 1". https://blog.scottlogic.com/2018/07/06/comparing-streaming-frameworks-pt1.html.
- ↑ "Hadoop, Storm, Samza, Spark, and Flink: Big Data Frameworks Compared". https://www.digitalocean.com/community/tutorials/hadoop-storm-samza-spark-and-flink-big-data-frameworks-compared.
- ↑ "Apache Samza". https://blogs.apache.org/samza/.
- ↑ "Samza - Powered By". https://samza.apache.org/powered-by/.
External links
Original source: https://en.wikipedia.org/wiki/Apache Samza.
Read more |