Copyright (C) 2016 Dbvisit Software Limited -- Updated 2 December 2016.
Use the Replicate Connector Library to process Parsed Logs (PLOGs) produced by the Dbvisit Replicate application, which mines change records from Oracle REDO Logs.
This software is released under the Apache 2.0 license, a copy of which is located in the LICENSE file.
You can build this library with Maven using the standard lifecycle phases.
To install it to local Maven repository:
mvn clean install
To use it in another project include it in your POM file:
<dependency>
<groupId>com.dbvisit.replicate</groupId>
<artifactId>replicate-connector-lib</artifactId>
<version>2.8.04</version>
</dependency>
To build the documentation for the Replicate Connector Library:
mvn javadoc:javadoc
Active communities contribute code and we're happy to consider yours. To be involved, please email Mike Donovan.