Skip to content

tml/RecordBreaker

Repository files navigation

RecordBreaker - Automatically learn Avro structures from your data

Introduction

RecordBreaker is a project that automatically turns your text-formatted data (server logs, sensor readings, etc) into structured Avro data, without any need to write parsers or extractors. Its goal is to dramatically reduce the time spent preparing data for analysis, enabling more time for the analysis itself.

You can (and should!) read the full RecordBreaker tutorial here: http://cloudera.github.com/RecordBreaker/

The RecordBreaker repository is hosted at GitHub, here: https://github.com/cloudera/RecordBreaker

Installation

$ ant dist

Dependencies

-- Java JDK 1.6 -- Apache ant 1.8.2

Releases

No releases published

Packages

No packages published