Skip to content

Commit

Permalink
Added link to getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Apr 6, 2018
1 parent f9fffa0 commit 393d3ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Eventuate Tram framework enables a Java/Spring application to send messages
This enables an application atomically update state and send a message or a domain event.
It is a foundation of ensuring data consistency within a http://microservices.io/patterns/microservices.html[microservice architecture].

Eventuate Tram (which was formerly known as Tarr) is described in more detail in my book https://www.manning.com/books/microservice-patterns[Microservice Patterns].
Eventuate Tram (which was formerly known as Tarr) is described in more detail in my book https://www.manning.com/books/microservice-patterns[Microservice Patterns] and the http://eventuate.io/tram/gettingstarted.html[getting started guide].
It provides several messaging abstractions:

* messaging - send and receive messages over named channels
Expand All @@ -26,6 +26,10 @@ The message relay works in one of two ways:
* http://microservices.io/patterns/data/transaction-log-tailing.html[Transaction log tailing] - currently implemented for MySQL
* Polling - for other databases

== Getting started

Please see the http://eventuate.io/tram/gettingstarted.html[getting started guide].

== Example applications

There are the following examples applications:
Expand Down

0 comments on commit 393d3ab

Please sign in to comment.