Search complete server architecture

Hi,

I search an complete sample architecture schema ?
I have an docker zeebe ok
I have an BPMN file ok
I have five java Microservice project OK
But
How is deployed BPMN file to broker ?
Where are running my five Java Microservice ? it’s not zeebe ?

Hi @pcouas, here is a video demonstrating a simple Zeebe architecture: https://www.youtube.com/watch?v=RV9_7Ct2j0g

In this video, I deploy the Bpmn to the broker programmatically; and run three microservices in my IDE, and also at the terminal using java -jar.

In this video: https://youtu.be/xjzwUq-tHXE?t=193, I show how to deploy the bpmn file using the zbctl binary.