Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlarocque/mapreduce
Map Reduce Implementation
https://github.com/dlarocque/mapreduce
Last synced: 13 days ago
JSON representation
Map Reduce Implementation
- Host: GitHub
- URL: https://github.com/dlarocque/mapreduce
- Owner: dlarocque
- Created: 2024-01-13T20:05:25.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-01T23:40:42.000Z (10 months ago)
- Last Synced: 2024-11-07T12:17:18.408Z (2 months ago)
- Language: C++
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapReduce
This is a map reduce implementation that isn't exactly "distributed" yet. It's just running across processes on one machine and communication is done via gRPC.