Skip to content

Commit

Permalink
oracle cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
hdulay committed Nov 4, 2022
1 parent e75f457 commit c378c98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions oracle_cdc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ config.vm.box = "fedora/34-cloud-base"
```
---

Below is a diagram that outlines a possible use case. We will be implementing the top half before the cleanse job.

```mermaid
flowchart TD;
ora[Oracle AWS RDS Server]-->dbz[Debezium Server]-->Kinesis-->dc[Decodable Kinesis Source]-->Cleanse-->Materialize-->pg[(Materialize in a Database)]
Other[Other Streaming Data]-->Enrichment
Materialize-->Enrichment
```

## Makefile
This example utilizes a Makefile that organizes all the commands. To hide credentials, it includes a `.env` file which needs populated in order for the commands to work.

Expand Down

0 comments on commit c378c98

Please sign in to comment.