ruslander / seda-homework

2012-09-22 Quick prototype of SEDA extract from ES

Home Page:http://abdullin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seda-homework

Rinat Abdullin 2012-09-22

This is my attempt in learning core principles behind EventStore, starting from 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 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

About

2012-09-22 Quick prototype of SEDA extract from ES

http://abdullin.com


Languages

Language:C# 100.0%