logo
DOCS
BLOG
COMMUNITY
GITHUB

Videos

Below are some video resources that you can use to bootstrap your fundamental knowledge about the concepts that are seen throughout Akkatecture.

  • Reactive DDD - When Concurrent Waxes Fluent by Vaughn Vernon
  • Fundamentals About Actor Systems by Hewitt Meijer and Szyperski
  • CQRS and Event Sourcing by Eric Evans
  • An Introduction to CQRS and Event Sourcing Patterns by Mathew McLoughling
  • The Future of Distributed Programming in .NET by Aaron Stannard
  • The Many Meanings of Event-Driven Architecture by Martin Fowler
  • The Future of Event-driven Microservices by Kenny Bastani
  • Using sagas to maintain data consistency in a microservice architecture by Chris Richardson
  • Applying the Saga Pattern by Caitie McCaffrey
  • Introduction
    • 1.1  

      Getting Started
  • Basic Concepts
    • 2.1  

      Primitives
    • 2.2  

      Aggregates
    • 2.3  

      Events
    • 2.4  

      Commands
    • 2.5  

      Specifications
    • 2.6  

      Subscribers
    • 2.7  

      Scheduled Jobs
    • 2.8  

      Akka
    • 2.9  

      Configuration
  • Walkthrough
    • 3.1  

      Walkthrough Introduction
    • 3.2  

      Your First Aggregate
    • 3.3  

      Your First Commands
    • 3.4  

      Your First Events
    • 3.5  

      Your First Specifications
    • 3.6  

      Your First Aggregate Test
    • 3.7  

      Your First Aggregate Saga
    • 3.8  

      Your First Subscribers
    • 3.9  

      Your First Projections
    • 3.10  

      Walkthrough Ending
  • Advanced Concepts
    • 4.1  

      Sagas
    • 4.2  

      Snapshotting
    • 4.3  

      Clustering
    • 4.4  

      Production Readiness
    • 4.5  

      Event Upgrading
    • 4.6  

      Testing Aggregates
  • Further Research
    • 5.1  

      Tips and Tricks
    • 5.2  

      Articles
    • 5.3  

      Videos