JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
I am planning on buying a new setup. I can sell my old system but i was wondering if i can use it for distributed systems?
Thanks
You don’t really need multiple physical systems to do “distributed systems” depending on what is the software you are using you can run everything on the same machine and not even need to spin up VMs or containers.
What is/are the software/apps you plan to use?
Yes I realize I can just use docker.
I planned on implementing paxos/ raft / rpc / fault tolerance. I guess I can do that on the same machine itself