An open API service indexing awesome lists of open source software.

https://github.com/uswitch/baldrcat

Tool to print contents of .baldr archives on S3
https://github.com/uswitch/baldrcat

Last synced: 9 months ago
JSON representation

Tool to print contents of .baldr archives on S3

Awesome Lists containing this project

README

          

# 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.