Particular / Workshop

SOA Done Right
Apache License 2.0
581 stars 224 forks source link

docker-compose based setup of the prerequisites & preparation steps #333

Open VladimirMakaev opened 4 years ago

VladimirMakaev commented 4 years ago

It would have been so much nicer to just do

docker-compose up

To have everything running instead of following the setup steps. Especially after this tweet image

That can have RabbitMQ Setup instead of MSMQ automatically, MSSQL Server can run in Linux these days and you can automatically create the database when creating a container, etc.

Otherwise great work!

adamralph commented 4 years ago

@VladimirMakaev thanks for raising this. This something we have already considered, and it is on our radar, but at present it's uncertain if/when we'll get round to doing something like this.

VladimirMakaev commented 4 years ago

Would you be interested in a PR?

adamralph commented 4 years ago

@VladimirMakaev thanks for the offer, but I advise holding off for now. We first need to assess whether we want to make this change, and I wouldn't want you to waste your time.

dvdstelt commented 4 years ago

The transport is also already using LearningTransport. No need for RabbitMQ. Only SQL needs to be set up now.