DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Overview of Hexagonal Architecture

4 years ago dzone.com
Overview of Hexagonal Architecture

Summary: This is a summary of an article originally published by the source. Read the full original article here →

by The typical problem with layers is where is the application core logic?

An adapter is a bridge between the application and the service that is needed by the application.

We have an application that uses DB2 for database interactions and we want to switch to MongoDB to store data and provide results.

The key take away is to isolate the business logic from the delivery mechanisms and tools used by the system.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com