Skip to content

Commit

Permalink
update readme with ref to SEDA
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullin committed Sep 21, 2012
1 parent 1ce979b commit 66562f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ seda-homework

> Rinat Abdullin 2012-09-22
This is my attempt in learning core principles behind [EventStore](https://github.com/EventStore/EventStore), starting from Staged Event-Driven Architecture.
This is my attempt in learning core principles behind [EventStore](https://github.com/EventStore/EventStore), starting from [Staged Event-Driven Architecture](http://en.wikipedia.org/wiki/Staged_event-driven_architecture).

I'm taking core bits from ES and rewrite them from scratch, while focusing on simplicity.

So far we've got:

* In-Memory Message Bus (pipes)
* Generic Finite State Machine (with builder)
* Node controller with wired custom state machine
* Node controller with wired custom state machine and a few states.
* In-memory timer service (for callbacks, async IO and timeouts)
* Hello World service, that properly initializes, shuts down and sends Hello to itself once every few seconds

0 comments on commit 66562f8

Please sign in to comment.