Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Adapter Framework

Sample adapter

  • Last UpdatedAug 18, 2026
  • 1 minute read

The following section contains a sample adapter created using the Adapter Framework for reference purposes.

If you are new to the repository, begin with:

Available sample

WeatherGovAdapter/

This is a complete sample adapter that polls the public weather.gov API service. The sample adapter demonstrates how to structure an adapter solution, model data source and data selection configuration, collect data from an HTTP-based source, implement discovery and data processing workflows, and validate functionality through unit testing.

The sample includes:

  • WeatherGovAdapter.sln - A sample solution.

  • AdapterFramework.Data.Adapter.WeatherGovAdapter/ - The main adapter project.

  • AdapterFramework.Data.System.Host/ - The local host used to run the adapter.

  • Tests/AdapterFramework.Data.Adapter.WeatherGovAdapter.UnitTests/ - Unit tests.

  • ConfigurationExamples/ - Example configuration payloads.

  • Edge-Module/ - Default edge-style configuration.