pranadb icon indicating copy to clipboard operation
pranadb copied to clipboard

HTTP/2 API

Open purplefox opened this issue 2 years ago • 0 comments

We should consider creating a raw HTTP/2 API as an alternative to the gRPC API. This will be somewhat easier for customers to use as it won't require compiling stubs for their language of choice.

The API should

  • Use HTTP/2 streams for streaming back results and push queries.
  • Support several encodings for results, including JSON, CSV etc

purplefox avatar Jun 25 '22 17:06 purplefox