great talk. But it would be even better to let duckdb be the arrow flight server itself. So not just let duckdb be the client and connect somewhere else but give somebody else access to the duckdb database via apache arrow flight. For a project I implemented an arrow flight server that lets you retrieve results from a duckdb via grpc arrow flight. The flight request rpc requires you to send the sql query as string and you get the result as arrow. It would be perfect to have this arrow server run natively as part of duckdb.
great talk. But it would be even better to let duckdb be the arrow flight server itself. So not just let duckdb be the client and connect somewhere else but give somebody else access to the duckdb database via apache arrow flight.
For a project I implemented an arrow flight server that lets you retrieve results from a duckdb via grpc arrow flight. The flight request rpc requires you to send the sql query as string and you get the result as arrow. It would be perfect to have this arrow server run natively as part of duckdb.