google / rejoiner

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
https://google.github.io/rejoiner/
Apache License 2.0
3.67k stars 143 forks source link

Quick Start Guide #90

Open sfsekaran opened 4 years ago

sfsekaran commented 4 years ago

I'm sure there are a lot of people, myself included, excited to use Rejoiner, but are rusty with their Java tooling knowledge.

Would love to see a very easy copy/paste how-to to get rejoiner up and running with vanilla Java. A quick start guide would help immensely.

BenjaminB64 commented 4 years ago

I totally agree with you, it's too bad there is not start guide already

DianaSuvorova commented 4 years ago

@sfsekaran there is an example: https://github.com/google/rejoiner/blob/master/docs/EXAMPLES.md

I managed to run it (I am not a Java person) but it fails for me due to https://github.com/google/rejoiner/issues/86 maybe you'll get more luck with it