Apache Samza

Summary

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]

Apache Samza
Original author(s)LinkedIn
Developer(s)Apache Software Foundation
Stable release
1.8.0 / 17 January 2023; 14 months ago (2023-01-17)[1]
RepositorySamza Repository
Written inScala, Java
Operating systemCross-platform
TypeDistributed stream processing
LicenseApache License 2.0
Websitesamza.apache.org

Overview edit

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 edit

References edit

  1. ^ "Announcing the release of Apache Samza 1.8.0". Retrieved 28 March 2024.
  2. ^ "How LinkedIn Uses Apache Samza". InfoQ. Retrieved 2016-09-28.
  3. ^ "Samza: Stateful Scalable Stream Processing at LinkedIn" (PDF).
  4. ^ "Spark Streaming vs Flink vs Storm vs Kafka Streams vs Samza : Choose Your Stream Processing Framework". www.linkedin.com. Retrieved 2019-07-23.
  5. ^ "Comparing Apache Spark, Storm, Flink and Samza stream processing engines - Part 1". Scott Logic. Retrieved 2019-07-23.
  6. ^ "Hadoop, Storm, Samza, Spark, and Flink: Big Data Frameworks Compared". DigitalOcean. Retrieved 2019-07-23.
  7. ^ "Apache Samza". blogs.apache.org. Retrieved 2019-07-23.
  8. ^ "Samza - Powered By". samza.apache.org. Retrieved 2019-07-23.

External links edit

  • Apache Samza website