http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/mit-pdos/noria
Each sub-crate is
responsible for a component of Noria's architecture, such as external
API ( noria ), mapping SQL to data-flow ( server/mir ), and
executing data-flow operators ( server/dataflow ). The code in server/src/ is the glue that ties these pieces together by
establishing materializations, scheduling data-flow work, orchestrating
Noria program changes, handling failovers, etc. server/src/lib.rs has a pretty extensive comment at
the top of it that goes through how the Noria...