Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 597 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 597 Bytes

KAUCHE Microservices Example

Let's explore the KAUCHE like microservices consist of Go, gRPC, GraphQL and Envoy on your laptop!

architecture

Usage

Start servers with the command below:

$ make up

And then, you can call KAUCHE like microservices like below:

$ curl -s -H "Host: api.kauche.localhost" -H "content-type: application/json" -d '{"query": "query { products{ id name comments{ id text customer{ id name } } } }"}' localhost:8000/query | jq .