particle4dev / event-sourcing-in-practice

Slides for my talk "Event Sourcing in practice"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event sourcing in practice

These are the slides we use for our talk "Event Sourcing in practice". We are scheduled to give this talk at:

Slide content is subject to change as we keep on learning :).

Pre-built slides

Slides are automatically built and published using Travis CI. You may find the latest version in the gh-pages branch or at the associated Github Page for this repository

Build Status

Building the slides from scratch

  • Install Python
  • Install pip
  • Create a virtualenv pip install virtualenvwrapper && mkvirtualenv event-sourcing (Recommended but optional)
  • Run pip install -r requirements.txt
  • Start the Cactus server cactus serve

Markdown

  • Slides are created using markdown. The Markdown Extra syntax elements are enabled.

About

Slides for my talk "Event Sourcing in practice"

License:Other


Languages

Language:CSS 45.0%Language:JavaScript 33.4%Language:Python 13.5%Language:Scala 3.8%Language:HTML 3.6%Language:Shell 0.6%Language:Makefile 0.2%