Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 615 Bytes

Mathematicians Historical Modeling Reference Sample

Historical Modeling is a series of patterns for building distributed systems. It treats all records as partially ordered immutable facts. This reference sample demonstrates how to build a relational database, a domain layer, and a REST API historically.

Projects

The sample is comprised of four projects:

  • Domain - the core logic
  • DAL - the data access layer
  • Representations - JSON data structures for REST
  • API - the controllers and a simple Web client