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

[JIT] Data ingestion/production

Open ryzhyk opened this issue 2 years ago • 1 comments

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.

ryzhyk avatar Mar 15 '23 19:03 ryzhyk

I would be happy for now with just a way to invoke a JIT-generated circuit from a Rust function - for testing.

mihaibudiu avatar Apr 14 '23 22:04 mihaibudiu