this guide will show you how to develop servicecomb-kie in your local machine.
servicecomb-kie only depend on mongodb, so you have 2 choices
- setup a mongodb and give credential in kie-conf.yaml
- setup a simple mongodb alone with admin UI by docker compose
in this guide, we will use mongodb launched by docker compose
1.Build
cd examples/dev
go build github.com/apache/servicecomb-kie/cmd/kieserver
2.Run mongodb and servicecomb-kie
sudo docker-compose up
./kieserver --config kie-conf.yaml
#servicecomb-kie endpoint http://127.0.0.1:30110/
the API doc will be generated under examples/dev/conf/servicecomb-kie/schema
you can copy it to https://editor.swagger.io/ to see full API document