From 05a6df7f7b257e27268cf5fecb427c0be9c222c0 Mon Sep 17 00:00:00 2001 From: fanweixiao Date: Mon, 1 Mar 2021 23:51:07 +0800 Subject: [PATCH] docs: add use case to README (#137) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d4fb0297d..dbb5d927c 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,10 @@ echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.bashrc ## 🌶 Use Case +### event-first processing + +[Multiple data sources combined calculation](https://github.com/yomorun/yomo/tree/master/example/trainingmodel) + ### Sources + [Connect EMQ X Broker to YoMo](https://github.com/yomorun/yomo-source-emqx-starter)