Skip to content

Commit b77da5d

Browse files
author
bajins
committed
docs(DBS): 更新数据库相关工具和资源
- 在 MySQL、PostgreSQL 和通用数据库分类中添加了多个新的工具和资源链接 - 更新了现有链接的格式和顺序,使其更加清晰和易于阅读 - 在其他部分(如 Go、Java、系统管理等)也添加了一些新的资源链接
1 parent 70ee1c4 commit b77da5d

13 files changed

+58
-15
lines changed

DBS/MySQL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* [https://www.solarwinds.com/zh/database-performance-monitoring-software](https://www.solarwinds.com/zh/database-performance-monitoring-software)
3737
* 高可用复制管理工具 [https://github.com/openark/orchestrator](https://github.com/openark/orchestrator)
3838
* 水平切片集群扩展 [https://github.com/vitessio/vitess](https://github.com/vitessio/vitess)
39+
* 配置管理 [https://github.com/AhmedAredah/DBSwitcher](https://github.com/AhmedAredah/DBSwitcher)
3940

4041

4142

DBS/MySQL备份恢复.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
* 热备份 [https://github.com/percona/percona-xtrabackup](https://github.com/percona/percona-xtrabackup)
1212
* [https://github.com/blylei/frabit](https://github.com/blylei/frabit)
13+
* 读取binlog [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
14+
* [https://github.com/alibaba/canal](https://github.com/alibaba/canal)
1315

1416

1517

@@ -26,7 +28,6 @@
2628
* [https://github.com/Michaelsky0913/binlog2sql](https://github.com/Michaelsky0913/binlog2sql)
2729

2830

29-
3031
```bash
3132
git clone https://github.com/danfengcao/binlog2sql.git
3233
cd binlog2sql/

DBS/PostgreSQL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* [https://github.com/commandprompt/pgmanage](https://github.com/commandprompt/pgmanage)
2828
* 管理器 [https://github.com/sorintlab/stolon](https://github.com/sorintlab/stolon)
2929
* [https://github.com/achristmascarl/rainfrog](https://github.com/achristmascarl/rainfrog)
30+
* [https://github.com/lesovsky/pgcenter](https://github.com/lesovsky/pgcenter)
3031
* 连接池工具 [https://github.com/pgbouncer/pgbouncer](https://github.com/pgbouncer/pgbouncer)
3132
* 扩展Rust开发框架 [https://github.com/tcdi/pgx](https://github.com/tcdi/pgx)
3233
* 迁移 [https://github.com/sbdchd/squawk](https://github.com/sbdchd/squawk)

DBS/README.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949

5050

51-
**备份/迁移/同步/导入导出**
51+
**备份/迁移/同步/复制/导入导出**
5252

5353
> (EXTRACT,TRANSFORMATION,LOAD) ETL:[Talend](https://www.talend.com)、Kettle、Informatica、Inaplex Inaport、Hevo、Xplenty、Skyvia、DBConvert Studio、Sprinkle
5454
@@ -66,6 +66,14 @@
6666

6767

6868

69+
- [https://github.com/osalvador/ReplicaDB](https://github.com/osalvador/ReplicaDB)
70+
- [https://github.com/JumpMind/symmetric-ds](https://github.com/JumpMind/symmetric-ds)
71+
- [https://sourceforge.net/projects/symmetricds](https://sourceforge.net/projects/symmetricds)
72+
- [https://www.symmetricds.org](https://www.symmetricds.org)
73+
- [https://github.com/86dbs/dbsyncer](https://github.com/86dbs/dbsyncer)
74+
- [https://gitee.com/dromara/dbswitch](https://gitee.com/dromara/dbswitch)
75+
- [https://github.com/Henryhuang0411/mydbswitch](https://github.com/Henryhuang0411/mydbswitch)
76+
- [https://github.com/viant/dbsync](https://github.com/viant/dbsync)
6977
- [https://github.com/pentaho/pentaho-kettle](https://github.com/pentaho/pentaho-kettle)
7078
- [https://github.com/zhaxiaodong9860/kettle-scheduler](https://github.com/zhaxiaodong9860/kettle-scheduler)
7179
- [https://github.com/xiaoymin/KettleInAction100](https://github.com/xiaoymin/KettleInAction100)
@@ -79,10 +87,15 @@
7987
- [https://bitbucket.org/liamstask/goose](https://bitbucket.org/liamstask/goose)
8088
- [https://github.com/Qovery/replibyte](https://github.com/Qovery/replibyte)
8189
- [https://github.com/alibaba/DataX](https://github.com/alibaba/DataX)
90+
- [https://github.com/WeiYe-Jing/datax-web](https://github.com/WeiYe-Jing/datax-web)
91+
- [https://github.com/alibaba/otter](https://github.com/alibaba/otter)
92+
- [https://github.com/redpanda-data/connect](https://github.com/redpanda-data/connect)
93+
- [https://github.com/DTStack/chunjun](https://github.com/DTStack/chunjun)
8294
- [https://github.com/singer-io](https://github.com/singer-io)
8395
- [https://github.com/transferwise/pipelinewise](https://github.com/transferwise/pipelinewise)
8496
- [https://github.com/wgzhao/Addax](https://github.com/wgzhao/Addax)
8597
- [https://github.com/airbytehq/airbyte](https://github.com/airbytehq/airbyte)
98+
- [https://github.com/apache/flink-cdc](https://github.com/apache/flink-cdc)
8699
- [https://github.com/tapdata/tapdata](https://github.com/tapdata/tapdata)
87100
- [https://github.com/flyway/flyway](https://github.com/flyway/flyway)
88101
- [Migrations](https://documentation.red-gate.com/fd/migrations-184127470.html)
@@ -93,9 +106,7 @@
93106
- [https://github.com/liquibase](https://github.com/liquibase)
94107
- [https://github.com/sqitchers/sqitch](https://github.com/sqitchers/sqitch)
95108
- [https://github.com/ariga/atlas](https://github.com/ariga/atlas)
96-
- [https://github.com/JumpMind/symmetric-ds](https://github.com/JumpMind/symmetric-ds)
97-
- [https://sourceforge.net/projects/symmetricds](https://sourceforge.net/projects/symmetricds)
98-
- [https://www.symmetricds.org](https://www.symmetricds.org)
109+
- [https://github.com/CourseOrchestra/celesta](https://github.com/CourseOrchestra/celesta)
99110
- [https://github.com/planetscale](https://github.com/planetscale)
100111
- [https://github.com/lecaillon/Evolve](https://github.com/lecaillon/Evolve)
101112
- [https://github.com/rdagumampan/yuniql](https://github.com/rdagumampan/yuniql)
@@ -107,6 +118,7 @@
107118
- [https://github.com/ibmdb](https://github.com/ibmdb)
108119
- [https://github.com/cakephp/phinx](https://github.com/cakephp/phinx)
109120
- [https://www.sqlines.com](https://www.sqlines.com)
121+
- [https://gitee.com/sxfad/porter](https://gitee.com/sxfad/porter)
110122
- DbVisualizer [https://www.dbvis.com](https://www.dbvis.com)
111123
- PostgreSQL迁移 [https://github.com/jackc/tern](https://github.com/jackc/tern)
112124
- [https://github.com/dimitri/pgcopydb](https://github.com/dimitri/pgcopydb)
@@ -116,10 +128,28 @@
116128
- [https://github.com/jeessy2/backup-db](https://github.com/jeessy2/backup-db)
117129
- [https://github.com/database-mesh](https://github.com/database-mesh)
118130
- [https://github.com/eduardolat/pgbackweb](https://github.com/eduardolat/pgbackweb)
119-
- [https://github.com/darold/ora2pg](https://github.com/darold/ora2pg)
131+
- [https://github.com/Hornetlabs/synchdb](https://github.com/Hornetlabs/synchdb)
120132
- [https://github.com/dimitri/pgloader](https://github.com/dimitri/pgloader)
133+
- [https://github.com/darold/ora2pg](https://github.com/darold/ora2pg)
134+
- [https://sourceforge.net/projects/ora2pg](https://sourceforge.net/projects/ora2pg)
135+
- [https://github.com/vibhorkum/pg_background](https://github.com/vibhorkum/pg_background)
136+
- 兼容性函数 [https://github.com/orafce/orafce](https://github.com/orafce/orafce)
137+
- [https://github.com/zaops/or2pg-admin](https://github.com/zaops/or2pg-admin)
138+
- [https://github.com/Guy-Incognito/ora2pg](https://github.com/Guy-Incognito/ora2pg)
139+
- [https://github.com/RiprLutuk/copy-table-oracle-to-postgresql](https://github.com/RiprLutuk/copy-table-oracle-to-postgresql)
140+
- [https://github.com/romkoval/py-ora2pg](https://github.com/romkoval/py-ora2pg)
141+
- [https://gitlab.com/ongresinc](https://gitlab.com/ongresinc)
142+
- [https://github.com/ongres](https://github.com/ongres)
143+
- https://hub.docker.com/r/riprlutuk/ora2pg
144+
- [https://github.com/cybertec-postgresql/ora_migrator](https://github.com/cybertec-postgresql/ora_migrator)
145+
- [https://github.com/semay-cli/sql-migration](https://github.com/semay-cli/sql-migration)
146+
- [https://github.com/the4thdoctor/pg_chameleon](https://github.com/the4thdoctor/pg_chameleon)
121147
- [https://github.com/dalibo/sqlserver2pgsql](https://github.com/dalibo/sqlserver2pgsql)
148+
- [https://github.com/stripe/pg-schema-diff](https://github.com/stripe/pg-schema-diff)
149+
- [https://github.com/m1h1r-a/ddl-migration-conversion](https://github.com/m1h1r-a/ddl-migration-conversion)
150+
- [https://github.com/kurtbuilds/sql](https://github.com/kurtbuilds/sql)
122151
- [https://sqlbackupandftp.com/download](https://sqlbackupandftp.com/download)
152+
- [https://dbconvert.com/download](https://dbconvert.com/download)
123153
- 日志解析订阅和消费 [https://github.com/alibaba/canal](https://github.com/alibaba/canal)
124154
- [https://github.com/ucarGroup/DataLink](https://github.com/ucarGroup/DataLink)
125155
- 数据库监控 [https://github.com/debezium/debezium](https://github.com/debezium/debezium)

Go/Go编译打包.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* [https://github.com/storyicon/gos](https://github.com/storyicon/gos)
3535
* [https://github.com/docker/golang-cross](https://github.com/docker/golang-cross)
3636
* [https://github.com/im4x5yn74x/dropper2](https://github.com/im4x5yn74x/dropper2)
37+
* [https://github.com/getporter/porter](https://github.com/getporter/porter)
3738
* Go编译器 [https://github.com/tinygo-org/tinygo](https://github.com/tinygo-org/tinygo)
3839

3940

Java/Java构建管理.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@
9393
- [https://www.jetbrains.com/zh-cn/teamcity](https://www.jetbrains.com/zh-cn/teamcity)
9494
- [https://www.atlassian.com/zh/software/bamboo](https://www.atlassian.com/zh/software/bamboo)
9595
- [https://github.com/technomancy/leiningen](https://github.com/technomancy/leiningen)
96-
- [https://github.com/ansible/ansible](https://github.com/ansible/ansible)
97-
- [https://github.com/ansible-community](https://github.com/ansible-community)
98-
- [https://github.com/sky22333/ansible-ui](https://github.com/sky22333/ansible-ui)
99-
- 自动化部署 [https://github.com/dreamans/syncd](https://github.com/dreamans/syncd)
96+
- [https://codeberg.org/leiningen/leiningen](https://codeberg.org/leiningen/leiningen)
10097
- [https://github.com/jitpack/jitpack.io](https://github.com/jitpack/jitpack.io)
10198
- [https://github.com/jreleaser](https://github.com/jreleaser)
10299

Other/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
* [http://www.googlefonts.net](http://www.googlefonts.net)
129129
* [https://github.com/notofonts/noto-cjk](https://github.com/notofonts/noto-cjk)
130130
* [https://github.com/simonsmh/notocjk](https://github.com/simonsmh/notocjk)
131+
* [https://github.com/dejavu-fonts/dejavu-fonts](https://github.com/dejavu-fonts/dejavu-fonts)
132+
* [https://github.com/deepin-community/fonts-wqy-zenhei](https://github.com/deepin-community/fonts-wqy-zenhei)
133+
* [https://sourceforge.net/projects/wqy](https://sourceforge.net/projects/wqy)
131134
* [https://github.com/subframe7536/maple-font](https://github.com/subframe7536/maple-font)
132135
* [https://github.com/dejavu-fonts/dejavu-fonts](https://github.com/dejavu-fonts/dejavu-fonts)
133136
* [https://github.com/fontello](https://github.com/fontello)

Other/书籍和博客.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
* [https://github.com/PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)
163163
* [https://github.com/QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)
164164
* [https://feishuhub.com](https://feishuhub.com)
165+
* [https://github.com/Jacob-Hegy/CCNA-Notes](https://github.com/Jacob-Hegy/CCNA-Notes)
165166
* 综合逆向工程教程 [https://github.com/mytechnotalent/Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering)
166167
* [https://github.com/0xinfection/reversing](https://github.com/0xinfection/reversing)
167168
* Google的软件工程 [https://qiangmzsx.github.io/Software-Engineering-at-Google](https://qiangmzsx.github.io/Software-Engineering-at-Google)

PL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
* [https://github.com/hashicorp/vagrant](https://github.com/hashicorp/vagrant)
252252
* [https://app.vagrantup.com/boxes/search](https://app.vagrantup.com/boxes/search)
253253
* [https://github.com/elasticdog/salt-sandbox](https://github.com/elasticdog/salt-sandbox)
254-
* [https://github.com/saltstack](https://github.com/saltstack)
255254
* [https://github.com/devcontainers](https://github.com/devcontainers)
256255
* [https://github.com/devonfw/ide](https://github.com/devonfw/ide)
257256
* [https://github.com/skeeto/w64devkit](https://github.com/skeeto/w64devkit)
@@ -289,6 +288,7 @@
289288
* [https://github.com/piku/piku](https://github.com/piku/piku)
290289
* [https://github.com/tektoncd](https://github.com/tektoncd)
291290
* [https://github.com/GoogleContainerTools/skaffold](https://github.com/GoogleContainerTools/skaffold)
291+
* [https://github.com/dreamans/syncd](https://github.com/dreamans/syncd)
292292
* 在线手册API [https://www.matools.com/api](https://www.matools.com/api)
293293
* 环境设置 [https://github.com/josean-dev/dev-environment-files](https://github.com/josean-dev/dev-environment-files)
294294
* 游戏多语言实现 [https://github.com/coding-horror/basic-computer-games](https://github.com/coding-horror/basic-computer-games)

PL/Rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ check-revoke = false
334334
- [https://github.com/brendonovich/prisma-client-rust](https://github.com/brendonovich/prisma-client-rust)
335335
- [https://github.com/diesel-rs/diesel](https://github.com/diesel-rs/diesel)
336336
- [https://github.com/launchbadge/sqlx](https://github.com/launchbadge/sqlx)
337+
- [https://github.com/kurtbuilds/ormlite](https://github.com/kurtbuilds/ormlite)
337338
- SQL缓存 [https://github.com/readysettech/readyset](https://github.com/readysettech/readyset)
338339
- SQL词法分析 [https://github.com/sqlparser-rs/sqlparser-rs](https://github.com/sqlparser-rs/sqlparser-rs)
339340
- 全文搜索 [https://github.com/zhihu/rucene](https://github.com/zhihu/rucene)

0 commit comments

Comments
 (0)