Practical Write-Ahead Logging In DIstributed Systems

Поділитися
Вставка
  • Опубліковано 7 чер 2024
  • One of the major problem with distributed systems nowadays is that we usually work with very high level abstractions and we don't understand anymore how a distributed system is supposed to work, what challenges do we have and what patterns of distributed systems we can use to overcome them. In this video I dive deeper into the concept of write-ahead logging in distributed systems. What problems does it solve? How do we go about implementing it? How does it really look in practice? But worry not, because in this video I'll show you a practical implementation of write-ahead logging in a distributed system.
    #software #softwarearchitecture #distributedsystems #dotnet #csharp
    Join this channel to get source code access and other perks:
    / @codewrinkles
    Content
    1. Intro: 00:00
    2. What is Write-Ahead Logging? 01:39
    3. The Log class: 04:43
    4. File handling infrastructure: 07:12
    5. Write-Ahead Logger: 11:35
  • Наука та технологія

КОМЕНТАРІ • 7

  • @cheesypufs
    @cheesypufs 2 місяці тому

    This is great stuff! Can you create some simple architecture diagrams to get a high level understanding of the components before diving into code? It would help with developing a mental model. Keep it up, good stuff!

    • @Codewrinkles
      @Codewrinkles  2 місяці тому

      Thanks for the feedback. It's a good idea and I'm already working on it for a next video. (Probably the very next one will be about clean architecture, but then it's distributed systems video with things around node advertisement)

  • @tunabilgili6040
    @tunabilgili6040 2 місяці тому

    Its kind of outbox pattern but instead of using db we are using disk directly.

  • @adrianbuda3522
    @adrianbuda3522 2 місяці тому

    I want more videos on topics related to distributed systems and how to implement them.

    • @Codewrinkles
      @Codewrinkles  2 місяці тому

      Thanks for getting in touch. I'll do my best in this regard :)

  • @robertmrobo8954
    @robertmrobo8954 2 місяці тому

    Sometimes, when you have a lot to talk about, I think some slides can do a little bit of justice to some of us who understands a little bit more when we can see something. Just an opinion or suggestion. 🙏

    • @Codewrinkles
      @Codewrinkles  2 місяці тому

      That's a great feedback! Thank you.