#akka_persistence #apache_ignite #akka #scala
https://dzone.com/articles/akka-persistence-with-apache-ignite
https://dzone.com/articles/akka-persistence-with-apache-ignite
dzone.com
Akka Persistence With Apache Ignite - DZone Big Data
Learn about a new project to use Apache Ignite data grid as an event and snapshot store to reap the benefits of both event sourcing and the data grid.
#akka #scala #highload #redmart #akka_http #akka_stream #akka_persistence #cassandra #akka_cluster #cqrs
https://www.youtube.com/watch?v=F1m6IDaLKE0
https://www.youtube.com/watch?v=F1m6IDaLKE0
YouTube
Scala + Akka: Real world example of high traffic application design - Singapore Scala Programmers
Speaker: Oleksandr Iskhakov
This presentation covers architecture and implementation of Redmart Capacity system: high traffic application built employing Event Sourcing and CQRS design, implemented with Akka Actors, Akka Cluster, Akka Persistence + Cassandra…
This presentation covers architecture and implementation of Redmart Capacity system: high traffic application built employing Event Sourcing and CQRS design, implemented with Akka Actors, Akka Cluster, Akka Persistence + Cassandra…
#akka #akka_persistence #mongo #mongodb
https://blog.knoldus.com/akka-persistence-using-mongodb-part-i/
https://blog.knoldus.com/akka-persistence-using-mongodb-part-i/
Knoldus Blogs
Akka Persistence using MongoDB – Part I
Akka is a powerful actor based tool kit for Concurrency, Parallelism and Clustering. But for every concurrent applications, Akka actors are not fit because Futu
#cern #akka_persistence #scala #spring_boot #akka #es #cqrs #cqrs_es
https://www.youtube.com/watch?v=SM9emBlpW5c&list=PLJZuXj4N5h2BZyKU90g5Xppat0lKBGpiI
https://www.youtube.com/watch?v=SM9emBlpW5c&list=PLJZuXj4N5h2BZyKU90g5Xppat0lKBGpiI
YouTube
Akka Persistence by Anargyros Kiourkos
Akka is a library implementing the actor model on the JVM. It enables the development of distributed, concurrent, fault-tolerant and scalable applications. A...
#akka_persistence #cassandra #cqrs_es #es #cdc_logging #logging #at_least_one_delivery
https://blog.softwaremill.com/scalable-read-model-updates-in-akka-persistence-5042cdd7dce4
https://blog.softwaremill.com/scalable-read-model-updates-in-akka-persistence-5042cdd7dce4
Medium
Scalable read model updates in Akka Persistence
Akka Persistence is a pretty nice Event Sourcing implementation. There is no point in describing all its functionalities, because (almost)…
#akka_actor #akka_persistence #akka_streams
https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-iv/
https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-iv/
Colin Breck
Integrating Akka Streams and Akka Actors: Part IV
I expand on these concepts in my Reactive Summit presentation. In the first article of this series, I demonstrated the most basic patterns for integrating Akka Actors and the Akka Streams API. In the second article, I began developing an example to show how…
#akka_streams #akka_persistence
https://stackoverflow.com/questions/50228714/how-to-save-streaming-data-using-akka-persistence
https://stackoverflow.com/questions/50228714/how-to-save-streaming-data-using-akka-persistence
Stack Overflow
How to save streaming data using Akka Persistence
I use StreamRefs to establish streaming connections between actors in the cluster. Currently, in the writing node, I save incoming messages to the log file manually, but I wonder is it possible to
#event_sourcing #aecor #scala #cqrs #cats_effect #vs #akka_persistence
https://pavkin.ru/aecor-intro/
https://pavkin.ru/aecor-intro/
Vladimir Pavkin
Aecor — Purely functional event sourcing in Scala. Introduction
Hello! I’m starting a series of posts about Aecor — a library for building eventsourced applications in Scala in purely functional way. My ambitious plan includes not only providing a compreh…