An example of how to write a custom PingDataSync Sync Source and Destination for Microsoft SQL Server.
Please note that this is example code and is not considered production-ready.
This extension was built and is used for the Ping Austin QA test automation named SQLServerSyncTest.
To build the extension bundle:
mvn package
This will build and package the extension as a zip file in the target
directory. The filename will be:
com.pingidentity.examples.custom-sql-server-sync-extensions-{{VERSION}}.zip
- First, build the extension bundle as described in the earlier section.
- Install the extension bundle using
manage-extension:/path/to/ds/bin/manage-extension --install /path/to/extension.zip
A SQL script is located in the sql/ directory, which is necessary for setting up the database infrastructure referenced inside the Sync Source and Destination extensions.