Overview of D2Mini
mainD2Mini is a minimal implementation of the D2TS dataflow graph library. It is a simplified version designed for Incremental View Maintenance (IVM) based on Differential Dataflow, but without the complexities of multi-dimensional versioning.
While the API is almost identical to @electric-sql/d2ts, D2Mini simplifies the workflow by removing the requirement to:
- Specify a version when sending data.
- Send a frontier to mark the end of a version.