//
pkg.gl
Category
github.com/omkarprabhu-98/go-ipfs-mapreduce
examples
wordcount
package
0.0.0-20220429201837-d12220cd778e
Repository:
https://github.com/omkarprabhu-98/go-ipfs-mapreduce.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
27 SLOC
#
Functions
Map
No description provided by the author
Reduce
The reduce function is called once for each key generated by the map tasks, with a list of all the values created for that key by any map task.