microservice framework
The goal of this framework is to create a convenient and flexible platform for developing microservices in different languages.
- local
- redis
- ...
- docker
- docker-compose
- make
make build
make start
make build-redis
make start-redis
Open http://localhost:38081/
or
make monitor
Open http://localhost:38082/upstream/dwarf-demo/rreverse?str=hello
or
curl "http://localhost:38082/upstream/dwarf-demo/reverse?str=Hello"
make stop
or
make stop-redis
- single entry point
- simple protocol for accessing different message brokers
- сonvenient graphical interface to the system
- quick health check of microservices
- microservices have REST protocol support out of the box