brimdata / super

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.39k stars 64 forks source link

Move space file operations inside package space #735

Closed alfred-landrum closed 4 years ago

alfred-landrum commented 4 years ago

We need to move the local file operations outside of package ingest, and into package space:

alfred-landrum commented 4 years ago

@mattnibs has some good ideas about how to implement this via a storage interface that a Space would present to operations for ingest & searching.