Skip to content

Commit 8efe28f

Browse files
committed
chore: update tal-tech to zeromicro
1 parent f248811 commit 8efe28f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="left">
2-
<img width ="200px" src="https://github.com/tal-tech/cds/raw/master/doc/logo.png">
2+
<img width ="200px" src="https://github.com/zeromicro/cds/raw/master/doc/logo.png">
33
</p>
44

55
# ClickHouse Data Synchromesh
@@ -12,19 +12,19 @@ based on [go-zero](https://github.com/tal-tech/go-zero)
1212

1313
Data workflow of a typical data warehouse architecture
1414

15-
![avatar](https://github.com/tal-tech/cds/raw/master/doc/clickhouse_arch.png)
15+
![avatar](https://github.com/zeromicro/cds/raw/master/doc/clickhouse_arch.png)
1616

1717
### Design of Data Sync
1818

1919
Automatically synchronizing data from MySQL/MongoDB data source to ClickHouse cluster in real time(< 2min).
2020

21-
![同步drawio](https://github.com/tal-tech/cds/raw/master/doc/%E5%90%8C%E6%AD%A5drawio.png)
21+
![同步drawio](https://github.com/zeromicro/cds/raw/master/doc/%E5%90%8C%E6%AD%A5drawio.png)
2222

2323

2424
# start up
2525

2626
```bash
27-
git clone https://github.com/tal-tech/cds.git
27+
git clone https://github.com/zeromicro/cds.git
2828
cd cds
2929
make up
3030
```

doc/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# start up
22

33
```bash
4-
git clone https://github.com/tal-tech/cds.git
4+
git clone https://github.com/zeromicro/cds.git
55
cd cds
66
make up
77
```

web/src/layout/components/Navbar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<!-- <router-link to="/">
3131
<el-dropdown-item>Dashboard</el-dropdown-item>
3232
</router-link> -->
33-
<a target="_blank" href="https://github.com/tal-tech/cds">
33+
<a target="_blank" href="https://github.com/zeromicro/cds">
3434
<el-dropdown-item>Github</el-dropdown-item>
3535
</a>
36-
<a target="_blank" href="https://github.com/tal-tech/cds/blob/master/doc/quickstart.md">
36+
<a target="_blank" href="https://github.com/zeromicro/cds/blob/master/doc/quickstart.md">
3737
<el-dropdown-item>Docs</el-dropdown-item>
3838
</a>
3939
<el-dropdown-item divided @click.native="logout">

web/src/router/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export const asyncRoutes = [
363363
component: Layout,
364364
children: [
365365
{
366-
path: 'https://github.com/tal-tech/cds',
366+
path: 'https://github.com/zeromicro/cds',
367367
meta: { title: 'Star Us', icon: 'link' }
368368
}
369369
]

0 commit comments

Comments
 (0)