42 packages tagged with “Aggregator”
A really tiny Event Aggregator
Prism.Events is a library that facilitates communication between loosely coupled components in an application. It provides an event aggregator service that allows publishers and subscribers to interact through events without direct references. With multicast publish/subscribe functionality, multiple publishers can raise the same event, and multiple subscribers can listen to it, enabling flexible and efficient communication.
A simple messenger/event aggregator
A simple in memory EventBus / MessageBus library in C#
EventAggregator integrated with DependencyInjection for .NETCore/ASP.NETCore
A scaleable and easy to use BI framework writing in C#. Graphene can be used to track various Metrics similar to Graphite. The pre-aggregated data can be stored in SQL Server or MongoDB. https://github.com/bobanjose/Graphene/blob/master/README.md
This package contains a lightweight event aggregator used by other CodeGator packages. Platforms supported: .NET 6.x or above
A simple, light-weight application level event aggregator which facilitates the exchange of messages between objects without direct references.
Library allows you to aggregate the results of multiple Lichess tournaments
Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.
Library allows you to aggregate the results of multiple chess.com tournaments
Simple implementation of event aggregation pattern for event / notificatoin raising and handling
Quipment event aggregator library for Eventing.
Package Description
A lightweight event aggregator
EventAggregator for Xamarin.Forms
Event Aggregator implementation with async/await support.
A simple to use Event Hub that allows you to publish and subscribe to events of any type.
SQL Server adaptor for Graphene. https://github.com/bobanjose/Graphene/blob/master/README.md SQL Server DB Generation Scripts: https://github.com/bobanjose/Graphene/blob/master/src/Graphene.SQLServer/GrapheneCreateDB.sql
Package to log event into the Aggregator web server
.NetStandard 2.0 Small app framework for .Net Core 3.x apps - Logging (file/console) - Event aggregator - Exceptions manager
MVVM solution for efficent command definition and usage in WPF .NET10 projects including a comfortable base view model
A Mongo Query connector for Graphene, a scaleable and easy to use BI framework writing in C#. Graphene can be used to track various Metrics similar to Graphite. It pre-aggregates the data and uses a document store (like MongoDB/RavenDB). https://github.com/bobanjose/Graphene/blob/master/README.md
EventAggregator for MAUI
Simple, unambitious implementation of the Scatter-Gather pattern in .NET.
Lightweight, opinionated package with commonly used WPF ICommand wrappers, view management solutions, and an event aggregator for global messaging.
Reusable utility and class library for WPF - Featuring: AsyncRelayCommand<T>, ObservablePropertyChangedCollection, BaseViewModel, Visual Tree Helpers, Profiling, Extension Methods, ValueChangedEventArgs, MruManager (Most Recently Used files), AppSettingsConnector and more.
Messages are evenly distributed amongst the namespaces and data centers provided in configuration through a TopicAdapter and then aggregated into an endless loop using a SubscriptionAdapter.
A simple implementation of event aggregator for .NET Core
A very simple event aggregator for communication between different system components. You can create event (must implement IBaseEvent interface), subscribe for it (unsubscribe also, of course :)) and publish event to subscribers.