登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
1月18日,北京,聊聊2025如何加入技术开发?
代码拉取完成,页面将自动刷新
开源项目
>
前沿技术
>
IOT/物联网/边缘计算
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
45
Star
300
Fork
75
GVP
YoMo
/
yomo
代码
Issues
0
Pull Requests
0
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v1.9.1
5f11635
2022-09-09 10:48
对比
v1.9.1
C.C.
支持 WebAssembly 作为 Edge Function
最后提交信息为:
fix(connection): conn nil pointer panic (#372)
v1.5.3
48b70d0
2021-10-29 11:02
对比
v1.5.3
C.C.
## Core Changes * Optimize error recovery * Optimize debug information @fanweixiao (#251)
最后提交信息为:
fix: handle application error between client and server, Close #249
v1.3.1
848d4be
2021-06-19 14:20
对比
v1.3.1
C.C.
## Core Changes - refactor(cli): 清理 `CLI` 相关代码 (#186) - fix(client): 调整心跳间隔
最后提交信息为:
fix(client): increase the timeout of heartbeat to 5s
v1.3.0
455f8e9
2021-06-18 18:25
对比
v1.3.0
C.C.
## Core Changes - feat(mesh): 添加 zipper-sender 客户端 - fix(zipper): 在Zipper和Flow之间只建立一个物理连接,应用多流机制
最后提交信息为:
Update README.md
v1.2.520
2fa230e
2021-06-05 20:21
对比
v1.2.520
C.C.
## Core Changes - feat(workflow): 重组连接创建(#169),无服务器应用程序可以部署在任何地方 - feat(codec): 支持JSON(#166),使得WebSocket与YoMo的集成变得更加容易。 - feat(quic): QUIC客户端支持`0-RTT` (#167)
最后提交信息为:
feat(wf): Restructure the connection creation (#169)
v1.1.0
4e655b0
2021-06-05 14:20
对比
v1.1.0
C.C.
## Core Changes - 支持多流合并
最后提交信息为:
fix(rx): zip 3 or more streams (#159) (#162)
v1.0.0
6573aa2
2021-05-08 15:05
对比
v1.0.0
C.C.
**Core Changes** - Read from multiple sources - Write-back to streams - Add more examples and use cases
最后提交信息为:
Update README.md (#138)
v0.7.7
db7753b
2021-05-07 17:32
对比
v0.7.7
C.C.
## Core Changes - Bump `ye-codec-golang` to v1.6.4 - Rename `y3` tag declaration from `yomo:"0x10"` to `y3:"0x10"`
最后提交信息为:
refactor(tag): upgrade y3 to modify the tag declaration of a struct...
v0.7.6
bbdfbd3
2021-02-02 11:23
对比
v0.7.6
C.C.
**关键升级** - YoMo-Zipper增加校验,添加至少一个YoMo-Flow或YoMo-Sink即可 - 添加了更多的示例代码,展示如何与其他优秀的开源项目集成,如:FaunaDB、SSVM、EMQX
最后提交信息为:
fix(zipper): require at least one flow or sink (#122)
v0.7.5
7d05e75
2021-01-28 17:05
对比
v0.7.5
C.C.
**Core Changes** - 重构`yomo-zipper`的配置规则 - 添加example
最后提交信息为:
refactor(core): validate wf config (#117)
v0.7.4
4d1bc81
2021-01-27 19:20
对比
v0.7.4
C.C.
升级`y3-codec-golang`至v1.6.2,并且修复了多multiple subscribers时的错误
最后提交信息为:
docs: add the required Go version (#115)
v0.7.3
ec61a87
2021-01-21 20:36
对比
v0.7.3
C.C.
**Core Changes** - Fix: one QUIC connection corresponds to one RxStream.
最后提交信息为:
fix(core): fix One quic connection corresponds to one rxstream (#109)
v0.7.2
c32bfc9
2021-01-21 16:48
对比
v0.7.2
C.C.
升级`y3-codec-golang`至 v1.6.1 版本
最后提交信息为:
V0.7.2 fix(core) upgrade y3 (#106)
v0.7.1
894f665
2021-01-13 12:03
对比
v0.7.1
C.C.
升级Y3 Codec至v1.5版本,实现在流式数据处理的过程中,达到"faster than real-time"的效果
最后提交信息为:
refactor(y3): change the project name (#103)
v0.7.0
4ff5f11
2021-01-08 10:08
对比
v0.7.0
C.C.
Implement `yomo-sink` to receive the data from `yomo-flow`. **Core Changes** - Distribute data to `yomo-sink` in parallel. - Add examples of `yomo-sink`. **Examples** - Save data to `FaunaDB`: [yomo-sink-faunadb](https://github.com/yomorun/yomo-sink-faunadb) - Show real-time data on `web`: - [yomo-sink-socketio](https://github.com/yomorun/yomo-sink-socketio) - [yomo-sink-web](https://github.com/yomorun/yomo-sink-web)
最后提交信息为:
fix(wf): add sink (#100)
v0.6.0
8b0420a
2020-12-31 10:17
对比
v0.6.0
C.C.
添加 `yomo-zipper` (workflow) ,它会接受来自 `yomo-source` 发送过来的数据, 以串联管道的方式一个接一个的运行 `yomo-flow` (streaming serverless) , 最后将处理结果分发到 `yomo-sink` 中完成整个处理流程. **Core Changes** - Add CLI `yomo wf run workflow.yaml` [#62] - Add two examples of `yomo-source`. **Examples** - `yomo-source`: - [yomo-source-demo](https://github.com/yomorun/yomo-source-demo) - [yomo-source-mqtt-broker-starter](https://github.com/yomorun/yomo-source-mqtt-broker-starter) - `yomo-flow`: [example/flow/app.go](https://github.com/yomorun/yomo/blob/master/example/flow/app.go) - `yomo-sink`: [example/sink/app.go](https://github.com/yomorun/yomo/blob/master/example/sink/app.go) - `yomo-zipper`: [example/workflow.yaml](https://github.com/yomorun/yomo/blob/master/example/workflow.yaml)
最后提交信息为:
feat/wf: add wf feature (#87)
v0.5.2
155e164
2020-12-29 14:26
对比
v0.5.2
C.C.
可以使用`yomo init demo`快速创建脚手架项目
最后提交信息为:
docs: update README for readability (#83)
v0.5.1
35c4234
2020-12-25 17:55
对比
v0.5.1
C.C.
**Core Changes** - Add `yomo init [name]`. - Add `yomo --version`.
最后提交信息为:
docs(README): update "Getting Started"
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Go
1
https://gitee.com/yomorun/yomo.git
[email protected]
:yomorun/yomo.git
yomorun
yomo
yomo
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册