diff options
Diffstat (limited to 'backfill/README.md')
-rw-r--r-- | backfill/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backfill/README.md b/backfill/README.md new file mode 100644 index 0000000..90b4ba7 --- /dev/null +++ b/backfill/README.md @@ -0,0 +1,8 @@ + +Run tests: + + pipenv run python -m pytest + +Run locally on a file: + + ./backfill_hbase_from_cdx.py tests/files/example.cdx |