File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<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 " >
3
3
</p >
4
4
5
5
# ClickHouse Data Synchromesh
@@ -12,19 +12,19 @@ based on [go-zero](https://github.com/tal-tech/go-zero)
12
12
13
13
Data workflow of a typical data warehouse architecture
14
14
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 )
16
16
17
17
### Design of Data Sync
18
18
19
19
Automatically synchronizing data from MySQL/MongoDB data source to ClickHouse cluster in real time(< 2min).
20
20
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 )
22
22
23
23
24
24
# start up
25
25
26
26
``` bash
27
- git clone https://github.com/tal-tech /cds.git
27
+ git clone https://github.com/zeromicro /cds.git
28
28
cd cds
29
29
make up
30
30
```
Original file line number Diff line number Diff line change 1
1
# start up
2
2
3
3
``` bash
4
- git clone https://github.com/tal-tech /cds.git
4
+ git clone https://github.com/zeromicro /cds.git
5
5
cd cds
6
6
make up
7
7
```
Original file line number Diff line number Diff line change 30
30
<!-- <router-link to="/">
31
31
<el-dropdown-item>Dashboard</el-dropdown-item>
32
32
</router-link> -->
33
- <a target =" _blank" href =" https://github.com/tal-tech /cds" >
33
+ <a target =" _blank" href =" https://github.com/zeromicro /cds" >
34
34
<el-dropdown-item >Github</el-dropdown-item >
35
35
</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" >
37
37
<el-dropdown-item >Docs</el-dropdown-item >
38
38
</a >
39
39
<el-dropdown-item divided @click.native =" logout" >
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ export const asyncRoutes = [
363
363
component : Layout ,
364
364
children : [
365
365
{
366
- path : 'https://github.com/tal-tech /cds' ,
366
+ path : 'https://github.com/zeromicro /cds' ,
367
367
meta : { title : 'Star Us' , icon : 'link' }
368
368
}
369
369
]
You can’t perform that action at this time.
0 commit comments