Module: Hakoy

Defined in:
lib/hakoy.rb,
lib/hakoy/version.rb,
lib/hakoy/file_appender.rb,
lib/hakoy/file_iterator.rb,
lib/hakoy/row_normalizer.rb,
lib/hakoy/timestamp_path.rb,
lib/hakoy/append_strategy.rb,
lib/hakoy/file_appender/csv.rb,
lib/hakoy/file_iterator/csv.rb,
lib/hakoy/timestamp_normalizer.rb

Defined Under Namespace

Modules: FileAppender, FileIterator Classes: AppendStrategy, Proxy, RowNormalizer, TimestampNormalizer, TimestampPath

Constant Summary collapse

VERSION =
"0.0.5"

Class Method Summary collapse

Class Method Details

.call(file, conf) ⇒ Object



16
17
18
# File 'lib/hakoy.rb', line 16

def self.call(file, conf)
  Proxy.new(conf).store(file)
end