From 7ab41e7bd4647d50f9bc0038a648acab5c820e56 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Fri, 11 Sep 2020 22:23:41 +0800 Subject: [PATCH] Update docs --- docs/content/user-guide/en/storage/general.md | 13 ++++++++++++- docs/content/user-guide/en/transport/general.md | 6 ++++++ docs/content/user-guide/zh/storage/general.md | 6 +++--- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/content/user-guide/en/storage/general.md b/docs/content/user-guide/en/storage/general.md index e178f69..f95b474 100644 --- a/docs/content/user-guide/en/storage/general.md +++ b/docs/content/user-guide/en/storage/general.md @@ -67,4 +67,15 @@ Timestamp | Message created time | string Content | Message content | string CallbackName | Consumer callback topic name | string -The `Id` field is generate using the mongo [objectid algorithm](https://www.mongodb.com/blog/post/generating-globally-unique-identifiers-for-use-with-mongodb). \ No newline at end of file +The `Id` field is generate using the mongo [objectid algorithm](https://www.mongodb.com/blog/post/generating-globally-unique-identifiers-for-use-with-mongodb). + + +## Community-supported extensions + +Thanks to the community for supporting CAP, the following is the implementation of community-supported storage + +* SQLite ([@colinin](https://github.com/colinin)) :https://github.com/colinin/DotNetCore.CAP.Sqlite + +* LiteDB ([@maikebing](https://github.com/maikebing)) :https://github.com/maikebing/CAP.Extensions + +* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) :https://github.com/cocosip/CAP-Extensions diff --git a/docs/content/user-guide/en/transport/general.md b/docs/content/user-guide/en/transport/general.md index 4e764ba..7c627dd 100644 --- a/docs/content/user-guide/en/transport/general.md +++ b/docs/content/user-guide/en/transport/general.md @@ -28,3 +28,9 @@ CAP supports several transport methods: >`Kafka` vs `RabbitMQ` : > https://stackoverflow.com/questions/42151544/is-there-any-reason-to-use-rabbitmq-over-kafka +## Community-supported extensions + +Thanks to the community for supporting CAP, the following is the implementation of community-supported transport + +* ZeroMQ ([@maikebing](https://github.com/maikebing)): https://github.com/maikebing/CAP.Extensions + diff --git a/docs/content/user-guide/zh/storage/general.md b/docs/content/user-guide/zh/storage/general.md index 9d04e64..d05aaf1 100644 --- a/docs/content/user-guide/zh/storage/general.md +++ b/docs/content/user-guide/zh/storage/general.md @@ -68,8 +68,8 @@ CallbackName | 回调的订阅者名称 | string 感谢社区对CAP的支持,以下是社区支持的持久化的实现 -* SQLite ([@colinin](https://github.com/colinin)) : https://github.com/colinin/DotNetCore.CAP.Sqlite +* SQLite ([@colinin](https://github.com/colinin)) :https://github.com/colinin/DotNetCore.CAP.Sqlite -* LiteDB ([@maikebing](https://github.com/maikebing)) https://github.com/maikebing/CAP.Extensions/tree/master/src/DotNetCore.CAP.LiteDB +* LiteDB ([@maikebing](https://github.com/maikebing)) :https://github.com/maikebing/CAP.Extensions -* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) : https://github.com/cocosip/CAP-Extensions +* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) :https://github.com/cocosip/CAP-Extensions