Hello-

I am exploring options to support streaming in grafana.  We have a golang
websocket server and am exploring options to send data to the browser.

Are there any good examples of reading IPC data with callbacks for each
block?  I see examples for mapd, and for reading whole tables -- but am
hoping for something that lets me read initial header data, then get each
record batch as a callback (rxjs)
https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format

Thanks for any pointers
Ryan

Reply via email to