{"id":15030254,"url":"https://github.com/petabridge/akka-bootcamp","last_synced_at":"2025-05-14T02:07:46.293Z","repository":{"id":25782994,"uuid":"29221431","full_name":"petabridge/akka-bootcamp","owner":"petabridge","description":"Self-paced training course to learn Akka.NET fundamentals from scratch","archived":false,"fork":false,"pushed_at":"2025-05-06T17:52:42.000Z","size":15271,"stargazers_count":1057,"open_issues_count":2,"forks_count":1574,"subscribers_count":79,"default_branch":"master","last_synced_at":"2025-05-08T02:14:40.753Z","etag":null,"topics":["actor-model","actors","akka-bootcamp","bootcamp","c-sharp","hocon","learning-akka"],"latest_commit_sha":null,"homepage":"http://learnakka.net/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petabridge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-01-14T01:41:25.000Z","updated_at":"2025-05-07T11:59:27.000Z","dependencies_parsed_at":"2025-02-08T02:00:29.043Z","dependency_job_id":"b1726c54-c529-4ee1-923c-ccec1a313fb7","html_url":"https://github.com/petabridge/akka-bootcamp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petabridge%2Fakka-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petabridge%2Fakka-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petabridge%2Fakka-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petabridge%2Fakka-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petabridge","download_url":"https://codeload.github.com/petabridge/akka-bootcamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052904,"owners_count":22006717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actor-model","actors","akka-bootcamp","bootcamp","c-sharp","hocon","learning-akka"],"created_at":"2024-09-24T20:12:54.004Z","updated_at":"2025-05-14T02:07:41.270Z","avatar_url":"https://github.com/petabridge.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Akka.NET Bootcamp v2.0\n\n[![Akka.NET Bootcamp v2.0](/images/bootcamp-v2-logo.png)](https://petabridge.com/bootcamp/)\n\nWelcome to [Akka.NET](http://getakka.net/ \"Akka.NET - Distributed actor model in C# and F#\") Bootcamp! This is a free, self-directed learning course brought to you by [Petabridge](http://petabridge.com/ \"Petabridge - Akka.NET Training, Consulting, and Support\"), the company behind Akka.NET.\n\n## Goals\n\nVia Akka.NET Bootcamp you will learn:\n\n1. How, when, and why you should Akka.NET actors for building .NET applications;\n2. The basics of Akka.NET syntax and its core API constructs;\n3. How to model domains and problems with actors;\n4. How to test your Akka.NET applications; and\n5. How to integrate Akka.NET with other popular .NET technologies such as ASP.NET Core, SignalR, Microsoft.Extensions, and more.\n\n## Requirements\n\nAkka.NET Bootcamp is all written in .NET 9 and leverages [Akka.Templates](https://github.com/akkadotnet/akkadotnet-templates). So to run bootcamp please make sure you have:\n\n1. [.NET 9 installed](https://dotnet.microsoft.com/en-us/download/dotnet/9.0); and\n2. The ability to `git clone` this repository.\n\n## Course Units\n\nThe bootcamp is divided into progressive units, each building upon the previous:\n\n* [Unit 0: Hello World](/unit-0) - Your first Akka.NET application\n* [Unit 1: AkkaWordCounterv2](/unit-1) - Akka.Hosting, Akka.TestKit, async/await, dependency injection, actor hierachies, routers, and handling complex message patterns\n\n## Doing Bootcamp\n\n\u003e [!IMPORTANT]\n\u003eTo get the content and written + video lessons for Akka.NET Bootcamp, you will need to [sign-up at the link below](https://petabridge.com/bootcamp/). __This repository only contains the source code__.\n\n[![Get Akka.NET training material \u0026 updates at https://petabridge.com/bootcamp/signup](images/grok.png)](https://petabridge.com/bootcamp/)\n\nAnd if you **super-duper do not want to receive Akka.NET Bootcamp via email, you can read the lessons online here: https://petabridge.com/bootcamp/lessons**\n\nOtherwise, please fork or `git clone` this repository - each Unit should contain a starter (if necessary) and a completed version of the lesson for you to run.\n\n### Getting Help\n\nIf you need help, please join the [Akka.NET Discord's `#akka-bootcamp` channel](https://discord.com/invite/GSCfPwhbWP):\n\n[![Discord](https://img.shields.io/discord/974500337396375553?style=flat\u0026logo=discord\u0026label=Join%20Akka.NET%20Discord)](https://discord.com/invite/GSCfPwhbWP)\n\nSecond, you can always check out the [official Akka.NET documentation](https://getakka.net/) or [source code](https://github.com/akkadotnet/akka.net).\n\n## Looking for Akka.NET Bootcamp v1.0?\n\nYou can find all of the old Akka.NET Bootcamp v1.0 lessons here: https://github.com/petabridge/akka-bootcamp/tree/legacy-v1\n\n## About Petabridge\n![Petabridge logo](images/petabridge_logo.png)\n\n[Petabridge](https://petabridge.com/) is the company behind Akka.NET. We sell [Akka.NET training](https://petabridge.com/training/), [support](https://petabridge.com/services/support), [consulting](https://petabridge.com/services/consulting/#code-review), and tooling such as [Phobos](https://phobos.petabridge.com/). Plus lots of free utilities such as [Petabridge.Cmd](https://cmd.petabridge.com/) - a CLI for managing Akka.NET applications.\n\n**[Petabridge also offers Akka.NET consulting and training](http://petabridge.com/ \"Petabridge Akka.NET consulting and training\")** - so please [sign up for our mailing list](https://m.petabridge.com/)!\n\n---\n\nCopyright 2015-2025 [Petabridge, LLC](https://petabridge.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetabridge%2Fakka-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetabridge%2Fakka-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetabridge%2Fakka-bootcamp/lists"}