Skip to content

Event store library with simple memory and filesystem implementations

License

Notifications You must be signed in to change notification settings

araqnid/eventstore

Repository files navigation

Event store

Kotlin Kotlin JS IR supported Gradle Build Maven Central

Provides an API (but only limited implementation) for storing events in sequence so that applications can replay them, in an Event-Sourcing architecture. Includes a service for subscribing to an event store and continuously delivering incoming events, with hooks for applications to load and save snapshots of their state built from it.

Related projects

Pretty much just a Kotlinisation of tg-eventstore: https://github.com/tim-group/tg-eventstore

About

Event store library with simple memory and filesystem implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published