From 43f3291dcbd706bf63c8faef4a0714c7ccfdb47f Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Mon, 21 Oct 2024 09:30:13 -0700 Subject: [PATCH] Update README.md Signed-off-by: Robin Tang --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index f1eb822fb..dbeded2ce 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,6 @@ Take a look at this [guide](#getting-started) to get started! -### Pre-requisites - -As you can see from the architecture diagram above, Artie Transfer is a Kafka consumer and expects CDC messages to be in a particular format. - -The optimal set-up looks something like this: -* [Debezium](https://github.com/debezium/debezium) or [Artie Reader](https://github.com/artie-labs/reader) depending on the source -* Kafka - * One Kafka topic per table, such that you can toggle the number of partitions based on throughput. - * The partition key should be the primary key for the table to avoid out-of-order writes at the row level. - -Please see the [supported section](#what-is-currently-supported) on what sources and destinations are supported. - ## Examples To run Artie Transfer's stack locally, please refer to the [examples folder](https://github.com/artie-labs/transfer/tree/master/examples).