Real world example for DotNext.AspNetCore.Cluster #113
Replies: 2 comments
-
You asking for a complete distributed application, not for an example 😄 Example in repository demonstrates key aspects of Raft - leader election and replication. You can take a look at Slik project. It provides distributed cache on top of Raft. Also, contribution is welcome. You can try to update an example in the article you mentioned. P.S.: This is not a real issue, converting to Discussion. |
Beta Was this translation helpful? Give feedback.
-
That is true: D
Thank you, that project can help me. |
Beta Was this translation helpful? Give feedback.
-
Hi,
i would like to know if you have some real world project example to use DotNext.AspNetCore.Cluster with http transport.
I looked at an example project on https://github.com/dotnet/dotNext/tree/master/src/examples/RaftNode, but the state represented by one
long
is not very explianing.Exmple on https://medium.com/microsoftazure/geo-redundant-stateful-service-made-easy-with-asp-net-core-next-and-azure-virtual-machines-950843bb26fd uses old versions of packages.
I'm looking for a examle with the REST API (and swagger), e.g. key-value distributed datbase with get key, insert and delete operation, like configuration store (litte Consul).
Beta Was this translation helpful? Give feedback.
All reactions