question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Basic examples with the gRPC and/or REST API Plzzzzzzzzzzzzzzzzz!

See original GitHub issue

I just built the Docker.client file from this repo and its 2.85GB… so i can make simple REST API/gRPC request…? This seems to be because the server and the client have to be intimately connected via the tensorrtserver.api module. We are sacrificing: decoupling, ease of development and deployment, and portability, what do we gain from this?

Isn’t the whole idea of REST APIs and gRPC is to completely decouple client from server? All the client examples seem to violate this principle and makes it hard to integrate with existing pipeline.

IS this really necessary and if not can we get an example without the overhead please.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Sep 15, 2019

Perhaps the .proto files should be in a separate dir. and a note somewhere in the documentation indicating this possibility? Just a thought.

0reactions
deadeyegoodwincommented, Sep 12, 2019

Yes, that is correct.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to build a REST API with gRPC and get the best of two ...
Tutorial — gRPC gateway plugin. This tutorial has seven steps: Generate a gRPC service (.proto) from an OpenAPI description. Generate server-side support code ......
Read more >
gRPC with REST and Open APIs
Our guest post today comes from Brandon Phillips of CoreOS. CoreOS builds open source projects and products for Linux Containers.
Read more >
gRPC vs. REST: Getting Started With the Best API Protocol
A REST API is generally built on the HTTP protocol, using a URI to select a resource and an HTTP verb (e.g., GET,...
Read more >
Understanding gRPC, OpenAPI and REST and when to use ...
This post tries to explain the choices, and give guidance on how to choose between them. gRPC is a technology for implementing RPC...
Read more >
Writing REST Services for the gRPC-curious - YouTube
Writing REST Services for the gRPC -curious - Johan Brandhorst, Buf Introducing the gRPC -Gateway, which makes it possible to expose a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found