database-stream-processor
database-stream-processor copied to clipboard
[JIT] Data ingestion/production
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 to work with JIT (@ryzhyk)
- Run end-to-end REST API tests with JIT.
I would be happy for now with just a way to invoke a JIT-generated circuit from a Rust function - for testing.