Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit a8d130c

Browse files
committed
Merge branch 'contrib_improvements' of https://github.com/jardayn/data-diff into jardayn-contrib_improvements
2 parents d8c94f7 + 57d4352 commit a8d130c

File tree

5 files changed

+75
-58
lines changed

5 files changed

+75
-58
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The same goes for other technical requests, like missing features, or gaps in th
3434

3535
See [issues](/datafold/data-diff/issues/).
3636

37-
For questions, and non-technical discussions, see [discussions](/datafold/data-diff/discussions).
37+
For questions, and non-technical discussions, see [discussions](https://github.com/datafold/data-diff/discussions).
3838

3939
### Contributing code
4040

docker-compose.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
postgres:
5-
container_name: postgresql
5+
container_name: dd-postgresql
66
image: postgres:14.1-alpine
77
# work_mem: less tmp files
88
# maintenance_work_mem: improve table-level op perf
@@ -25,7 +25,7 @@ services:
2525
- local
2626

2727
mysql:
28-
container_name: mysql
28+
container_name: dd-mysql
2929
image: mysql:oracle
3030
# fsync less aggressively for insertion perf for test setup
3131
command: >
@@ -52,7 +52,7 @@ services:
5252
- local
5353

5454
clickhouse:
55-
container_name: clickhouse
55+
container_name: dd-clickhouse
5656
image: clickhouse/clickhouse-server:21.12.3.32
5757
restart: always
5858
volumes:
@@ -76,6 +76,7 @@ services:
7676

7777
# prestodb.dbapi.connect(host="127.0.0.1", user="presto").cursor().execute('SELECT * FROM system.runtime.nodes')
7878
presto:
79+
container_name: dd-presto
7980
build:
8081
context: ./dev
8182
dockerfile: ./Dockerfile.prestosql.340
@@ -88,6 +89,7 @@ services:
8889
- local
8990

9091
trino:
92+
container_name: dd-trino
9193
image: 'trinodb/trino:389'
9294
hostname: trino
9395
ports:
@@ -98,7 +100,7 @@ services:
98100
- local
99101

100102
vertica:
101-
container_name: vertica
103+
container_name: dd-vertica
102104
image: vertica/vertica-ce:12.0.0-0
103105
restart: always
104106
volumes:

0 commit comments

Comments
 (0)