Software:Apache Samza

From HandWiki
Revision as of 15:29, 9 February 2024 by S.Timg (talk | contribs) (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Open-source distributed stream processing

Script error: No such module "About-distinguish".

Apache Samza
Apache Samza logo.svg
Original author(s)LinkedIn
Developer(s)Apache Software Foundation
Stable release
1.5.1 / 28 August 2020; 3 years ago (2020-08-28)[1]
RepositorySamza Repository
Written inScala, Java
Operating systemCross-platform
TypeDistributed stream processing
LicenseApache License 2.0
Websitesamza.apache.org

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

References

External links