GoでのModular Monolith及びサービス間通信のサンプル実装です。 サービス間の通信はgRPC経由で行われますが、ServiceServerとServiceClientをServiceAdapterがReflectionを使用して仲介することにより ...
An e-commerce order fulfillment REST API built with Modular Monolith, CQRS, and Saga orchestration patterns using SolidFrame packages. This example builds on hexagonal CQRS patterns and adds module ...