Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 766 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 766 Bytes

Evactor

This is an attempt to create a complex event processing implementation in Akka. The idea is that processors subscribe to channels to receive events published on the channels. The event processor can then process the events in some way and publish new events on other event channels.

The project also houses a storage solution, based on Apache Cassandra, for auditing and statistics. An API exists for easy access to historic data.

Check out the example module to get a better understanding on how all this works.

Licence

Copyright 2012 Albert Örwall

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0