Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 460 Bytes

File metadata and controls

20 lines (12 loc) · 460 Bytes

Typescript implementation of DBSP using Effect streams.

Installation

pnpm install

Build

pnpm build

Limitations

  • No recursive query support: This implementation does not support recursive queries
  • Design note: A state machine approach would likely have been a more suitable design pattern for this project