Event driven microservices tutorial (#15646)

* even driven microservices tutorial

* restructure the project

* remove mvn files

* formatting
This commit is contained in:
Viren Baraiya
2024-01-25 19:24:18 -08:00
committed by GitHub
parent 25c40ac1ca
commit dcb4eecaf5
14 changed files with 444 additions and 0 deletions
@@ -0,0 +1,13 @@
# Event Driven Microservices using Conductor
This is an example project showing how to build event driven applications using [Conductor](https://github.com/conductor-oss/conductor)
# Pre-requisites
1. Docker
2. Running conductor server
**Start the conductor server**
```shell
docker run --init -p 8080:8080 -p 1234:5000 conductoross/conductor-standalone:3.15.0
```