Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
/ akka-projection Public archive
forked from akka/akka-projection

Akka Projections is intended for building systems with the CQRS pattern, and facilitate in event-based service-to-service communication.

License

Notifications You must be signed in to change notification settings

wwwjames/akka-projection

 
 

Repository files navigation

Akka Projections

Akka Projections provides an abstraction for consuming a stream of Envelope (where Envelope contains a payload and a trackable offset). This streams can originate from persisted events, Kafka topics, or other Alpakka connectors.

Akka Projections also provides tools to track, restart and distribute these projections.

About

Akka Projections is intended for building systems with the CQRS pattern, and facilitate in event-based service-to-service communication.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 72.5%
  • Java 27.5%