From ff674d28a9622311490ef5751b2bc5367c55bf1a Mon Sep 17 00:00:00 2001 From: fanweixiao Date: Thu, 21 Jan 2021 16:46:01 +0800 Subject: [PATCH] doc: update CN readme (#111) --- README_CN.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README_CN.md b/README_CN.md index 619d210..c7cbc1e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -30,7 +30,7 @@ $ cd $GOPATH/src/github.com/yomorun/yomo $ make install ``` -![YoMo Tutorial 1](/yomorun/yomo/raw/master/docs/tutorial-1.png) +![YoMo Tutorial 1](https://yomo.run/tutorial-1.png) ### 2. 创建第一个yomo应用 @@ -46,7 +46,7 @@ $ cd yomo-app-demo ``` -![YoMo Tutorial 2](/yomorun/yomo/raw/master/docs/tutorial-2.png) +![YoMo Tutorial 2](https://yomo.run/tutorial-2.png) CLI将会自动创建一个`app.go`文件: @@ -101,7 +101,7 @@ func Handler(rxstream rx.RxStream) rx.RxStream { 1. 为了方便调试,我们创建了一个云端的数据模拟器,它可以产生源源不断的数据,我们只需要运行`yomo dev`就可以看到: -![YoMo Tutorial 3](/yomorun/yomo/raw/master/docs/tutorial-3.png) +![YoMo Tutorial 3](https://yomo.run/tutorial-3.png) 恭喜您!第一个YoMo应用已经完美运行起来啦! @@ -132,7 +132,18 @@ echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.bashrc ## 📚 文档 -**状态** 工作进行中 [docs.yomo.run](https://docs.yomo.run) +**WIP** + ++ `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) ## 🎯 越来越多的数据产生在数据中心之外,YoMo 关注在离数据更近的位置,提供便利的计算框架 -- GitLab