Skip to content

Commit

Permalink
add ygrok to the main page synopsis
Browse files Browse the repository at this point in the history
Fixes #112
  • Loading branch information
preaction committed Feb 2, 2015
1 parent eae9af5 commit 97369b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/ETL/Yertl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ __END__
$ yto csv work.yml
$ yto json work.yml
# Parse HTTP logs into documents
$ ygrok '%{LOG.HTTP_COMMON}' httpd.log
# Read data from a database
$ ysql db_name 'SELECT * FROM employee'
Expand Down Expand Up @@ -115,6 +118,10 @@ Convert incoming data (CSV, JSON) to Yertl documents.
Convert Yertl documents into another format (CSV, JSON).
=item L<ygrok>
Parse lines of text into Yertl documents.
=item L<ysql>
Read/write documents from SQL databases.
Expand Down

0 comments on commit 97369b3

Please sign in to comment.