Browse Source

update en docs

pull/222/head
yedf2 4 years ago
parent
commit
8ef08ba9ff
  1. 19
      README.md
  2. 3
      helper/README-cn.md
  3. 19
      helper/README-en.md

19
README.md

@ -5,25 +5,24 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/dtm-labs/dtm.svg)](https://pkg.go.dev/github.com/dtm-labs/dtm)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go#database)
# [中文文档](https://github.com/dtm-labs/dtm/blob/main/helper/README-cn.md)
English | [简体中文](https://github.com/dtm-labs/dtm/blob/main/helper/README-cn.md)
# A Cross Language Distributed Transaction Manager
# Distributed Transactions Manager
## Who's using DTM
## What is DTM
[Tencent](https://www.tencent.com/)
DTM is a distributed transaction solution which provides cross-service eventually data consistency. It provides saga, tcc, xa, 2-phase message strategies for a variety of application scenarios. It also supports multiple languages and multiple store engine to form up a transaction as following:
[Ivydad](https://ivydad.com)
![function-picture](https://en.dtm.pub/assets/function.7d5618f8.png)
[Eglass](https://epeijing.cn)
## Who's using DTM (partial)
[Jiou](http://jiou.me)
[Tencent](https://www.tencent.com/)
[GoldenData]()
[Ivydad](https://ivydad.com)
## What is DTM
[Eglass](https://epeijing.cn)
DTM is the first distributed transaction management framework in Golang. Unlike other frameworks, DTM provides extremely easy access interfaces of HTTP and gRPC, supports multiple language bindings, and handles tricky problems of unordered sub-transactions at the framework level.
## Features

3
helper/README-cn.md

@ -5,7 +5,8 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/dtm-labs/dtm.svg)](https://pkg.go.dev/github.com/dtm-labs/dtm)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go#database)
# [English Docs](https://github.com/dtm-labs/dtm/blob/main/helper/README-en.md)
简体中文 | [English](https://github.com/dtm-labs/dtm/blob/main/helper/README-en.md)
# 跨语言分布式事务管理器
DTM是一款变革性的分布式事务框架,提供了傻瓜式的使用方式,极大的降低了分布式事务的使用门槛,改变了“能不用分布式事务就不用”的行业现状。 dtm 的应用范围非常广,可以应用于以下常见的领域:

19
helper/README-en.md

@ -5,25 +5,24 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/dtm-labs/dtm.svg)](https://pkg.go.dev/github.com/dtm-labs/dtm)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go#database)
# [中文文档](https://github.com/dtm-labs/dtm/blob/main/helper/README-cn.md)
English | [简体中文](https://github.com/dtm-labs/dtm/blob/main/helper/README-cn.md)
# A Cross Language Distributed Transaction Manager
# Distributed Transactions Manager
## Who's using DTM
## What is DTM
[Tencent](https://www.tencent.com/)
DTM is a distributed transaction solution which provides cross-service eventually data consistency. It provides saga, tcc, xa, 2-phase message strategies for a variety of application scenarios. It also supports multiple languages and multiple store engine to form up a transaction as following:
[Ivydad](https://ivydad.com)
![function-picture](https://en.dtm.pub/assets/function.7d5618f8.png)
[Eglass](https://epeijing.cn)
## Who's using DTM (partial)
[Jiou](http://jiou.me)
[Tencent](https://www.tencent.com/)
[GoldenData]()
[Ivydad](https://ivydad.com)
## What is DTM
[Eglass](https://epeijing.cn)
DTM is the first distributed transaction management framework in Golang. Unlike other frameworks, DTM provides extremely easy access interfaces of HTTP and gRPC, supports multiple language bindings, and handles tricky problems of unordered sub-transactions at the framework level.
## Features

Loading…
Cancel
Save