Skip to content

Latest commit

 

History

History
26 lines (9 loc) · 383 Bytes

File metadata and controls

26 lines (9 loc) · 383 Bytes

GoDFS

This repo contains a distributed file system written in Go.

Usage:

  • 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

Tests:

  • To run unit tests go to the logQuery directory (Run regular nodes elsewhere first):

go test -v