Browse Source

add bytedance to using

pull/251/head
yedf2 4 years ago
parent
commit
6feef4e50e
  1. 4
      README.md
  2. 8
      helper/README-cn.md
  3. 6
      helper/README-en.md

4
README.md

@ -19,9 +19,9 @@ DTM is a distributed transaction framework which provides cross-service eventual
[Tencent](https://www.tencent.com/)
[Ivydad](https://ivydad.com)
[Bytedance](https://www.bytedance.com/)
[Eglass](https://epeijing.cn)
[Ivydad](https://ivydad.com)
## [Cook Book](https://en.dtm.pub)

8
helper/README-cn.md

@ -21,11 +21,9 @@ DTM是一款变革性的分布式事务框架,提供了傻瓜式的使用方
## 谁在使用DTM(仅列出部分)
[Tencent 腾讯](https://dtm.pub/other/using.html#tencent)
[Ivydad 常青藤爸爸](https://dtm.pub/other/using.html#ivydad)
[Eglass 视咖镜小二](https://dtm.pub/other/using.html)
[Bytedance 字节](https://dtm.pub/other/using.html#bytedance)
[极欧科技](https://dtm.pub/other/using.html)
[Ivydad 常青藤爸爸](https://dtm.pub/other/using.html#ivydad)
## 亮点
@ -135,7 +133,7 @@ go run main.go
在转入操作失败的情况下,TransIn和TransOut的补偿操作被执行,保证了最终的余额和转账前是一样的。
### 更多示例
参考[dtm-labs/dtm-examples](https://github.com/dtm-labs/dtm-examples)
上述示例主要演示了分布式事务的流程,更多的内容,包括如何与实际的数据库对接,如何做补偿,如何做回滚等实际的例子,请参考[dtm-labs/dtm-examples](https://github.com/dtm-labs/dtm-examples)
## 联系我们
### 公众号

6
helper/README-en.md

@ -19,9 +19,9 @@ DTM is a distributed transaction framework which provides cross-service eventual
[Tencent](https://www.tencent.com/)
[Ivydad](https://ivydad.com)
[Bytedance](https://www.bytedance.com/)
[Eglass](https://epeijing.cn)
[Ivydad](https://ivydad.com)
## [Cook Book](https://en.dtm.pub)
@ -89,7 +89,7 @@ The timing diagram for the intended failure is as follows:
## More examples
Refer to [dtm-examples](https://github.com/dtm-labs/dtm-examples) for more examples.
The above example mainly demonstrates the flow of a distributed transaction. More on this, including practical examples of how to interface with an actual database, how to do compensation, how to do rollback, etc. please refer to [dtm-examples](https://github.com/dtm-labs/dtm-examples) for more examples.
## Slack

Loading…
Cancel
Save