Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Small changes, fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswseitz committed Feb 18, 2014
1 parent 2fe8556 commit 9863438
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ present: build
start: build
cactus serve

build: test-code
build:
cactus build

test-code:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Mapping Objects to Tables is suprisingly hard
## Mapping objects to tables is suprisingly hard

<div class="container_12">
<div class="grid_4">
Expand All @@ -8,7 +8,7 @@
</div>
<div class="grid_8">
<ul>
<li>143 pages on mapping Objects to Tables</li>
<li>143 pages on mapping objects to tables</li>
<li>Recommends using ORM-Tools only for CRUD-heavy applications</li>
<li class="slide">Why?</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
![Eventstream](static/img/eventstream.png)
{.slide}

- Persist this stream of events, preserving their order
- Persist this stream of events, preserving event order
{.slide}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Restoring objects

Subsequently apply the events from the respective `EventStream` to a fresh object instance
Subsequently apply the events from the respective `EventStream` to a "blank" object instance

![Eventstream](static/img/eventstream.png)

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- Command Sourcing and Event Sourcing are very similar
- Terms tend to get confused on the web
{.slide}
- [Martin Fowler](http://www.martinfowler.com/eaaDev/EventSourcing.html) wrote about what we call Command Sourcing
- [Martin Fowler](http://www.martinfowler.com/eaaDev/EventSourcing.html) wrote about what we refer to as Command Sourcing
{.slide}

0 comments on commit 9863438

Please sign in to comment.