Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aybabtme/jag
Verifies that two S3 buckets contain the same data.
https://github.com/aybabtme/jag
Last synced: about 1 month ago
JSON representation
Verifies that two S3 buckets contain the same data.
- Host: GitHub
- URL: https://github.com/aybabtme/jag
- Owner: aybabtme
- Created: 2014-08-29T06:36:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T13:50:13.000Z (about 10 years ago)
- Last Synced: 2023-03-30T06:26:07.058Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jag
Command jag audits that [brigade] does its work properly.
More concretely, it verifies that two S3 buckets contain the same data,
by sampling the buckets randomly at regular intervals and verifying
that the selected keys match on both buckets.To accomplish this work, the verifier randomly selects keys in the source
bucket using a statistical model of the bucket that it builds using a
previous snapshop of the bucket's keys.NAME:
jag - Audits brigade to see if it does its work properly.USAGE:
jag [global options] command [command options] [arguments...]VERSION:
0.1COMMANDS:
makeconfig Create a sample config file at the specified path.
audit Continuously samples keys in two buckets, check that they match.
model Computes and prints a model for the given bucket listing.
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--version, -v print the version
--help, -h show help[brigade]: https://github.com/Shopify/brigade
- - -
Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md)