Skip to content

rafaelgfirmino/webhook

Repository files navigation

Webhook

Webhooks is common to use in the microservices architecture, this is a simple example of how to use it.

Main

This repository is for only me to consolidate my knowledge of the concepts about Golang, best practices, design patterns, DevOps, and Observability.....

What I expect to learn with this project:

  • Improve concepts about GO:
    • Tests
      • Unit
      • Http
      • Table
      • Mocks
    • Benchmarks
    • Documentations
    • Parallelism
    • Concurrency
    • Profiler
    • Memory management
    • Pointers
  • Observability:
    • OpenTelemetry
    • Tracing
    • Metrics
    • Logs
  • Hexagonal architecture
  • GitHub actions
  • Sql

For running this project you can run the next command:

make up

If you need to stop the project you can run the next command:

make down

If you need rebuild image you can run the next command:

make up-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published