mercredi 19 janvier 2022

shared data between two python projects

I have 2 systems written in python. One of them pass data to the Other (the other get data from different sources as well) using tcp Socket and checking if the connection is a alive "manually". I thought about changing the passing data from tcp socket to something that design for this stuff, from what I read something like rabbitMQ, Kafka. my only requirements are 'real-time' and reliable so I could know if there some problem in passing the Data. I would be happy to hear your thoughts about the subject (and maybe get some links about this issue). I also need to mention that the systems run apart from each other on different servers for a reason. (the data is json messages)

Aucun commentaire:

Enregistrer un commentaire