Introduction
Relays act as agents to relay data between on-premise systems and Synatic.
A single Relay can provide multiple endpoint connections to on-premise systems and services (such as Files, Databases, or SDK's). Each endpoint is configured to connect to a single system or service.
β
Relays can be accessed Relays on the menu on the left as outlined in red in the image below.
Operating Mode
Asynchronous only
In asynchronous mode, Requests are sent on a message queue to a Relay. The Relay then receives the message, processes the request, and puts the Response on the queue.
Asynchronous mode Relays:
Do not require any firewall configuration (except for allowing access to https://api.synatic.com).
Process requests more slowly since they need to check and return requests on the queue.
Lack streaming for big requests, which limits them to a size of 10MB per request.
Platforms Supported
Windows 10 Home, Windows 10 Pro, Windows Server 2012 and higher
Linux Virtual Machine (contact support@synatic.com for assistance)
macOS (contact support@synatic.com for assistance)
Security
Relays encrypt all communications and any data at rest. Each relay is uniquely identified with an encryption and identification key that can be revoked and re-issued if required.
See Also
See the Creating a Relay tutorial.
β
β