Sha256: d47c842fe939799ac59c6d3633c0a17453c764e7c01e74e62d218fc8251463f9

Contents?: true

Size: 615 Bytes

Versions: 10

Compression:

Stored size: 615 Bytes

Contents

require "rubygems"
require "json"
require "uri"

%w(
  support/formatting
  task
  dsl 
  job 
  packer
  support/tuple 
  support/array_serializer 
  mappers/base_mapper 
  mappers/transpose_mapper 
  mappers/pass_through_mapper 
  reducers/base_reducer 
  reducers/pass_through_reducer 
  reducers/sum_reducer 
  reducers/max_reducer 
  reducers/min_reducer
  reducers/transpose_reducer
  serializers/json
  stores/hbase
  stores/in_memory
  test_runner
  ruby-hbase
).each {|file| require File.join(File.dirname(__FILE__), file) }

module Mandy
  class << self
    def stores
      @stores||={}
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
trafficbroker-mandy-0.2.13 lib/mandy.rb
mandy-0.3.7 lib/mandy.rb
mandy-0.3.6 lib/mandy.rb
mandy-0.3.5 lib/mandy.rb
mandy-0.3.4 lib/mandy.rb
mandy-0.3.3 lib/mandy.rb
mandy-0.3.2 lib/mandy.rb
mandy-0.3.1 lib/mandy.rb
mandy-0.2.15 lib/mandy.rb
mandy-0.2.14 lib/mandy.rb