Hurence / logisland

Scalable stream processing platform for advanced realtime analytics on top of Kafka and Spark. LogIsland also supports MQTT and Kafka Streams (Flink being in the roadmap). The platform does complex event processing and is suitable for time series analysis. A large set of valuable ready to use processors, data sources and sinks are available.

Home Page:https://logisland.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add OpenFAAS support

oalam opened this issue · comments

- controllerService: faas_service
  component: com.hurence.logisland.service.faas
  configuration:
    faas.server: http://myfaas.org    


   # add field if defect found
    - processor: defect_tagger
      component: com.hurence.logisland.processor.FAASExecute
      configuration:
        fass.service: faas_service
        fass.function: com.hurence.iot.functions.HasDefect
        fass.param.field: record_value
        fass.response.field: has_defect
        strategy: ....