This repo contains a distributed file system written in Go.
- To run a node, navigate to the membership directory. then run:
go run main.go
It is currently hard-coded to work with our class VMs. To change this, change logQuery/nodes.txt
- To run unit tests go to the logQuery directory (Run regular nodes elsewhere first):
go test -v