Commit c6b913ce authored by Savorboard's avatar Savorboard

Deployed 7580ae66 with MkDocs version: 1.0.4

parent 5e4d45fb
......@@ -1450,6 +1450,13 @@
<h1 id="cap">CAP<a class="headerlink" href="#cap" title="Permanent link">&para;</a></h1>
<p><img height="140" align="right" src="https://cap.dotnetcore.xyz/img/logo.svg">
<a href="https://travis-ci.org/dotnetcore/CAP"><img alt="Travis branch" src="https://img.shields.io/travis/dotnetcore/CAP/master.svg?label=travis-ci" /></a>
<a href="https://ci.appveyor.com/project/yuleyule66/cap/branch/master"><img alt="AppVeyor" src="https://ci.appveyor.com/api/projects/status/v8gfh6pe2u2laqoa/branch/master?svg=true" /></a>
<a href="https://www.nuget.org/packages/DotNetCore.CAP/"><img alt="NuGet" src="https://img.shields.io/nuget/v/DotNetCore.CAP.svg" /></a>
<a href="https://www.nuget.org/packages/DotNetCore.CAP/"><img alt="NuGet Preview" src="https://img.shields.io/nuget/vpre/DotNetCore.CAP.svg?label=nuget-pre" /></a>
<a href="https://github.com/dotnetcore"><img alt="Member project of .NET Core Community" src="https://img.shields.io/badge/member%20project%20of-NCC-9e20c9.svg" /></a>
<a href="https://raw.githubusercontent.com/dotnetcore/CAP/master/LICENSE.txt"><img alt="GitHub license" src="https://img.shields.io/badge/license-MIT-blue.svg" /></a></p>
<p>CAP is a library based on .Net standard, which is a solution to deal with distributed transactions, also has the function of EventBus, it is lightweight, easy to use, and efficiently.</p>
<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
<p>In the process of building an SOA or MicroService system, we usually need to use the event to integrate each services. In the process, the simple use of message queue does not guarantee the reliability. CAP is adopted the local message table program integrated with the current database to solve the exception may occur in the process of the distributed system calling each other. It can ensure that the event messages are not lost in any case.</p>
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment