Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://ookami86.github.io/event-sourcing-in-practice
Slides for my talk "Event Sourcing in practice"
https://ookami86.github.io/event-sourcing-in-practice
Last synced: 3 months ago
JSON representation
Slides for my talk "Event Sourcing in practice"
- Host: GitHub
- URL: https://ookami86.github.io/event-sourcing-in-practice
- Owner: johanneswseitz
- License: other
- Created: 2013-12-14T10:49:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T17:04:52.000Z (over 5 years ago)
- Last Synced: 2024-07-23T05:38:55.106Z (3 months ago)
- Language: CSS
- Size: 3.07 MB
- Stars: 249
- Watchers: 19
- Forks: 71
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cqrs-event-sourcing - Event sourcing in practice
README
# 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:
- [Java User Group Frankfurt, December 18th 2013](https://sites.google.com/site/jugffm/home/18-12-2013-why-care-about-big-data)
- [Frankfurter Entwicklertag, February 19th 2014](http://www.entwicklertag.de/frankfurt/2014/session/event-sourcing-der-praxis)
- [Developer Week Nürnberg, July 15th](http://www.developer-week.de/Programm/Veranstaltung/%28event%29/14192)
- [W-JAX 2015](http://lanyrd.com/2015/w-jax/sdptcg/)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](http://ookami86.github.io/event-sourcing-in-practice/index.html)
[![Build Status](https://travis-ci.org/Ookami86/event-sourcing-in-practice.png?branch=master)](https://travis-ci.org/Ookami86/event-sourcing-in-practice)
## 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](https://github.com/koenbok/cactus) server `cactus serve`## Markdown
- Slides are created using markdown. The [Markdown Extra](http://michelf.ca/projects/php-markdown/extra/) syntax elements are enabled.