Warning
|
Work In Progress |
Each pattern that you will find in this folder is documented in the same way:
└── pattern/pattern-x ├── README.adoc : Full description of the pattern │ with use cases, reference implementations, │ video tutorial links,... ├── deployment/ │ ├── ... : Instructions and code to deploy │ └── ... the pattern. ├── examples/ │ ├── ... : Various basic examples on how to │ └── ... use or implement the pattern. └── src/ ├── ... : Sources for various elements used in the pattern, └── ... like container images, glue code,...
-
Inference to Kafka (Kafka Producer) : Produce kafka events from ML inference output
-
Kafka to Serverless : Triggers a serverless function from a Kafka event
-
Kafka Edge-to-Core : Store-and-forward kafka events from edge to core *