I have been working on an actor system (https://github.com/Zestors/zestors) for some time now, and would like to start working on making a distributed version across a cluster.
Would datacake be a good abstraction for me to build upon? The datacake_rpc and the kv_store seem like they would reduce a LOT of work.
I am not planning to start in the near future, but just looking around to find a good future option.
Hello!
I have been working on an actor system (https://github.com/Zestors/zestors) for some time now, and would like to start working on making a distributed version across a cluster. Would datacake be a good abstraction for me to build upon? The
datacake_rpc
and thekv_store
seem like they would reduce a LOT of work. I am not planning to start in the near future, but just looking around to find a good future option.