I'm looking at using Arrow for a realtime IoT project which includes use cases both on server, and also for transferring /using in a Browser via WASM, and have a few questions.
Language in use is Go. Is anyone working on implementing Arrow-Flight in Go ? (According to the feature matrix, nothing ready yet, so wanted to check. Has anyone tried using Apache Arrow in Go WASM (Webassembly) ? if so, any issues ? Any pointers/documentation on using/extending Arrow for realtime streaming cases. (Specifically where a DataFrame is requested, but then it needs to 'grow' as new data arrives, often at high speed). Not language specific, just trying to understand the right pattern for using Arrow for this, and couldn't' find much in the docs. Regards Mark.