Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@rami-nk rami-nk released this 17 Jul 13:17
· 3 commits to main since this release
4bacbc5

What's New?

This is the initial release of the Miranum Connect Hexagonal Template. It provides a beginner-friendly GitHub template for starting new projects with Miranum Connect, incorporating the Hexagonal Architecture pattern. This template builds upon the features of the Miranum Connect Basic Template and extends it with the benefits of the Hexagonal Architecture.

Key Features:

  • Hexagonal Architecture: Leverage the power of the Hexagonal Architecture pattern to create highly modular and testable applications.
  • Worker Creation: Easily create workers within the Hexagonal Architecture context to handle specific tasks or actions.
  • Message Correlation: Correlate messages with process instances using the Hexagonal Architecture principles for asynchronous communication.
  • Process Start: Start processes seamlessly within the Hexagonal Architecture context for smooth integration with the process engine.

Getting Started

Clone the repository, update the necessary resources to match your project, and follow the instructions in the README to build and run your application.

For more information and detailed usage examples of the Hexagonal Architecture in Miranum Connect, refer to the Hexagonal Architecture section in the Miranum documentation. This section introduces the Hexagonal Architecture, explains its advantages, and provides a comparison with the Layered Architecture.

We welcome your feedback and suggestions for future enhancements. Enjoy using the Miranum Connect Hexagonal Template!