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 .