Ted Shaowang
Ted Shaowang
Hi Alex, `scanner/engine/scheduler.h` contains my prototype of the new scheduler. Please take a look and let me know if you have any comments.
Fixes #104. Usage: ```bash python python/scannerpy/python_master.py # start running python master python tests/test_realtime.py # start test client ``` API: ```python input = db.ops.MemoryInput() output = db.ops.MemoryOutput(columns=[test_out]) # ... input.push(frame.tobytes()) out_frame...
It seems that the tutorial code `03_ops.py` and `05_compression.py` require BulkJob module but not imported at the very beginning of file.
The tutorial shows how to deploy Hwang to AWS Lambda.