# About

go-kit - библиотека для создания микросервисной архитектуры (в Readme есть ссылки на проекты, которые его используют) <https://github.com/go-kit/kit>

## Go kit architecture

Три главных уровня в архитектуре приложения разработанных с помощью Go kit это:

* транспортный уровень: определяет протокол общения — HTTP, gRPC, Thrift, AMQP, ..
* уровень эндпоинтов: описывает запрот-ответ в стиле RPC. Каждый запрос, связанный с бизнес-логикой из сервиса попадает на соотв обработчик на уровне Endpoint.
* уровень сервиса: бизнес-логика, определяется как интерфейс и соотв реализация.

## Использует кодогенерацию

There are several third-party tools that can generate Go kit code based on different starting assumptions.

* [devimteam/microgen](https://github.com/devimteam/microgen)
* [GrantZheng/kit](https://github.com/GrantZheng/kit)
* [kujtimiihoxha/kit](https://github.com/kujtimiihoxha/kit) (unmaintained)
* [nytimes/marvin](https://github.com/nytimes/marvin)
* [sagikazarmark/mga](https://github.com/sagikazarmark/mga)
* [sagikazarmark/protoc-gen-kit](https://github.com/sagikazarmark/protoc-gen-kit)
* [tuneinc/truss](https://github.com/tuneinc/truss)

## Связан с др проектами (см github)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appsecurity.gitbook.io/devops/ppc/ppc-langs/backend/go/packages/storonnie/mikroservisy/go-kit/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
