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
- Host: GitHub
- URL: https://github.com/uswitch/baldrcat
- Owner: uswitch
- License: epl-1.0
- Created: 2014-08-06T09:29:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T16:08:17.000Z (about 11 years ago)
- Last Synced: 2024-12-15T06:12:17.509Z (over 1 year ago)
- Language: Clojure
- Size: 159 KB
- Stars: 1
- Watchers: 50
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.