arrow-julia icon indicating copy to clipboard operation
arrow-julia copied to clipboard

Support Arrow Flight RPC

Open quinnj opened this issue 3 years ago • 6 comments

quinnj avatar Apr 23 '21 02:04 quinnj

seconded :-)

cwiese avatar Apr 25 '21 14:04 cwiese

+1

nrontsis avatar Oct 12 '22 11:10 nrontsis

I would be very interested in this feature, is there any plan for the future or some hints on how to start implementing this?

okartal avatar Jan 12 '23 15:01 okartal

It's a bit involved because we need proper HTTP2 support in Julia, then we can do a proper gRPC server implementation, and then with protobuf support for services, we'd be ready to do arrow flight on top 😅 . There were some efforts started here for gRPC using nghttp2 binary, but I'm not sure how far that effort got.

quinnj avatar Jan 12 '23 16:01 quinnj

Thanks @quinnj, are you also aware of these efforts: https://discourse.julialang.org/t/ann-protobuf-jl-1-0-0/85885

Services and RPCs are not yet implemented. We will focus on these in near future as a part of our effort to build native gRPC libraries for Julia.

okartal avatar Jan 18 '23 13:01 okartal

Yes, @Drvi is my colleague and we worked on the ProtoBuf.jl rewrite together.

quinnj avatar Jan 18 '23 23:01 quinnj