Build Your Own A.I. - Video 2 Message Queue

Опубликовано: 08 Июнь 2026
на канале: Lee Melbourne
338
7

In this video we set up the foundation of our distributed A.I. platform - the message queue. I also introduce Docker as a part of the mix.

Docker is going to save us time later on when we need to deploy other components....like the chat capability, which I am thinking will leverage mysql to store "conversational flows".

Test scripts for RabbitMQ can be found here: https://app.box.com/s/1izvnbi5zy6f5my...
Dont forget, all code for the project can be found here: https://github.com/leematthewshome/ro...
Although be aware that the Github code repo will be ahead of the videos.