Browse Source

doc: update readme (#492)

tags/v1.1.0
Yuecai Liu GitHub 2 years ago
parent
commit
508795b8e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 2 deletions
  1. +12
    -1
      README.md
  2. +14
    -1
      README_ZH.md

+ 12
- 1
README.md View File

@@ -19,14 +19,25 @@ The principle of seata-go is consistent with that of Seata-java, which is compos
- [x] TCC
- [ ] XA
- [x] AT
- [x] Insert SQL
- [x] Delete SQL
- [x] Insert on update SQL
- [x] Multi update SQL
- [x] Multi delete SQL
- [x] Select for update SQL
- [x] Update SQL
- [ ] SAGA
- [ ] TM
- [x] TM
- [x] RPC communication
- [x] Transaction anti suspension
- [x] Manually way
- [x] Proxy datasource way
- [x] Null compensation
- [ ] Configuration center
- [x] Configuration file
- [ ] Registration Center
- [ ] Metric monitoring
- [x] Compressor algorithm
- [x] Examples




+ 14
- 1
README_ZH.md View File

@@ -19,14 +19,27 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成
- [x] TCC
- [ ] XA
- [x] AT
- [x] Insert SQL
- [x] Delete SQL
- [x] Insert on update SQL
- [x] Multi update SQL
- [x] Multi delete SQL
- [x] Select for update SQL
- [x] Update SQL
- [ ] SAGA
- [ ] TM
- [x] TM
- [x] RPC 通信
- [x] 事务防悬挂
- [x] 手动方式
- [x] 代理数据源方式
- [x] 空补偿
- [x] 手动方式
- [x] 代理数据源方式
- [ ] 配置中心
- [x] 配置文件
- [ ] 注册中心
- [ ] Metric 监控
- [x] 压缩算法
- [x] Sample 例子




Loading…
Cancel
Save