Skip to main content

Overview

The OctoMesh SDK is a collection of libraries that provide the necessary tools to

  • interact with the API
  • Create Data Transfer Objects for the API
  • create adapters
  • create nodes for ETL pipelines

Currently, the SDK is available for .NET and .NET Core. All libraries are available as NuGet packages.

Overview of Libraries

Overview of Samples

  • OctoMeshAdapter: A simple adapter that demonstrates how to create an adapter for OctoMesh. This adapter is a getting started implementation for the OctoMesh SDK and not production ready.
  • PlugDemo: A simple adapter that demonstrates how to create an adapter for OctoMesh. This adapter is a reference implementation for the OctoMesh SDK.