lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
394 stars 21 forks source link

Writing an actor system on top of datacake #40

Closed jvdwrf closed 1 year ago

jvdwrf commented 1 year ago

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

ChillFish8 commented 1 year ago

You certainly could, you may also find the simulation support useful when testing as well.

jvdwrf commented 1 year ago

Yea that also looks great, thanks. I'll experiment further myself.