![]() |
Using IronMQ and Python to as a Buffer between Systems |
Connecting systems and moderating data flows between them is not an easy task. Message queues are designed for just this purpose – buffering data between systems so that each can operate independently and asynchronously.
Here’s a short article on using IronMQ to buffer a CMS system from real estate data from a listing service. The app developer uses Python for the bridge code between the service and the CMS system. Continue reading “Message Queues for Buffering: An IronMQ and Python Case Study”