Home  >  Article  >  Backend Development  >  Some Go demo applications with Yokai

Some Go demo applications with Yokai

Patricia Arquette
Patricia ArquetteOriginal
2024-10-31 01:52:02243browse

Some Go demo applications with Yokai

We're actively working on Yokai, a simple Go framework coming with an opinionated but modular list of dependencies (like echo, viper, zerolog, grpc, ...), depending of the type of application you'd like to build.

It's strongly focused on observability, providing logs, traces and metrics instrumentation for all its components, and on testability.

Today we share the showroom repository with 3 demo applications, to help understanding how this works and what it brings:

  • a gRPC demo with both unary and streaming RPCs
  • an HTTP demo with a rest crud against a MySQL
  • a worker demo subscribing to pub/sub

All 3 come with a docker compose stack to easily play with them (with air live reload), and to see the o11y signals in action (Jaeger included).

Feel free to check this out, and to reach if this is of interest for you.

It's under MIT license.

The above is the detailed content of Some Go demo applications with Yokai. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn