E55A
Skip to content

Latest commit

 

History

History

README.md

Events

This sub project handles the immutable list of events.

Main functions are:

  • Store Events
  • Validate Event Schema
  • Retrieve Event
  • Baseline History
  • Compact List

Architectural Design

  • When this progam starts it should mount some persistance layer saving past events
  • Program should index list to simplify search
  • Program should save events to list
0