Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 3.81 KB

README.md

File metadata and controls

33 lines (23 loc) · 3.81 KB

Simple Multi-Transport Event Bus for .NET

GitHub Workflow Status

This repository contains the code for the Tingle.EventBus libraries.

Packages

Package Version Description
Tingle.EventBus NuGet Base of the event bus library to allow you publish and consume events from different transports.
Tingle.EventBus.Serializers.NewtonsoftJson NuGet Support for serializing events using Newtonsoft.Json.
Tingle.EventBus.Transports.Amazon.Abstractions NuGet Abstractions for working with Amazon (AWS) based transports.
Tingle.EventBus.Transports.Amazon.Kinesis NuGet Event bus transport based on Amazon Kinesis.
Tingle.EventBus.Transports.Amazon.Sqs NuGet Event bus transport based on Amazon Simple Queue Service.
Tingle.EventBus.Transports.Azure.Abstractions NuGet Abstractions for working with Azure based transports.
Tingle.EventBus.Transports.Azure.EventHubs NuGet Event bus transport based on Azure Event Hubs.
Tingle.EventBus.Transports.Azure.QueueStorage NuGet Event bus transport based on Azure Storage Queues.
Tingle.EventBus.Transports.Azure.ServiceBus NuGet Event bus transport based on Azure Service Bus.
Tingle.EventBus.Transports.Kafka NuGet Event bus transport based on the open source Apache Kafka platform.
Tingle.EventBus.Transports.RabbitMQ NuGet Event bus transport based on the open source Rabbit MQ broker.

Usage

WIP

Issues & Comments

Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!

License

The code is licensed under the MIT license. Refer to the LICENSE file for more information.