Event Processing - activoricordi/nijinsky GitHub Wiki

The event processing allows to convert data (serialize and deserialize) or transform data.

Tools

Kafka Connect

  • Kafka connects Converters: Apache Kafka stores binary data
  • Kafka connects Transformations: There are Kafka Connect Rest API

NodeJS

Low-code Development

Node-Red

Use Node-Red as low-code engineering tool. Use AsyncAPI plugin for Node-Red for rapidly generating and configuring prototypes from those templates.

npm install node-red-contrib-plugin-asyncapi node-red-contrib-azure-event-hub

References