timeplus-io / proton-python-driver

Python driver for Proton which support Proton native wire protocol
Other
10 stars 3 forks source link

Update to use bw 0.18 #40

Closed awmatheson closed 6 months ago

awmatheson commented 6 months ago

This PR changes the Bytewax syntax to match v0.18 and updates the input source to move to using a built-in polling input mechanism. In addition, it uses branching capabilities to split out the stream into a comment and story stream. It also points to how you can use the Grafana proton data source to query the stream.

jovezhong commented 6 months ago

Thanks @awmatheson for the code contribution. I will merge the code and do more test and publish docker image.