Email the Author
You can use this page to email Denis Kalinin about Practical Event Sourcing with Scala.
About the Book
This book takes a very practical and rather unusual approach towards the event sourcing architecture. Instead of diving into the DDD terminology, which is usually popular in the Enterprise, we will use this pattern to implement a typical Web application.
Instead of C# or Java, we will be using Scala as the backend language and JavaScript (ES6) as the frontend one. Along the way, we will also make use of some other supporting technologies such as Play, Akka Streams, Kafka, React (with Redux), Websockets and even Neo4J.
You don't need to be a Scala guru to understand code samples, but some familiarity with the syntax is required. If you're completely new to Scala, I highly recommend you go through the free sample of my other book - Modern Web Development with Scala. The PDF sample could be read in an hour, but it covers most widely used syntax constructs.
Which versions are used
The main examples use Scala 2.13 and Play 2.8. When additional libraries are needed, their latest versions are used.
Acknowledgements
My special thanks go to Tim Ruhland for his enormous help in eliminating typos and errors. The cover illustration was designed by Freepik
About the Author
Having started as a Java developer in a middle-sized enterprise company, over the course of my career I've worked in several different countries and gained quite a bit of experience. During the last eight years I've used a great number of libraries and frameworks from JavaServer Faces to React.