Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mingchengzack/map-reduce

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mingchengzack/map-reduce

  • v0.0.0-20200328204457-7fc9121c67fd
  • Source
  • Go
  • Socket score

Version published
Created
Source

Map-Reduce

A MapReduce framework with some simple applications in Go

Overview

MapReduce is an abstraction technique for doing Big-data computation in parellel, distributed and fault-tolerant fashion.

This framework implemented similar ideas in MapReduce

This project implements a simple MapReduce framework with some examples applications such as word counter and document indexer.

Usage

Build the plugin applications using

go build -buildmode=plugin ../mrapps/wc.go

Run master with given files as input

go run mrmaster.go pg-*.txt

Run worker (one or more) with plugin app

go run mrworker.go wc.so

FAQs

Package last updated on 28 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc