https://github.com/khlam/cs419-distributed-systems
Oregon State University CS 419 Distributed Systems. Implimenting Map Reduce with Hadoop and Raft Leader Election with Golang.
https://github.com/khlam/cs419-distributed-systems
Last synced: 10 months ago
JSON representation
Oregon State University CS 419 Distributed Systems. Implimenting Map Reduce with Hadoop and Raft Leader Election with Golang.
- Host: GitHub
- URL: https://github.com/khlam/cs419-distributed-systems
- Owner: khlam
- Created: 2019-02-16T03:17:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T05:26:38.000Z (about 7 years ago)
- Last Synced: 2025-08-01T21:48:41.335Z (10 months ago)
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS 419 - Distributed Systems
## Contents
[Assignment 1 - Map Reduce with Hadoop](./1)
[Assignment 2 - Raft Leader Election with Go](./2)