A cluster management system
The entire system have 4 applications for it.
Where calculation happens, the nodes.
Where the resources and command coming from. kinda like ansible server.
The multiple-server management, with roles and authentication, resource sharing, and cloud solutions.
Quick way to deploy and setup.
You could check the features detail in src/["Project Name"]
Since the communication are using protobuf with websocket. we're require the protobuf compiler.
sudo apt-get update
sudo apt-get install libasio-dev
sudo apt install protobuf-compiler
sudo apt-get install protobuf-c-compiler libprotobuf-c-dev