Skip to content

Commit

Permalink
Minor edits remaining sections
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed Sep 3, 2024
1 parent a668640 commit 1e7b658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ navigation:

---

## EDB Postgres® AI migrations powered by EDB Data Migration Service
**EDB Postgres® AI migrations powered by EDB Data Migration Service**

EDB Data Migration Service (DMS) offers a secure and fault-tolerant way to migrate database data to the EDB Postgres AI platform. Using change data capture or CDC and event streaming, source database row changes are replicated to the migration destination. You can select a subset of your schemas' tables to migrate including support for schema, table, and column name remapping.

EDB Data Migration Service is built on Apache Kafka and the open-source Debezium CDC platform.

To migrate self-managed database sources you must download and configure the EDB DMS Reader.
To migrate self-managed database sources, see [Getting started](./getting_started/).
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Container databases (CDB/PDB) and non-CDB sources are supported.

Postgres and EDB Postgres Advanced Server sources require a database role or user that can manage replications. For details, see [Preparing Postgres source databases](getting_started/preparing_db/preparing_postgres_source_databases).

When used as a target, EDB DMS requires a database role or user that can write to the appropriate target tables. For details, see [Preparing target databases](getting_started/preparing_db).

## Operating systems

The EDB DMS Reader can run on Linux. For details, see [Installing EDB DMS Reader](getting_started/installing).
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Debezium is a Java-based, open-source platform for CDC. Debezium is supported by

## EDB DMS Reader

The EDB Data Migration Service Reader, packaged as `cdcreader`, uses Debezium to perform CDC operations on the source database and produce Kafka messages containing the change events.
The [EDB Data Migration Service Reader](./getting_started/installing/), packaged as `cdcreader`, uses Debezium to perform CDC operations on the source database and produce Kafka messages containing the change events.

0 comments on commit 1e7b658

Please sign in to comment.