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).
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).