# mapreduce **Repository Path**: mirrors_maruel/mapreduce ## Basic Information - **Project Name**: mapreduce - **Description**: A simple cachable mapreduce Golang implementation - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Yet another mapreduce library ============================= - As simple as it can be - Map cacheability that can be serialized as-is - Single process The rationale for writting it is to use it as a frontend when harvesting data from a slow web server, so that the data can be cached across executions. [![GoDoc](https://godoc.org/github.com/maruel/mapreduce?status.svg)](https://godoc.org/github.com/maruel/mapreduce) [![Build Status](https://travis-ci.org/maruel/mapreduce.svg?branch=master)](https://travis-ci.org/maruel/mapreduce) [![Coverage Status](https://img.shields.io/coveralls/maruel/mapreduce.svg)](https://coveralls.io/r/maruel/mapreduce?branch=master)