Meshmakers.Octo.MeshAdapter.Nodes
3.4.51
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Meshmakers.Octo.MeshAdapter.Nodes --version 3.4.51
NuGet\Install-Package Meshmakers.Octo.MeshAdapter.Nodes -Version 3.4.51
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.MeshAdapter.Nodes" Version="3.4.51" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Meshmakers.Octo.MeshAdapter.Nodes" Version="3.4.51" />
<PackageReference Include="Meshmakers.Octo.MeshAdapter.Nodes" />
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.MeshAdapter.Nodes --version 3.4.51
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Meshmakers.Octo.MeshAdapter.Nodes, 3.4.51"
#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.MeshAdapter.Nodes@3.4.51
#: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.MeshAdapter.Nodes&version=3.4.51
#tool nuget:?package=Meshmakers.Octo.MeshAdapter.Nodes&version=3.4.51
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
- Meshmakers.Octo.Sdk.Common (>= 3.4.51)
- Meshmakers.Octo.Sdk.Pipeline (>= 3.4.51)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Meshmakers.Octo.MeshAdapter.Nodes:
| Package | Downloads |
|---|---|
|
Meshmakers.Octo.Sdk.MeshAdapter
Mesh adapter SDK to create custom mesh adapters |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.4.59 | 0 | 7/27/2026 |
| 3.4.58 | 35 | 7/26/2026 |
| 3.4.57 | 40 | 7/26/2026 |
| 3.4.55 | 48 | 7/25/2026 |
| 3.4.53 | 81 | 7/24/2026 |
| 3.4.52 | 114 | 7/23/2026 |
| 3.4.51 | 122 | 7/21/2026 |
| 3.4.49 | 117 | 7/20/2026 |
| 3.4.48 | 116 | 7/20/2026 |
| 3.4.47 | 117 | 7/20/2026 |
| 3.4.46 | 127 | 7/19/2026 |
| 3.4.45 | 121 | 7/17/2026 |
| 3.4.44 | 133 | 7/15/2026 |
| 3.4.42 | 123 | 7/15/2026 |
| 3.4.41 | 135 | 7/14/2026 |
| 3.4.40 | 133 | 7/13/2026 |
| 3.4.38 | 122 | 7/13/2026 |
| 3.4.37 | 134 | 7/10/2026 |
| 3.4.35 | 158 | 7/7/2026 |
| 3.4.33 | 137 | 7/5/2026 |
Loading failed