Implementing a custom provider for text files walkthrough series
This walkthrough series describes how to build, deploy, and integrate a custom provider in Data Exchange Framework (DEF). The series shows you how to create a custom provider for synchronizing data from text files.
This series is separated into four walkthroughs. If you want to run the steps yourself, you must follow the walkthroughs in the correct order. It takes you through the scenario, starting with how to create a custom provider, implement endpoints and pipeline steps for the provider, and implement components allowing access to the relevant data.
To create a custom provider, follow these walkthroughs:
Finished code and installation packages are available in GitHub.