Various tools for interacting with bob
Tool for counting all unique records and replicas in bob.
Tool for removing all partitions in cluster older than provided date.
Tool for discovery, formatting and mounting of new disks.
Tool for recovering aliens from nodes.
Tool for expanding clusters according to configurations.
Requires ssh key to be available to run.
- rsync (with xxh128 support)
- sshd
- find
- xxhash
To build docker images simply pass appropriate dockerfile from dockerfiles
dir, using root folder as context. E.g. docker build -f dockerfiles/RecordsCalculatorDockerfile .
.