Skip to content

ahamidi/go-mapreduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc

go-mapreduce

Go Map/Reduce Package

Functionality

The goal of go-mapreduce is to simplify the use of the common map/reduce pattern in Go. Essentially it takes the following 2 functions:

Map: Fan out function that typically retrieves data and applies some sort of transformation.

Reduce: Aggregation function that iterates over data emitted by the Map.

TODO

  • Map Function
  • Reduce Function
  • Report process stats
  • Docs
  • Tests
  • Benchmarks

About

Go Map/Reduce Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages