Skip to content

Streaming decompression

Jim Wallace requested to merge streaming-decompression into main
  • Sketched out streaming decompression of NDJSON archive files from PushShift in the BufferedRedditArchivDecoder class.
  • Allowed Reddit Submissions to have either Int32 or String created_utc fields (need coextend this to other Types)
  • Uncommented K-means clustering

Merge request reports