-
Notifications
You must be signed in to change notification settings - Fork 0
Communication
Lucas Parzianello edited this page Oct 11, 2019
·
1 revision
HTTP(S) via free public proxy servers.
Selected TCP sockets. Once connected, they maintain the link for both component's lifetime, as they'll be exchanging messages every few seconds at most.
No direct communication, just via S3 - see below.
See Redis API for Python. Redis will be in another container accessible by a hostname and port pair.
See below.
See MongoDB API for Python. MongoDB will be in another container accessible by a hostname and port pair: client = MongoClient(HOSTNAME, 27017)
.