Possibly, but more details might help. Are these two processes on the same machine, two components in the same process, two processes on different machines? What exactly is the unstructured text - does it at least fit into a column of data, or is it literally just a stream of text with no further structure? What is the Python side planning to do with the text (for instance, do you want to further analyze it with something like Pandas)?
On Thu, Mar 2, 2023, at 18:45, Vilayannur Sitaraman wrote: > Hi, > My use case is the need to efficiently transport large volumes of > unstructured text from a module in Java to a module in Python with possibly a > massaging of the docs before transport. Is Arrow Flight/Arrow the right > choice for this? Why Why not? Any advice appreciated. > Thanks > Sitaraman
