Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (3 loc) · 662 Bytes

File metadata and controls

8 lines (3 loc) · 662 Bytes

SART Application Anatomy

In a nutshell SART Framework provides a way to apply important patterns of Domain Driven Design in the data streaming world. The building blocks for the proposed data management application are the well known Domain Aggregates, Domain Commands, Domain Events, Domain Queries and Domain Results as a tangible manifestation of the use-cases captured from a given domain. It is NOT the goal of current document to justify or familiarize the reader with the domain driven software development philosophy but rather demonstrate the practical steps needed to build a SART based vertical application.

To be continued ...