From 7ab47c05466a6e53127e2f43493459bd4634cf52 Mon Sep 17 00:00:00 2001 From: Daniel Sevostyanov <12199206+SevDan@users.noreply.github.com> Date: Sat, 20 Mar 2021 01:45:24 +0400 Subject: [PATCH] #1 Formatting, links. Standard n.1 --- ...n-development-and-operations-01-incomplete-000001.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/common/development/1/mgppqs-1-common-development-and-operations-01-incomplete-000001.txt b/common/development/1/mgppqs-1-common-development-and-operations-01-incomplete-000001.txt index 0c51c7f..2ea5268 100644 --- a/common/development/1/mgppqs-1-common-development-and-operations-01-incomplete-000001.txt +++ b/common/development/1/mgppqs-1-common-development-and-operations-01-incomplete-000001.txt @@ -872,8 +872,8 @@ So, you can think about actors as domain business objects. There are good ready actors model implementations: - Erlang/OTP (or pretty Elixir), -- Akka ecosystem (based on JVM), -- Pulsar (Python), +- Akka ecosystem (based on JVM, multilang), +- Pulsar (JVM, C#, Python etc.), - rotor (C++), - Orleans (.NET) @@ -905,7 +905,7 @@ Serverless can save some money because provide more adaptive way for scalability You should think about all aspects in design time. Can you move some of your servers in different datacenters? Countries? Explore your base network protocol & target game domain, maybe it cannot be scaled. -D. Common Topics + D. Common Topics 1. Departments & Intercommunication @@ -987,6 +987,9 @@ bitwarden_rs : github.com/dani-garcia/bitwarden_rs ELK : elastic.co/what-is/elk-stack Erlang/OTP : erlang.org/doc Akka : akka.io +Pulsar : pulsar.apache.org/en +rotor : github.com/basiliscos/cpp-rotor +Orleans : dotnet.github.io/orleans Agile Manifesto : agilemanifesto.org Martin Fowler blog : martinfowler.com