Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions docs/articles/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
uid: akka-examples
title: Example Akka.NET Projects
---

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

## IoT

* [Fire Alert AWS Kinesis Sample](https://github.com/petabridge/kinesis-sample): Akka.NET Streams + Cluster + AWS Kinesis Sample

* [Home Temperature Monitor](https://github.com/grofab95/HomeTemperatureMonitor): Arduino temperature monitoring project built on **Akka.Cluster**

## Machine Learning

* [ML.NET ASP.NET Core Web API Akka.NET Sample](https://github.com/lqdev/MlNetAspNetAkkaSample): Sample application that uses Akka.NET Actors to scale predictions in an ASP.NET Core Web API.

## Blockchain

* [Blocksharp](https://github.com/revoltez/Blocksharp): A fully implemented Blockchain based on the Actor model using Akka.NET.

## Web

* [Cluster Web Crawler](https://github.com/petabridge/Cluster.WebCrawler): K8s, DevOps version of the Akka.Cluster WebCrawler code sample

## Finance - Stock Trading

* [In-Memory Stock Trading CQRS Sample](https://github.com/Aaronontheweb/InMemoryCQRSReplication): Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication

## Files

* [File Processor](https://github.com/cgstevens/FileProcessor): The example demonstrates the use of Akka.NET Clustering to monitor the file system for new files.

## Frameworks Built On Top Akka.NET

* [Akkatecture](https://github.com/AfterLutz/Akkatecture): a cqrs and event sourcing framework for dotnet core using akka.NET.

* [EventFly](https://github.com/Sporteco/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](https://github.com/eaba/SharpPulsar): Apache Pulsar c# client built on top Akka.NET
40 changes: 40 additions & 0 deletions docs/articles/examples.md.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
uid: akka-examples
title: Example Akka.NET Projects
---

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

## IoT

* [Fire Alert AWS Kinesis Sample](https://github.com/petabridge/kinesis-sample): Akka.NET Streams + Cluster + AWS Kinesis Sample

* [Home Temperature Monitor](https://github.com/grofab95/HomeTemperatureMonitor): Arduino temperature monitoring project built on **Akka.Cluster**

## Machine Learning

* [ML.NET ASP.NET Core Web API Akka.NET Sample](https://github.com/lqdev/MlNetAspNetAkkaSample): Sample application that uses Akka.NET Actors to scale predictions in an ASP.NET Core Web API.

## Blockchain

* [Blocksharp](https://github.com/revoltez/Blocksharp): A fully implemented Blockchain based on the Actor model using Akka.NET.

## Web

* [Cluster Web Crawler](https://github.com/petabridge/Cluster.WebCrawler): K8s, DevOps version of the Akka.Cluster WebCrawler code sample

## Finance - Stock Trading

* [In-Memory Stock Trading CQRS Sample](https://github.com/Aaronontheweb/InMemoryCQRSReplication): Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication

## Files

* [File Processor](https://github.com/cgstevens/FileProcessor): The example demonstrates the use of Akka.NET Clustering to monitor the file system for new files.

## Frameworks Built On Top Akka.NET

* [Akkatecture](https://github.com/AfterLutz/Akkatecture): a cqrs and event sourcing framework for dotnet core using akka.NET.

* [EventFly](https://github.com/Sporteco/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](https://github.com/eaba/SharpPulsar): Apache Pulsar c# client built on top Akka.NET
4 changes: 3 additions & 1 deletion docs/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
- name: Configurations
href: configuration/toc.yml
- name: Serialization
href: serialization/toc.yml
href: serialization/toc.yml
- name: Examples
href: examples.md
5 changes: 4 additions & 1 deletion docs/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@
"titlecase",
"Varghese",
"Vertech",
"DeadLetter"
"DeadLetter",
"Blocksharp",
"Akkatecture",
"SharpPulsar"
],
"ignoreRegExpList": [
"\\((.*)\\)", // Markdown links
Expand Down