Skip to content

Tool to print contents of .baldr archives on S3

License

Notifications You must be signed in to change notification settings

splice/indaba-baldrcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 97.9%
  • Shell 2.1%