L1VM - datacloud resilient

The datacloud module is one layer above my l1vmgodata module. With datacloud you can use multiple databases on nodes, like a big database. So the clients store the data shuffled on the nodes. Where each node has different key/value pairs on it. On the data read function the request will be sent to all nodes. So the node with the data on it sends the data value back.

You can use a resilient database too. In this mode the data is written on all nodes. So if one node fails to operate, then the other nodes are still running. The functions to save and remove the data end with redundant. You can now decide in which mode your database should operate.