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

Clone this repo:
  1. efcf7b7 Support runtime persistence plugin configuration in sliceForPersistenceId and sliceRanges methods of EventSourcedProvider (#302) by Domantas Petrauskas · 2 days ago main
  2. 69ca318 Update logback-classic to 1.5.19 (#315) by scala-steward-asf[bot] · 2 days ago
  3. a0d9e8b remove deprecated code (#314) by PJ Fanning · 8 days ago
  4. 6d03712 Update jackson-databind to 2.20.0 (#310) by scala-steward-asf[bot] · 8 days ago
  5. b8ab942 Upgrade Slick dependency from 3.5.1 to 3.6.1 (#313) by PJ Fanning · 9 days ago

Apache Pekko Projections

Apache Pekko 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 Apache Pekko connectors.

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

Documentation

Apache Pekko Projections are documented at https://pekko.apache.org/docs/pekko-projection/current/.

To keep up with the latest releases check out Pekko Projections releases.

Community

You can join these forums and chats to discuss and ask Pekko and Pekko connector related questions:

  • GitHub discussions: for questions and general discussion.
  • Pekko users mailing list: for Pekko usage discussions.
  • Pekko dev mailing list: for Pekko development discussions.
  • GitHub issues: for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first.

Contributing

Contributions are very welcome. If you have an idea on how to improve Pekko, don't hesitate to create an issue or submit a pull request.

License

Apache Pekko Projections is available under the Apache License, version 2.0. See LICENSE file for details.