release 1.0.0
set module name to match what we have in our docs (#88)

* set module name to match what we have in our docs

refactor

* scalafmt
2 files changed
tree: e6bb7e27df6833f365d29729ab8f1adcbd098bb5
  1. .github/
  2. cassandra/
  3. core/
  4. core-test/
  5. docker-files/
  6. docs/
  7. durable-state/
  8. eventsourced/
  9. examples/
  10. jdbc/
  11. kafka/
  12. kafka-test/
  13. project/
  14. scripts/
  15. slick/
  16. testkit/
  17. .asf.yaml
  18. .git-blame-ignore-revs
  19. .gitignore
  20. .scala-steward.conf
  21. .scalafmt.conf
  22. build.sbt
  23. container-license-acceptance.txt
  24. DISCLAIMER
  25. docker-compose.yml
  26. LICENSE
  27. NOTICE
  28. README.md
README.md

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.