Skip to content

michaellperry/Mathematicians

Repository files navigation

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

About

Historical Modeling reference implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages