akka.net/docs/articles/examples.md

1.8 KiB

uid title
akka-examples Example Akka.NET Projects

A curated lists of projects that use various modules of Akka.NET

IoT

Machine Learning

Blockchain

  • Blocksharp: A fully implemented Blockchain based on the Actor model using Akka.NET.

Web

Finance - Stock Trading

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