GithubHelp home page GithubHelp logo

emilioforrer / event_sourcing_for_everyone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jennaleeb/event_sourcing_for_everyone

0.0 1.0 0.0 12.88 MB

Ruby 77.34% JavaScript 2.68% CoffeeScript 0.48% CSS 2.01% HTML 17.48%

event_sourcing_for_everyone's Introduction

How to use this repo

This project is a simple example of how to incrementally apply the components of event sourcing into an existing system. It starts with a basic rails app with a single account.rb model.

Checkout each branch and compare it to the previous one to learn about:

  • 001_encapsulate_changes - name the events
  • 002_create_event_objects - create an object for events
  • 003_unify_event_handling - use generic interface for handling events
  • 004_persist_events - create in-memory event-store for saving/retrieving
  • 005_projectors - create subscribers and projectors, separate read & write objects
  • 006_commands - create command objects for handling requests and validations
  • 007_reactors - react to event by doing something else

A collection of guides on event sourcing for rubyists

Talks

Frameworks

Example apps

Blogs/slides

Intro

More advanced

event_sourcing_for_everyone's People

Contributors

jennaleeb avatar mpraglowski avatar

Watchers

James Cloos 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.