Skip to content

Instantly share code, notes, and snippets.

View carimura's full-sized avatar

Chad Arimura carimura

  • San Francisco, CA
View GitHub Profile
@adelevie
adelevie / shmelt.rb
Created March 5, 2013 18:43
A simple example of Map-Reduce using IronWorker.
require "bundler/setup"
require "iron_worker_ng"
require_relative "configuration"
require "pry"
@config = Configuration.keys
@iron_worker_client = IronWorkerNG::Client.new(:token => @config["iron"]["token"], :project_id => @config["iron"]["project_id"])