database-stream-processor icon indicating copy to clipboard operation
database-stream-processor copied to clipboard

Streaming and Incremental Computation Framework

Results 64 database-stream-processor issues
Sort by recently updated
recently updated
newest added

Port all functions in the SQL library to the IR. This may or may not require implementing an FFI mechanism. Testing: - Extend the SQL compiler to output Rust code...

enhancement

Implement data serialization/deserialization, so we can feed data from/to any serde-supported format. Testing: - Port the DBSP server (`crates/adapters`) to run with JIT-compiled circuits (@ryzhyk). - Port the DBSP manager...

enhancement

Profile JIT'ed pipelines to measure how much overhead JIT introduces and exactly where to inform future optimization work.

enhancement

Does the JIT compiler support this use of the flat_map operator? ``` let filter0: _ = move |r: &Tuple6, | -> Option { (if r.4.is_none() { None:: } else {...

question

It would be nice to be able to add additional information to the generated JSON, such as comments and source position information. This would simplify debugging.

enhancement

When validation of JSON fails the errors positions displayed are shown at the end of the document.

enhancement

In this case the results would be corrupted.

bug

Hi, I'm very interested in incremental computation and I have learned dd for a while. I found dbsp some days ago and it seems can do the same things as...

question

Having attempted to interact with the REST API from the commandline (curl + websocat), here are some rough issues I've ran into that I'll try to coordinate with @gz to...

> `boxfnonce` obsolete with release of Rust 1.35.0 | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `boxfnonce` | | Version |...