Skip to content

Commit

Permalink
add MySQL cobar & canal
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp0578 committed Mar 20, 2020
1 parent 949a4eb commit c0865c4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
- [Docker搭建MySQL集群](src/MySQL/docker.md)
- [Galera Cluster for MySQL](src/MySQL/Galera.md)
- [MHA - Master High Availability](src/MySQL/MHA.md)
- [cobar - a proxy for sharding databases and tables](src/MySQL/cobar.md)
- [canal - 阿里巴巴 MySQL binlog 增量订阅&消费组件](src/MySQL/canal.md)
4. [composer](src/composer/README.md "composer")
- [composer basic](src/composer/basic.md) composer基础使用
- [composer config](src/composer/config.md) composer配置相关
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL/MHA.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
## MHA - Master High Availability
> https://www.jianshu.com/p/699c8777916e
> https://www.jianshu.com/p/699c8777916e
> https://www.jianshu.com/p/dc6c62c50b98
4 changes: 3 additions & 1 deletion src/MySQL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@
- [MySQL慢日志分析](slow_log.md)
- [Docker搭建MySQL集群](docker.md)
- [Galera Cluster for MySQL](Galera.md)
- [MHA - Master High Availability](MHA.md)
- [MHA - Master High Availability](MHA.md)
- [cobar - a proxy for sharding databases and tables](cobar.md)
- [canal - 阿里巴巴 MySQL binlog 增量订阅&消费组件](canal.md)
2 changes: 2 additions & 0 deletions src/MySQL/canal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## canal - 阿里巴巴 MySQL binlog 增量订阅&消费组件
> https://github.com/alibaba/canal
2 changes: 2 additions & 0 deletions src/MySQL/cobar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## cobar - a proxy for sharding databases and tables
> https://github.com/alibaba/cobar

0 comments on commit c0865c4

Please sign in to comment.