Meshmakers.Octo.Sdk.MeshAdapter 3.4.27

There is a newer version of this package available.
See the version list below for details.
dotnet add package Meshmakers.Octo.Sdk.MeshAdapter --version 3.4.27
                    
NuGet\Install-Package Meshmakers.Octo.Sdk.MeshAdapter -Version 3.4.27
                    
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.27" />
                    
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.27" />
                    
Directory.Packages.props
<PackageReference Include="Meshmakers.Octo.Sdk.MeshAdapter" />
                    
Project file
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.27
                    
#r "nuget: Meshmakers.Octo.Sdk.MeshAdapter, 3.4.27"
                    
#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.27
                    
#: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.27
                    
Install as a Cake Addin
#tool nuget:?package=Meshmakers.Octo.Sdk.MeshAdapter&version=3.4.27
                    
Install as a Cake Tool

Octo Mesh Adapter

Build Status

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

Examples

License

Proprietary - Meshmakers

Product 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.

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 0 7/3/2026
3.4.29 57 7/1/2026
3.4.28 78 6/29/2026
3.4.27 75 6/29/2026
3.4.24 76 6/29/2026
3.4.22 75 6/28/2026
3.4.21 72 6/28/2026
3.4.16 108 6/18/2026
3.4.15 102 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