aecor
aecor copied to clipboard
Pure functional event sourcing runtime
Updates [com.typesafe.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) [from 1.3.25 to 1.5.2](https://github.com/sbt/sbt-native-packager/compare/v1.3.25...v1.5.2). [Release Notes/Changelog](https://github.com/sbt/sbt-native-packager/blob/master/CHANGELOG.md) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this...
Updates * [com.typesafe.akka:akka-cluster-sharding](https://github.com/akka/akka) * [com.typesafe.akka:akka-persistence](https://github.com/akka/akka) * [com.typesafe.akka:akka-persistence-query](https://github.com/akka/akka) * [com.typesafe.akka:akka-slf4j](https://github.com/akka/akka) * [com.typesafe.akka:akka-testkit](https://github.com/akka/akka) [from 2.5.26 to 2.5.27](https://github.com/akka/akka/compare/v2.5.26...v2.5.27). [Release Notes/Changelog](https://github.com/akka/akka/releases/tag/v2.5.27) I'll automatically update this PR to resolve conflicts as long as you don't...
Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) [from 2.6 to 3.8.1](https://github.com/xerial/sbt-sonatype/compare/2.6...3.8.1). [Release Notes/Changelog](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this...
When it comes to entities interacting with each other, Aecor is more on a _choreography_ side, by design. However, oftentimes I run into cases when being able to organize my...
Updates * [com.typesafe.akka:akka-cluster-sharding](https://github.com/akka/akka) * [com.typesafe.akka:akka-persistence](https://github.com/akka/akka) * [com.typesafe.akka:akka-persistence-query](https://github.com/akka/akka) * [com.typesafe.akka:akka-slf4j](https://github.com/akka/akka) * [com.typesafe.akka:akka-testkit](https://github.com/akka/akka) [from 2.5.26 to 2.6.1](https://github.com/akka/akka/compare/v2.5.26...v2.6.1). [Release Notes/Changelog](https://github.com/akka/akka/releases/tag/v2.6.1) I'll automatically update this PR to resolve conflicts as long as you don't...
This is a design exploration of composability / orchestration patterns. Resources as context 1. "`COMPOSABLE EVENT SOURCING WITH MONADS`" http://www.lambdadays.org/static/upload/media/1519724460390566danielkrzywickieventsourcing.pdf 2. https://stackoverflow.com/questions/51160457/event-sourcing-without-cqrs 3. https://microservices.io/patterns/data/saga.html 4. "`The Application of Petri Nets...
Eventsourced applications only append events, and it makes meeting privacy requirements like GDPR even more difficult. As many eventsourced applications deal with confidential information, it will be really great to...
It would be nice if I could attach some metadata such as the correlation id to a command so that it can be merged into the metadata of the corresponding...
Feature request as per https://blog.softwaremill.com/event-sourcing-using-kafka-53dfd72ad45d > _"Hence, we need a better way. That’s where kafka-streams and state stores come into play. Kafka-streams applications run across a cluster of nodes, which...