This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
v0.4.7
This minor release fixes a bug in the previous release - downloading data to temporary directories before renaming.
It also includes a new utility, sequins-dump
, to dump out the data in sequencefiles. You use it like this:
$ sequins-dump test_data/0/
Alice Practice
Bob Hope
Charlie Horse
It also has options to dump any combination of offsets, keys, and values:
$ sequins-dump --help
usage: sequins-dump [<flags>] <PATH>
Flags:
--help Show help (also see --help-long and --help-man).
-o, --offsets Display offsets.
-k, --keys Display keys.
-v, --values Display values.
--version Show application version.