Package com.hazelcast.jet.python


@EvolvingApi package com.hazelcast.jet.python
Contributes a PythonTransforms.mapUsingPython(com.hazelcast.jet.python.PythonServiceConfig) transform that allows you to transform Jet pipeline data using a Python function. See PythonServiceConfig for more details.
Since:
Jet 4.0
  • Class
    Description
    Extension which allows the user to call Python user-defined functions from inside a Jet pipeline.
    Pipeline stage with ability to call Python user-defined functions.
    Configuration object for the Python service factory, used in a mapUsingPython stage and python extension.
    Transforms which allow the user to call Python user-defined functions from inside a Jet pipeline.