Replies: 2 comments
-
|
Thanks for the question. Mnesia - is a completely Erlang-based feature. There is no plan to reimplement mnesia in Ergo Framework. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
forgot to mention. basically you may want to try gen.Raft for that but ist never been used in production. here is the example https://github.com/ergo-services/examples/tree/master/genraft |
Beta Was this translation helpful? Give feedback.
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.
-
Whether ergo supports mnesia distributed databases like erlang and whether data can be synchronized at the bottom of each node. For example, design a game where each player is on a distributed node, and other nodes can transparently know the information about this player node. Is there a better way to design and deal with this problem?
Beta Was this translation helpful? Give feedback.
All reactions