This is the POC for the log-based replication using the Meltano Tap-Postgres.
Environment for testing: Linux
, Mac OS
but stable on Linux
-
Installing the environment:
bash environment-setup.sh
-
If don't have infra, set up the infra:
make infra-init
-
If want to stop infra but do not destroy them:
make infra-down
-
If want to turn on the infra after suspending them:
make infra-up
-
If want to completely destroy the infra:
make infra-shutdown
-
If want to connect to postgres:
make connect-postgres
-
If want to connect to clickhouse:
make connect-clickhouse
-
If want to connect to duckdb:
make connect-duckdb