You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
The goal of this ticket is to ensure that ingest and query are completely decoupled and interact only through the file system, so that overall architectural complexity is minimized and other tickets may be completed more easily.
Ingest must write data to a file system.
Query must read data from a file system.
Query and ingest may interact only through a file system.
This is mostly (entirely?) already the case, but we need to verify the extent of the separation and severe any remaining ties that exist.
The text was updated successfully, but these errors were encountered:
The goal of this ticket is to ensure that ingest and query are completely decoupled and interact only through the file system, so that overall architectural complexity is minimized and other tickets may be completed more easily.
This is mostly (entirely?) already the case, but we need to verify the extent of the separation and severe any remaining ties that exist.
The text was updated successfully, but these errors were encountered: