Real world example for DotNext.AspNetCore.Cluster #113
harrison314
started this conversation in
Ideas
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. |
0 replies
That is true: D
Thank you, that project can help me. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
longis 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).
All reactions