From d7b904c263621b30b88d7e3eddde021fba35bfff Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Tue, 8 Sep 2020 14:20:13 +0800 Subject: [PATCH] Add litedb and ZeroMQ to general.md (#660) * add litedb and ZeroMQ * Update general.md * Update general.md Co-authored-by: Savorboard --- docs/content/user-guide/zh/storage/general.md | 4 +++- docs/content/user-guide/zh/transport/general.md | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/content/user-guide/zh/storage/general.md b/docs/content/user-guide/zh/storage/general.md index c4f1571..9d04e64 100644 --- a/docs/content/user-guide/zh/storage/general.md +++ b/docs/content/user-guide/zh/storage/general.md @@ -70,4 +70,6 @@ CallbackName | 回调的订阅者名称 | string * SQLite ([@colinin](https://github.com/colinin)) : https://github.com/colinin/DotNetCore.CAP.Sqlite -* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) : https://github.com/cocosip/CAP-Extensions \ No newline at end of file +* LiteDB ([@maikebing](https://github.com/maikebing)) https://github.com/maikebing/CAP.Extensions/tree/master/src/DotNetCore.CAP.LiteDB + +* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) : https://github.com/cocosip/CAP-Extensions diff --git a/docs/content/user-guide/zh/transport/general.md b/docs/content/user-guide/zh/transport/general.md index 6fc75d1..62dda8c 100644 --- a/docs/content/user-guide/zh/transport/general.md +++ b/docs/content/user-guide/zh/transport/general.md @@ -26,4 +26,11 @@ CAP 支持以下几种运输方式: > http://geekswithblogs.net/michaelstephenson/archive/2012/08/12/150399.aspx >`Kafka` vs `RabbitMQ` : -> https://stackoverflow.com/questions/42151544/is-there-any-reason-to-use-rabbitmq-over-kafka \ No newline at end of file +> https://stackoverflow.com/questions/42151544/is-there-any-reason-to-use-rabbitmq-over-kafka + +## 社区支持的运输器 + +感谢社区对CAP的支持,以下是社区支持的运输器实现 + +* ZeroMQ ([@maikebing](https://github.com/maikebing)) https://github.com/maikebing/CAP.Extensions/tree/master/src/DotNetCore.CAP.ZeroMQ +