Skip to content

dougbulkley/sql-server-sync-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft SQL Server extensions for PingDataSync

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.

About this extension

This extension was built and is used for the Ping Austin QA test automation named SQLServerSyncTest.

Building the extension

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

Installing the extension

  1. First, build the extension bundle as described in the earlier section.
  2. Install the extension bundle using manage-extension: /path/to/ds/bin/manage-extension --install /path/to/extension.zip

Notes

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors