From eca880a440fd9491844d98ce0064c46624c3ee31 Mon Sep 17 00:00:00 2001 From: Kenny Bastani Date: Tue, 6 Dec 2016 15:22:16 -0800 Subject: [PATCH] Adding build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51f749a..393b2b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Event Stream Processing Microservice Example +[![Build Status](https://travis-ci.org/kbastani/event-stream-processing-microservices.svg?branch=master)](https://travis-ci.org/kbastani/event-stream-processing-microservices) + In an event-driven microservices architecture, the concept of a domain event is central to the behavior of each service. Popular practices such as _CQRS_ (Command Query Responsibility Segregation) in combination with _Event Sourcing_ are becoming more common in applications as microservice architectures continue to rise in popularity. This reference architecture and sample project demonstrates an end-to-end example of building event-driven microservices that use Spring Boot and Spring Cloud. The project aims to show what an ideal development process might look like for building microservices that handle both HTTP and AMQP protocols for exchanging messages.