From f5114be42740406dddb206a48214a0e837eaa76b Mon Sep 17 00:00:00 2001 From: fanweixiao Date: Thu, 21 Jan 2021 16:03:13 +0800 Subject: [PATCH] doc: add documentation links #110 --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f99ce05..0ae30b9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ YoMo is an open-source Streaming Serverless Framework for building Low-latency Edge Computing applications. Built atop QUIC Transport Protocol and Functional Reactive Programming interface. makes real-time data processing reliable, secure, and easy. -More info at 🦖[https://yomo.run] +Official Website: 🦖[https://yomo.run](https://yomo.run) [Gitee](https://gitee.com/yomorun/yomo) @@ -132,7 +132,16 @@ echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.bashrc ## 📚 Documentation -**status** WIP [yomo.run](https://yomo.run) ++ `YoMo-Source`: [yomo.run/source](https://yomo.run/source) ++ `YoMo-Flow`: [yomo.run/flow](https://yomo.run/flow) ++ `YoMo-Sink`: [yomo.run/sink](https://yomo.run/sink) ++ `YoMo-Zipper`: [yomo.run/zipper](https://yomo.run/zipper) ++ `Stream Processing in Rx way`: [Rx](https://yomo.run/rx) ++ `Faster than real-time codec`: [Y3](https://github.com/yomorun/y3-codec) + +[YoMo](https://yomo.run) ❤️ [Vercel](https://vercel.com/?utm_source=cella&utm_campaign=oss), Our documentation website is + +![Vercel Logo](https://raw.githubusercontent.com/yomorun/yomo-docs/main/public/vercel.svg) ## 🎯 Focuses on computings out of data center -- GitLab