palimpsest-dataflow 0.1.1

A Postgres WAL-backed live query sync engine.
Documentation
1
2
3
4
5
//! Common algorithms constructed from differential dataflow operators.

pub mod graphs;
pub mod identifiers;
pub mod prefix_sum;