Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Readme #110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Datastream Delta Plugin for CDAP Delta Application
## Datastream Delta Plugin for CDAP Delta Application

It invokes GCP Datastream service to generate change events of Oracle DB.
The plugin uses GCP Datastream service to generate change events of Oracle DB.

Tests require an actual connection to GCP. To run the tests, set the following system properties:
-Dproject.id=[GCP project id]
Expand All @@ -15,14 +15,14 @@ Tests require an actual connection to GCP. To run the tests, set the following s
-Doracle.tables=[List of tables to be replicated, separated by comma]
-Dstream.id =[Id of existing Datastream stream id]

The GCP project should already enabled Datastream API.
The GCP project should have Datastream API enabled.

The service account will need permission to :
create/delete/get Datastream connection profiles
create/delete/get Datastream streams
read from GCS Bucket
create/read from GCS Bucket

The Oracle instance should be configured according to the requirement of Datastream:
The Oracle instance should be configured according to the Datastream requirements -
https://cloud.google.com/datastream/docs/configure-your-source-database

The GCS bucket should be in the same region as Datastream instance and Datastream Service Account
Expand Down