A curated lists of projects that use various modules of Akka.NET
IoT
Fire Alert AWS Kinesis Sample: Akka.NET Streams + Cluster + AWS Kinesis Sample
Home Temperature Monitor: Arduino temperature monitoring project built on Akka.Cluster
Machine Learning
- ML.NET ASP.NET Core Web API Akka.NET Sample: Sample application that uses Akka.NET Actors to scale predictions in an ASP.NET Core Web API.
Blockchain
- Blocksharp: A fully implemented Blockchain based on the Actor model using Akka.NET.
Web
- Cluster Web Crawler: K8s, DevOps version of the Akka.Cluster WebCrawler code sample
Finance - Stock Trading
- In-Memory Stock Trading CQRS Sample: Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
Files
- File Processor: The example demonstrates the use of Akka.NET Clustering to monitor the file system for new files.
Frameworks Built On Top Akka.NET
Akkatecture: a cqrs and event sourcing framework for dotnet core using akka.NET.
EventFly: A cqrs and event sourcing framework for dotnet core, build on top of akka.net. Fully optimized around using akka's highly scalable message passing and event stream pub sub mechanisms.
SharpPulsar: Apache Pulsar c# client built on top Akka.NET