dbsp

Crates.iodbsp
lib.rsdbsp
version0.153.0
created_at2023-08-23 17:56:13.543124+00
updated_at2025-09-25 07:41:23.445954+00
descriptionContinuous streaming analytics engine
homepagehttps://github.com/feldera/feldera
repositoryhttps://github.com/feldera/feldera
max_upload_size
id952403
size9,225,549
feldera-bot (feldera-bot)

documentation

README

DBSP

Database Stream Processor (DBSP) is a computational engine for continuous analysis of changing data. With DBSP, a programmer writes code in terms of computations on a complete data set, but DBSP implements it incrementally, meaning that changes to the data set run in time proportional to the size of the change rather than the size of the data set. This is a major advantage for applications that work with large data sets that change frequently in small ways.

The DBSP computational engine is a component of the Feldera Continuous Analytics Platform.

Resources

Learning Materials

Documentation

Feedback

Some ways that you can give us your feedback:

Commit count: 6082

cargo fmt