Skip to content

abdullin/seda-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages