-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathshard_matrix.yaml
67 lines (62 loc) · 1.41 KB
/
shard_matrix.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
version: 1
table_groups:
user:
- users
- payments
- offers
tracking:
- visitors
- sign_ups
published:
- published_offers
unique_columns:
users:
- email
- username
nodes:
DB0001:
dsn: mysql:dbname=shard;host=localhost:3301;user=root;password=password
docker_network: DB0001:3306
geo: UK
table_groups:
- user
- published
DB0002:
dsn: mysql:dbname=shard;host=localhost:3302;user=root;password=password
docker_network: DB0002:3306
geo: UK
table_groups:
- user
- published
DB0003:
dsn: mysql:dbname=shard;host=localhost:3303;user=root;password=password
docker_network: DB0003:3306
geo: UK
table_groups:
- user
- published
DB0004:
dsn: mysql:dbname=shard;host=localhost:3304;user=root;password=password
docker_network: DB0004:3306
geo: UK
table_groups:
- published
DB0005:
dsn: mysql:dbname=shard;host=localhost:3305;user=root;password=password
docker_network: DB0005:3306
table_groups:
- tracking
DB0006:
dsn: mysql:dbname=shard;host=localhost:3306;user=root;password=password
docker_network: DB0006:3306
geo: UK
insert_data: false
table_groups:
- tracking
DB0007:
dsn: pgsql:dbname=shard;host=localhost:5407;user=postgres;password=password
docker_network: DB0007:5432
geo: UK
table_groups:
- user
- tracking