Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.04 KB

OTTO Synapse

Eventsourcing & message passing for Spring Boot microservices.

Build Maven Central OSS Lifecycle

Building Synapse

  1. Install Docker and LocalStack

Docker is required to run LocalStack, so first you have to install Docker.

LocalStack is "A fully functional local AWS cloud stack". Synapse is using LocalStack in order to run integration tests locally, without having to access the "real" AWS services.

Follow the instructions here: https://github.com/localstack/localstack

  1. Building Synapse
./gradlew startLocalStack
./gradlew build
./gradlew stopLocalStack