Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 999 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 999 Bytes

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!