Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 274 Bytes

ztf-go-archivist

A small Go program which reads data from ZTF's alert stream and writes it to a .tar file.

Building requires go1.13+. Clone the repo, and then run go build ..

A Makefile is provided with aliases to lint, to buil, and to generate Avro schema code.