cdap-change-data-capture | Following plugins are available in this repository
kandi X-RAY | cdap-change-data-capture Summary
kandi X-RAY | cdap-change-data-capture Summary
cdap-change-data-capture is a Java library. cdap-change-data-capture has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Following plugins are available in this repository.
Following plugins are available in this repository.
Support
Quality
Security
License
Reuse
Support
cdap-change-data-capture has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
cdap-change-data-capture has no issues reported. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of cdap-change-data-capture is current.
Quality
cdap-change-data-capture has no bugs reported.
Security
cdap-change-data-capture has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
cdap-change-data-capture is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
cdap-change-data-capture releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cdap-change-data-capture
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cdap-change-data-capture
cdap-change-data-capture Key Features
No Key Features are available at this moment for cdap-change-data-capture.
cdap-change-data-capture Examples and Code Snippets
No Code Snippets are available at this moment for cdap-change-data-capture.
Community Discussions
No Community Discussions are available at this moment for cdap-change-data-capture.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cdap-change-data-capture
To start local environment you should: * [Install Docker Compose](https://docs.docker.com/compose/install/) * Build local docker images * [Build Oracle DB docker image](https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance) * [Build Oracle GoldenGate docker image](https://github.com/oracle/docker-images/tree/master/OracleGoldenGate) * Start environment by running commands: bash cd docker-compose/cdc-env/ docker-compose up -d * Configure GoldenGate for Oracle: * Start ggsci: bash docker-compose exec --user oracle goldengate_oracle ggsci * Configure user credentials: bash ADD credentialstore alter credentialstore add user gg_extract@oracledb:1521/xe password gg_extract alias oggadmin * Change source schema configuration: bash DBLOGIN USERIDALIAS oggadmin add schematrandata trans_user ALLCOLS * Define the Extract and start it (all EXTRACT params are defined in docker-compose/cdc-env/GoldenGate/dirprm/ext1.prm): bash ADD EXTRACT ext1, TRANLOG, BEGIN NOW ADD EXTTRAIL /u01/app/ogg/dirdat/in, EXTRACT ext1 START ext1 * Check its status: bash INFO ext1 * Configure GoldenGate for BigData: * Start ggsci: bash docker-compose exec --user oracle goldengate_bigdata ggsci * Define the Replicat and start it (all REPLICAT params are defined in docker-compose/cdc-env/GoldenGate-Bigdata/dirprm/rconf.prm): bash ADD REPLICAT rconf, EXTTRAIL /u01/app/ogg/dirdat/in START rconf * Check its status: bash INFO RCONF NOTE: More info about *.prm files - https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/gg_parameters.htm#GWURF394.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page