splice / indaba-baldrcat

Tool to print contents of .baldr archives on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baldrcat

baldrcat

Tool to help debug data infrastructure. Can cat the records contained in Baldr files on S3.

Usage:

$ ./baldrcat --access-key XXXX --secret-key XXXX s3://bucket/object1 s3://bucket/object2

Note: AWS Access and Secret keys will default to the AWS_ACCESS_KEY and AWS_SECRET_KEY environment variables.

baldrcat also assumes that the record payload is a set of bytes representing a string.

About

Tool to print contents of .baldr archives on S3

License:Eclipse Public License 1.0


Languages

Language:Clojure 97.9%Language:Shell 2.1%