From 08b1f5aac1bb8d3cfc181663b88be1d84e6b6ecf Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Tue, 23 Jul 2024 11:57:34 +0100 Subject: [PATCH 1/2] tweak Maria dev environment --- dev-project/README.md | 2 +- dev-project/docker-compose.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-project/README.md b/dev-project/README.md index 0d56e2159..4e8738d5d 100644 --- a/dev-project/README.md +++ b/dev-project/README.md @@ -19,7 +19,7 @@ Go to the main folder of the repository (the parent of this one) and To create l ```sh $ cd dev-project/ -$ docker-compose up --build +$ docker compose up --build ``` Wait until `PipelineWise Dev environment is ready in Docker container(s).` message. At the first run this can diff --git a/dev-project/docker-compose.yml b/dev-project/docker-compose.yml index 0155f8026..8dbb19324 100644 --- a/dev-project/docker-compose.yml +++ b/dev-project/docker-compose.yml @@ -56,7 +56,7 @@ services: # MySQL service container used as test source database db_mysql_source: - image: mariadb:10.6.17 + image: mariadb:10.6.18 container_name: pipelinewise_dev_mysql_source ports: - ${TAP_MYSQL_PORT_ON_HOST}:${TAP_MYSQL_PORT} @@ -66,6 +66,7 @@ services: - ./my/ca-cert.pem:/etc/my.cnf.d/certificates/ca-cert.pem command: > --default-authentication-plugin=mysql_native_password + --performance_schema=ON --server-id=1 --log-bin=mysql-bin --binlog-format=ROW @@ -85,7 +86,7 @@ services: - pipelinewise_network db_mysql_source_replica: - image: mariadb:10.6.17 + image: mariadb:10.6.18 container_name: pipelinewise_dev_mysql_source_replica ports: - ${TAP_MYSQL_REPLICA_PORT_ON_HOST}:${TAP_MYSQL_REPLICA_PORT} From 0c90946af78e5986611b28b49f9c8c267ba1c052 Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Tue, 23 Jul 2024 11:58:38 +0100 Subject: [PATCH 2/2] Announce PipelineWise structure change --- README.md | 14 +++++++++++--- docs/index.rst | 6 ++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18cbc5398..7437d0fd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# PipelineWise + +

Notice

+
+To better serve Wise business and customer needs, PipelineWise is shrinking. +Going forward many components of PipelineWise will be removed or incorporated in the main repo + +The last version before this decision is [v0.64.0](https://github.com/transferwise/pipelinewise/tree/v0.64.0) + +## PipelineWise [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pipelinewise-tap-mysql.svg)](https://pypi.org/project/pipelinewise-tap-mysql/) [![License: Apache2](https://img.shields.io/badge/License-Apache2-yellow.svg)](https://opensource.org/licenses/Apache-2.0) @@ -88,8 +96,8 @@ PipelineWise images are built on each release and available on [Dockerhub](https ``` #### Build your own docker image - -1. Build an executable docker image that has every required dependency and is isolated from your host system. + +1. Build an executable docker image that has every required dependency and is isolated from your host system. By default, the image will build with *all* connectors. In order to keep image size small, we strongly recommend you change it to just the connectors you need by supplying the `--build-arg` command: diff --git a/docs/index.rst b/docs/index.rst index bc79aad72..5584ac2fc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,9 @@ +Notice +====== +To better serve Wise business and customer needs, PipelineWise is shrinking. +Going forward many components of PipelineWise will be removed or incorporated in the main repo + +The last version before this decision is `v0.64.0 `_ .. image:: img/pipelinewise-with-text.png :width: 300