Giter VIP home page Giter VIP logo

grokking-streaming-systems-streamwork's Introduction

Unofficial codes for Grokking Streaming Systems

Checkpoint

This repository iterates through the book's chapters. Readers can use git reset --hard COMMIT to view the corresponding implementation of the functionalities introduced in each chapter.

Here is the mapping of each functionality:

Chapter Git commit
CH-02 5342c67606038422049032e7cc30e3f21ba4aa05
CH-03 e40163cf0febf9e057c338acb9daffe46b6021ef
CH-04 a72cfe61dd55ff4c1aa1b46524dd4fb8cecc633c
CH-05 : at-least-once implementation with acknowledger Use the latest codes of the branch acknowledger_at_least_once
CH-07 2b8f690ed5a3666350619936485060df6457e767
CH-08 latest
  • The at-least-once implementation with acknowledger differs from what the book suggests. In this approach, the acknowledger is employed to oversee the event cache for each incoming queue. If an event is processed successfully, the cache is deleted; otherwise, the event is placed back into the incoming queue.

grokking-streaming-systems-streamwork's People

Contributors

zklgame avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.