From 478769e43715b89b0e06e117f28d5944a270a31c Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 8 Aug 2023 20:45:05 +0700 Subject: [PATCH] Add video link in migration walthrough --- docs/articles/migration-walkthrough.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/articles/migration-walkthrough.md b/docs/articles/migration-walkthrough.md index de8b3d10..cae597dd 100644 --- a/docs/articles/migration-walkthrough.md +++ b/docs/articles/migration-walkthrough.md @@ -1,5 +1,9 @@ # Migration Walkthrough +> ### Video +> +> See the accompanying Youtube video [here](https://youtu.be/gSmqUrVHPq8) + In this walkthrough, we will be migrating an existing simulated Akka.NET cluster from using `Akka.Persistence.SqlServer` persistence plugin to `Akka.Persistence.Sql`. For this demo, we will be using one of the code samples provided in the [Petabridge Akka.NET code sample repository](https://github.com/petabridge/akkadotnet-code-samples/), specifically the [sharding-sqlserver](https://github.com/petabridge/akkadotnet-code-samples/tree/master/src/clustering/sharding-sqlserver) sample code.