{% macro render_service(service) -%}

{{service.name}}

{% for s in service.children %} {{ render_service(s) }} {% endfor %}
{%- endmacro %} aiozipkin microservices demo

aiozipkin microservices demo

There is a larger micro services example, using aiohttp. This demo consists of five simple services that call each other, as a result you can study client server communication and zipkin integration for large projects. Each box element of this page is rendered with help of different service.

Zipkin UI {{zipkin}}

{{ render_service(service) }}

https://github.com/aio-libs/aiozipkin