Hi,

I'm not sure about integration with the services you mentioned but assuming
some responsibilities of the API Gateway are handling authentication and
load balancing, you can implement a flight proxy by creating a service that
implements FlightProducer interface.
The service can access headers for validation if needed and redirect
vectors it receives to the designated flight server using another flight
client.

Hope it helps

On Sat, Mar 15, 2025 at 3:03 AM kekronbekron <kekronbek...@protonmail.com>
wrote:

> Sure -
>
> https://www.definite.app/blog/duck-takes-flight
>
> https://blobs.duckdb.org/events/duckcon6/rusty-conover-airport-for-duckdb-letting-duckdb-take-apache-arrow-flights.pdf
>
>
>
>
> On Saturday, March 15th, 2025 at 01:25, Bryce Mecum <bryceme...@gmail.com>
> wrote:
>
> > Hi kekronbekron, can you share any pointers to the pattern you mention
> > and where people are talking about it? It sounds like something I
> > might be interested in tracking.
> >
> > On Thu, Mar 13, 2025 at 7:27 PM kekronbekron
> > kekronbek...@protonmail.com wrote:
> >
> > > I'm embarking on exactly this.
> > > Amusing how this pattern has become "vocal" in the past few weeks,
> though Flight has existed for a few years now.
> > >
> > > On Friday, March 14th, 2025 at 03:56, Paul Whalen pgwha...@gmail.com
> wrote:
> > >
> > > I haven’t used anything you’ve mentioned, but I have deployed an arrow
> flight server in an istio/envoy service mesh, and seen all the benefits of
> gRPC in that context without any trouble.
> > >
> > > I’ve often though it would be fun to write an envoy filter for the
> Flight or Flight SQL protocol, but it isn’t clear to me that there’s much
> demand for it (for comparison, there’s one for Postgres:
> https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_protocols/postgres
> ).
> > >
> > > Paul
> > >
> > > On Mar 13, 2025, at 5:05 PM, Z A z11...@outlook.com wrote:
> > >
> > > Thanks Felipe!
> > > ________________________________
> > > From: Felipe Oliveira Carvalho felipe...@gmail.com
> > > Sent: Thursday, March 13, 2025 12:29 AM
> > > To: user@arrow.apache.org user@arrow.apache.org
> > > Subject: Re: api gateway with arrow flight grpc
> > >
> > > No, but if these are gRPC proxies they should work.
> > >
> > > On Wed, 12 Mar 2025 at 18:13 Z A z11...@outlook.com wrote:
> > >
> > > Hi,
> > > I just subscribed to this mailing list, and apologize if this is a
> silly question.
> > > Has anyone ever done any integration of API Gateway (i.e. Kong, Tyk,
> KrakenD, etc.) with your own Arrow Flight Server?
> > > Thanks!
>

Reply via email to