/microkernel-architecture-pattern-golang

Microkernel Architecture Pattern in Golang

Primary LanguageGo

Microkernel Architecture in Golang

This example intent to demonstrate Microkernel Architecture using Golang. I created and formatted this project in form of agile where overview, acceptance criteria, and requirement should clearly state the objective of demo code.

There are generally two ways to approach this design, internal components (plugins) or create separate repository and maintain components as a dependency as illustrated in diagram below.

todo: create a diagram in a miro

Microkernel Architecture

todo: write about Microkernel Architecture in general regardless of picked programming language

Run the Demo

You could run make at the root of the project or use go run ./cmd/server.go to get up and running with a demo.

Overview

todo: Write overview about restful micro server architecture

Requirement

  • todo: create requirements in a bullet form

Acceptance Criteria

  • todo: create acceptance criteria more specific to what should be delivered

Links

Credits

Copyright © 2024 Syniol Limited. All rights reserved.