Skip to content

Commit ff6788c

Browse files
committed
oracle demo updates
1 parent 547fc88 commit ff6788c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

connectors/oracle/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ redis-connect-oracle is a Redis Connect connector for capturing changes (INSERT,
66
The first time redis-connect-oracle connects to a Oracle database, it reads a consistent snapshot of all of the schemas.
77
When that snapshot is complete, the connector continuously streams the changes that were committed to Oracle and generates a corresponding insert, update or delete event.
88
All of the events for each tables are recorded in a separate Redis data structure or module of your choice, where they can be easily consumed by applications and services.
9+
10+
| ℹ️ |
11+
|:---------------------------|
12+
| Quick Start: Follow the [demo](demo)|
13+
| K8s Setup: Follow the [k8s-docs](k8s-docs)|

0 commit comments

Comments
 (0)