how to decide when to use database replication vs. custom REST applications vs. message brokers (pub / sub)
We have a distributed solution that’s currently under design. There are a few points of integration where some application needs data from someone else and vice versa. We could solve by either writing REST interfaces and provide CRUD features so that apps can share data between themselves. Or we can use something like nanomsg or zeroMQ to send messages back and forth.
how to decide when to use database replication vs. custom REST applications vs. message brokers (pub / sub)
We have a distributed solution that’s currently under design. There are a few points of integration where some application needs data from someone else and vice versa. We could solve by either writing REST interfaces and provide CRUD features so that apps can share data between themselves. Or we can use something like nanomsg or zeroMQ to send messages back and forth.
how to decide when to use database replication vs. custom REST applications vs. message brokers (pub / sub)
We have a distributed solution that’s currently under design. There are a few points of integration where some application needs data from someone else and vice versa. We could solve by either writing REST interfaces and provide CRUD features so that apps can share data between themselves. Or we can use something like nanomsg or zeroMQ to send messages back and forth.