GitXplorerGitXplorer
a

eventsource

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5b8d9f6578380548c5fbd1baefe96406a8b740c3

Added MIT License

aaarongreenlee committed 5 years ago
Unverified
8121619b64513e10ff92acc73c2716817e9e7165

Cleanup some comments and a debugging statement

aaarongreenlee committed 5 years ago
Unverified
edbcfa6e3238c7f4b26d67955ed6b0b181a324ff

Minor code formatting

aaarongreenlee committed 5 years ago
Unverified
031e1728c4a2c5296075920286829a40c13ee7d6

Memory store actually respets From/To Version

aaarongreenlee committed 5 years ago
Unverified
342c4ea4451ad693a8049beb76ce457f8312da2d

Implemented Load behavior including example

aaarongreenlee committed 5 years ago
Unverified
daf52c9ebb9ecb71486af33e4908c10f05b880f3

Improved documentation and added missing create.go example

aaarongreenlee committed 5 years ago

README

The README file for this repository.

Event Sourcing

This package implements an Event Sourcing technique where resources are aggregates produced from append only event logs.


Attribution

This package has it's origins in github.com/savaki/eventsource which is licensed under Apache 2.0 which showed a brief spark in 2017. I thank Matt Ho for sharing his work which serves as the foundation to this package.