database-stream-processor
database-stream-processor copied to clipboard
Streaming and Incremental Computation Framework
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...
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...
Profile JIT'ed pipelines to measure how much overhead JIT introduces and exactly where to inform future optimization work.
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 {...
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.
When validation of JSON fails the errors positions displayed are shown at the end of the document.
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...
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 |...