kyameru logo

Welcome to the Kyameru documentation home. This is still relatively new and will constantly be being updated. The product is still in it’s beta phase and is available on NuGet.

Status

Build Coverage Status GitHub Tag Latest Github Release License: MIT

Kyameru

Kyameru is a processing engine built with heavy inspiration from Apache Camel. The general idea is that you have a “bucket” of ready made components that you can use in a processing chain for any incoming data. You have a FROM component that starts the chain of events. Processing components that typically you build to process the data and then TO components to send the data to something.

Get Started

All components are available from NuGet or you can download the source directly and reference it within your projects. The recommended way is to use NuGet; follow instructions here.