Reader small image

You're reading from  In-Memory Analytics with Apache Arrow

Product typeBook
Published inJun 2022
PublisherPackt
ISBN-139781801071031
Edition1st Edition
Concepts
Right arrow
Author (1)
Matthew Topol
Matthew Topol
author image
Matthew Topol

Matthew Topol is an Apache Arrow contributor and a principal software architect at FactSet Research Systems, Inc. Since joining FactSet in 2009, Matt has worked in both infrastructure and application development, led development teams, and architected large-scale distributed systems for processing analytics on financial data. In his spare time, Matt likes to bash his head against a keyboard, develop and run delightfully demented games of fantasy for his victims—er—friends, and share his knowledge with anyone interested enough to listen.
Read more about Matthew Topol

Right arrow

The basics and complications of gRPC

Arrow Flight is built on two things:

  • The Arrow IPC format (which we covered in Chapter 4, Format and Memory Handling)
  • gRPC (https://grpc.io), an open source remote procedure call (RPC) framework built on top of Protocol Buffers for high-performance services

Since we've already covered the Arrow IPC format, let's first quickly look at what gRPC is and how to use it. To do that, we need to talk about APIs.

Building modern APIs for data

We've used the word API a lot already in this book, and most of you are likely at least already conceptually familiar with the idea of an API, but let's quickly define what we're talking about.

While the term Application Programming Interface (API) has been around since at least the 1960s, the scope of what it refers to has broadened considerably. Initially, it was used solely to describe an end user-facing interface, at the time just called application programs...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
In-Memory Analytics with Apache Arrow
Published in: Jun 2022Publisher: PacktISBN-13: 9781801071031

Author (1)

author image
Matthew Topol

Matthew Topol is an Apache Arrow contributor and a principal software architect at FactSet Research Systems, Inc. Since joining FactSet in 2009, Matt has worked in both infrastructure and application development, led development teams, and architected large-scale distributed systems for processing analytics on financial data. In his spare time, Matt likes to bash his head against a keyboard, develop and run delightfully demented games of fantasy for his victims—er—friends, and share his knowledge with anyone interested enough to listen.
Read more about Matthew Topol