L1VM - datacloud

I did develop a new module for L1VM: datacloud, it is a database frontend for multiple l1vmgodata databases. You can run l1vmgodata on multiple machines and store data on them. So the l1vmgodata database can run on multiple nodes of a cluster. The write access is cycled to make usage of all databases. On read access the datacloud module gets the data from the right database. This runs all automatically without the need to manage things by hand! The only thing you need to do is to start the l1vmgodata databases.
I did write a new 3x1 worker demo using datacloud. It is included on my GitHub repo of L1VM!