1 dépôt
Collecting and consolidating data from distributed actors to generate reports or status queries.
Distinct from Data Aggregators: Distinct from Data Aggregators: specifically targets the aggregation of data from a distributed set of actor entities.
Explore 1 awesome GitHub repository matching data & databases · Actor State Aggregation. Refine with filters or upvote what's useful.
Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a distributed computing platform and state manager that enables isolated actors to communicate via asynchronous message passing, ensuring thread-safe state management without manual locks. The project is distinguished by its decentralized coordination capabilities, including a distributed state manager that uses sharding and dynamic rebalancing to maintain high availability. It incorporates an event sourcing engine that persists state as a sequence of events in an append-only log an
Collects and consolidates information from groups of actors to generate reports or status queries.