# go-kratos-examples **Repository Path**: flyingdays/go-kratos-examples ## Basic Information - **Project Name**: go-kratos-examples - **Description**: Examples of Kratos framework - **Primary Language**: Go - **License**: MIT - **Default Branch**: feat/lgtm - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-11-16 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # examples English | [简体中文](README-CN.md) - blog is simple crud project. - config is kratos config example. - errors is kratos errors example, it is generated through proto-gen-go-errors. - helloworld is helloworld example. - http is transport/http some examples of usage. - log is log example, including、logger、helper、filter、valuer, etc. - metadata is metadata example. - metrics is metrics example, in the example, prom is used to collect data. - registry is registration and discovery examples,including Etcd, Consul, Nacos. - traces is middleware/tracing example,middleware/tracing is implemented by opentelemetry. - validate is middleware/validate example, the verification code is generated by proto-gen-validate. - ws is implementation of transport interface with websocket example. - swagger is implementation of server with embed swagger api.