Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Separate ingest from query #526

Open
jdegoes opened this issue Oct 5, 2013 · 0 comments
Open

Separate ingest from query #526

jdegoes opened this issue Oct 5, 2013 · 0 comments
Assignees

Comments

@jdegoes
Copy link
Contributor

jdegoes commented Oct 5, 2013

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.

  1. Ingest must write data to a file system.
  2. Query must read data from a file system.
  3. 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant