Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc-gateway Demo #7

Merged
merged 3 commits into from Jun 17, 2017
Merged

grpc-gateway Demo #7

merged 3 commits into from Jun 17, 2017

Conversation

juanpedromoreno
Copy link
Member

This PR ships a new demo showing how to deploy http gateway services that are able to call RPC services deployed with grpc.

It's based on https://github.com/grpc-ecosystem/grpc-gateway . Hence, it uses some go lang to set up the reverse proxy service.

architecture introduction diagram

On the other side, since now we have two rpc services, package organization has been changed.

@juanpedromoreno juanpedromoreno force-pushed the test/grpc-gateway-demo branch 7 times, most recently from be90ff8 to 019a578 Compare June 17, 2017 10:41
@codecov-io
Copy link

Codecov Report

Merging #7 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master    #7   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           6    11    +5     
  Lines         102   121   +19     
  Branches        3     4    +1     
====================================
- Misses        102   121   +19
Impacted Files Coverage Δ
...mo/src/main/scala/greeting/GreetingClientApp.scala 0% <ø> (ø)
...mo/src/main/scala/greeting/GreetingServerApp.scala 0% <ø> (ø)
demo/src/main/scala/package.scala 0% <ø> (ø) ⬆️
demo/src/main/scala/greeting/GreetingClient.scala 0% <ø> (ø)
demo/src/main/scala/user/UserClient.scala 0% <0%> (ø)
demo/src/main/scala/user/UserClientApp.scala 0% <0%> (ø)
demo/src/main/scala/user/UserServerApp.scala 0% <0%> (ø)
demo/src/main/scala/user/UserService.scala 0% <0%> (ø)
demo/src/main/scala/greeting/GreetingService.scala 0% <0%> (ø)
demo/src/main/scala/user/package.scala 0% <0%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3af56ce...c357e7c. Read the comment docs.

@juanpedromoreno juanpedromoreno merged commit 3adfe59 into master Jun 17, 2017
@juanpedromoreno juanpedromoreno deleted the test/grpc-gateway-demo branch June 17, 2017 11:36
raulraja pushed a commit that referenced this pull request Jun 17, 2017
* Moves greeting demo to its own package
* It brings a new grpc-gateway demo
* Installs protobuf, golang and other deps for Travis
@juanpedromoreno juanpedromoreno mentioned this pull request Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants