Open Source
Open Source Portfolio
Libraries, tools, and infrastructure from our project work — all on GitHub.
C#Open Source · MIT
YaNco
Functional .NET wrapper for SAP NW RFC SDK. Type-safe, async, with dependency injection.
Functional APIDependency InjectionCross-PlatformRFC Server & Callbacks
// YaNco — functional SAP RFC
await connection
.CallFunction("BAPI_FLIGHT_GETLIST")
.Input(f => f
.SetField("AIRLINE", "LH"))
.MapAsync(r => r
.GetTable("FLIGHT_LIST"))
.Map(t => t.Rows);
SAP Integration
SAPHub
C#Sample architecture for reliable, scalable SAP-integrated microservices with Hosuto and YaNco.
Virtual Infrastructure
We also maintain eryph, a local VM automation platform for Hyper-V, under its own organization. eryph-org · Learn more →
CloudInit.ConfigDrive
C#Cloud-Init ConfigDrive library for .NET — VM provisioning without cloud APIs.
Find something interesting?
All our open source projects are on GitHub. Contributions welcome.