Sefath Chowdhury
07/08/2022, 12:36 AM(ie: Microservice_1_Database | public schema -> Huge_Postgres_Instance | microservice_1 schema)
There are two problems with this.
1. AWS DMS is not resilient to DDL changes on the source DB
2. A huge postgres instance is still a postgres instance -> designed to be OLTP and not OLAP (we wanted to use redshift but many existing analytics queries break. This is something we are okay with when moving to cloud agnostic snowflake)
----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------
Desired Situation
----------------------------------------------------------------------------------------------------------------------
Airbyte -> Snowflake using AWS RDS postgres (CDC enabled)
----------------------------------------------------------------------------------------------------------------------
1. Does anyone have a stack like this, that uses airbyte to replicate to snowflake real-time?
2. What Logical Decoding Output Plug-in are you using (hopefully you are using AWS RDS instances and that plugin is complaint) and why?
3. Did you deploy airbyte in a pod into a k8 cluster? and if so, how did you determine the specs it needed? I would assume on-going-replication is a heavy lift, and am unsure how to calculate the specs for this deploymentKrishna Bhargav
07/08/2022, 7:43 PMSefath Chowdhury
07/11/2022, 12:35 PM