These docs track the development branch (main). Latest release: v0.23.0.
Skip to content

CargoShipHigh-performance S3 data archiving

Stream large datasets straight to S3 — sharded, compressed, verifiable, and cost-aware. Your data lands in an open, portable archive format you can read with or without CargoShip.

CargoShip — a container ship sailing on a cloud

Get where you're going

CargoShip ships large research and backup datasets to Amazon S3 quickly, cheaply, and reversibly. Pick the path that fits you:

Install

bash
brew install scttfrdmn/tap/cargoship
bash
go install github.com/scttfrdmn/cargoship/cmd/cargoship@latest
bash
# Download the latest release for your platform from:
# https://github.com/scttfrdmn/cargoship/releases/latest

Then send your first dataset to S3:

bash
cargoship upload ./my-data s3://my-bucket/archives/

See Install for all methods and Your first upload for a line-by-line walkthrough.