Create custom endpoints
Create a custom source or target endpoint using the AutoSync SDK.
You can use the AutoSync SDK to create a custom AutoSync source or target endpoint. The SDK is available as a Maven archetype that:
- Creates the project for you.
- Includes example source and target endpoints.
- Builds the implementation into a custom Snap Pack.
To create a custom AutoSync endpoint:
- Download the Maven archetype and run it to create the project build and file structure. Project folder structure lists the files and describes their purpose.
- Provide configuration and implementation for the main endpoint components:
- A JSON file that defines the endpoint schema.
- Pipelines that map and transform endpoint data values into the supported common data model (CDM) types.
- Build the custom endpoint Snap Pack to package it as a ZIP file.
- In your environment, use Classic Manager to upload the ZIP file to the global shared folder.
The following topics provide more details on: