Skip to content

Commit

Permalink
Add extract usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin committed Apr 20, 2017
1 parent f91baa3 commit 4409e7d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ warden schema validate schema.json
find _warden -name \*.warden -print0 | xargs -0 warden marker failed
```

Extracting numeric samples
--------------------------

Samples can be extracted as CSV files from view markers for easier
interactive analysis.

```
warden-sample extract \
-o samples.csv \
_warden/$view/$data_dates/*/*.json
```

Future Work
-----------

Expand All @@ -91,4 +103,4 @@ Further reading
- [Documentation](https://github.com/ambiata/warden/tree/master/doc)
(or find a built version on S3 under
`s3://ambiata-dispensary-v2/doc/master/warden/`).
- [Talk slides](https://github.com/ambiata/talks/blob/master/warden-2016-05-20/slides.pdf).
- [Talk slides](https://github.com/ambiata/talks/blob/master/warden-2016-05-20/slides.pdf).

0 comments on commit 4409e7d

Please sign in to comment.