Go, Kafka, gRPC and MongoDB microservice with metrics and tracing 👋

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. kafka-go

    Kafka library in Go

    This article about tries to implement of clean architecture microservice using: 🚀 Kafka as messages broker gRPC Go implementation of gRPC MongoDB as database Jaeger open source, end-to-end distributed tracing Prometheus monitoring and alerting Grafana for to compose observability dashboards with everything from Prometheus

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Go-Kafka-gRPC-MongoDB-microservice

    Go products microservice

    On top layer of our app handling, logging errors and process metrics for Prometheus. Repository with the source code and list of all used tools u can find here 👨‍💻 :) I hope this article is usefully and helpfully, I'll be happy to receive any feedbacks or questions :)

  4. kafdrop

    Kafka Web UI

    Good kafka docker setup with enclouded UI is confluent, but it's had huge images size and will download a half of world wide internet to your local pc.🤖 For this reason here as UI client i used kafdrop

  5. sarama

    Discontinued Sarama is a Go library for Apache Kafka. [Moved to: https://github.com/IBM/sarama] (by Shopify)

    For Go client in production usually used segmentio and sarama, both is good and up to you which one to chose, for this project i used segmentio. I didn't implement any interesting business logic here and didn't cover tests, because of not enough time at this moment. Our microservice can communicate by kafka, gRPC and REST.

  6. retry-go

    Simple golang library for retry mechanism

    Workers validate message body then call usecase, if it's returns error, try for retry, good library for retry is retry-go, if again fails, publish error message to very simple Dead Letter Queue as i said, didn't implement here any interesting business logic, so in real production we have to handle error cases in the better way. And after message success processed commit it.

  7. Echo

    High performance, minimalist Go web framework

    and REST API handler using echo:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • เขียน Go ต่อ Kafka ตอนที่ 1

    3 projects | dev.to | 11 Jun 2024
  • Ingesting Data into OpenSearch using Apache Kafka and Go

    6 projects | dev.to | 13 Jul 2023
  • book about golang and kafka

    6 projects | /r/golang | 4 Jun 2023
  • New Winner of Kafka Consumers: Scala to Go Journey

    2 projects | /r/golang | 18 Apr 2023
  • Which Kafka client library should I use?

    1 project | /r/golang | 11 Apr 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?