Meshmakers.Octo.Sdk.MeshAdapter
3.4.32
dotnet add package Meshmakers.Octo.Sdk.MeshAdapter --version 3.4.32
NuGet\Install-Package Meshmakers.Octo.Sdk.MeshAdapter -Version 3.4.32
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Meshmakers.Octo.Sdk.MeshAdapter" Version="3.4.32" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Meshmakers.Octo.Sdk.MeshAdapter" Version="3.4.32" />
<PackageReference Include="Meshmakers.Octo.Sdk.MeshAdapter" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Meshmakers.Octo.Sdk.MeshAdapter --version 3.4.32
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Meshmakers.Octo.Sdk.MeshAdapter, 3.4.32"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Meshmakers.Octo.Sdk.MeshAdapter@3.4.32
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Meshmakers.Octo.Sdk.MeshAdapter&version=3.4.32
#tool nuget:?package=Meshmakers.Octo.Sdk.MeshAdapter&version=3.4.32
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Octo Mesh Adapter
An ETL (Extract-Transform-Load) pipeline execution engine that manages and executes mesh pipelines. Built on .NET 10.0 with a flexible, node-based architecture for creating data processing workflows.
Features
- Data Extraction: Retrieve entities from MongoDB, execute queries, enrich data from external sources
- Data Transformation: Map values, process documents (Excel, PDF with OCR), integrate AI services
- Data Loading: Persist changes to MongoDB, store time-series data in CrateDB, send email notifications
- Event-Driven Triggers: HTTP endpoints, entity watchers, command bus, email reception
Quick Start
Prerequisites
- .NET 10.0 SDK
- MongoDB
- CrateDB (optional, for time-series data)
Build
# Build the solution
dotnet build
# Build in Release mode
dotnet build -c Release
# Build in DebugL mode (uses local NuGet packages from ../nuget)
dotnet build -c DebugL
Run
dotnet run --project src/MeshAdapter/MeshAdapter.csproj
Project Structure
octo-mesh-adapter/
├── src/
│ ├── MeshAdapter/ # Main executable service
│ ├── MeshAdapter.Sdk/ # SDK with pipeline nodes and services
│ └── MeshNodes.Sdk/ # Node configuration definitions
├── tests/ # Unit tests
└── docs/ # Documentation
Pipeline Nodes
The adapter provides four categories of pipeline nodes:
| Category | Purpose | Examples |
|---|---|---|
| Extract | Data retrieval | GetRtEntitiesById, GetRtEntitiesByType, GetAssociationTargets |
| Transform | Data processing | DataMapping, MakeHttpRequest, PdfOcrExtraction, AnthropicAiQuery |
| Load | Data persistence | ApplyChanges, SaveStreamDataInArchive, EMailSender |
| Trigger | Pipeline initiation | FromHttpRequest, FromWatchRtEntity, FromEmail |
Documentation
- Developer Guide - Architecture, nodes, services, and configuration
- Test Concept - Unit and integration testing strategy
- Integration Test Concept - Testcontainers-based integration testing
- PDF OCR Extraction - PDF text extraction with IronOCR
Examples
- Email Trigger - Configure email-triggered pipelines
- Binary Upload - HTTP binary file upload handling
License
Proprietary - Meshmakers
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- IronOcr (>= 2026.6.1)
- IronOcr.Languages.German (>= 2020.11.2)
- IronOcr.Linux (>= 2026.6.1)
- IronOcr.MacOs (>= 2026.6.1)
- IronOcr.MacOs.ARM (>= 2026.6.1)
- MailKit (>= 4.17.0)
- Meshmakers.Octo.MeshAdapter.Nodes (>= 3.4.32)
- Meshmakers.Octo.Runtime.Engine.CrateDb (>= 3.4.32)
- Meshmakers.Octo.Runtime.Engine.MongoDb (>= 3.4.32)
- Meshmakers.Octo.Sdk.Adapters (>= 3.4.32)
- Meshmakers.Octo.Sdk.Pipeline (>= 3.4.32)
- Meshmakers.Octo.Sdk.SimulationNodes (>= 3.4.32)
- Meshmakers.Octo.Services.Notifications (>= 3.4.32)
- Microsoft.ML (>= 5.0.0)
- Microsoft.ML.TimeSeries (>= 5.0.0)
- SSH.NET (>= 2025.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.4.32 | 36 | 7/3/2026 |
| 3.4.29 | 78 | 7/1/2026 |
| 3.4.28 | 98 | 6/29/2026 |
| 3.4.27 | 95 | 6/29/2026 |
| 3.4.24 | 96 | 6/29/2026 |
| 3.4.22 | 95 | 6/28/2026 |
| 3.4.21 | 92 | 6/28/2026 |
| 3.4.16 | 108 | 6/18/2026 |
| 3.4.15 | 103 | 6/16/2026 |
| 3.4.14 | 104 | 6/15/2026 |
| 3.4.13 | 104 | 6/15/2026 |
| 3.4.12 | 101 | 6/15/2026 |
| 3.4.11 | 96 | 6/15/2026 |
| 3.4.10 | 107 | 6/13/2026 |
| 3.4.8 | 97 | 6/13/2026 |
| 3.4.7 | 103 | 6/13/2026 |
| 3.4.5 | 95 | 6/12/2026 |
| 3.4.3 | 102 | 6/12/2026 |
| 3.3.121 | 99 | 6/10/2026 |
| 3.3.120 | 102 | 6/8/2026 |
Loading failed