Slide 8
Slide 8 text
Pulsar Functions
The Apache Pulsar platform provides a
flexible, serverless computing framework
that allows you execute user-defined
functions to process and transform data.
• Implemented as simple methods, but allows
you to leverage existing libraries and code
within Java or Python code.
• Functions execute against every single event
that is published to a specified topic, and write
their results to another topic. Forming a logical
directed-acyclic graph.
• Enable dynamic filtering, transformation,
routing and analytics.
• Can run anywhere a JVM can, including edge
devices
8