• Stars
    star
    108
  • Rank 319,414 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hexagonal architecture showcase

This repository is a study implementation of Hexagonal Architecture (aka Ports and Adapters).

The Hexagonal Architecture, also referred to as Ports and Adapters, is an architectural pattern that allows input by users or external systems to arrive into the Application at a Port via an Adapter, and allows output to be sent out from the Application through a Port to an Adapter. This creates an abstraction layer that protects the core of an application and isolates it from external — and somehow irrelevant — tools and technologies.

Stack / Tools

  • .NET 7/8
  • C#
  • Visual Studio 2022
  • Kafka
  • Docker
  • Azure Service Bus
  • Chat GPT Integration

Want to help?

Open an issue here or open a PR.

If by any means this architecture helped you, star the repo!