Syncari allows users to extend the synapse ecosystem by providing the ability to build your own synapse. There are three options available to do so:
- SDK Synapse
- HTTP Synapse
- Webhook Receiver
SDK Synapse
Syncari provides a python sdk that allows users to create a synapse to an end system using the api interfaces defined in the synapse. More details are available here.
HTTP Synapse
This feature allows users to build a synapse for systems that have simple REST apis to pull and push data using a visual editor. Using this editor we can easily hook up GET and POST endpoints. More details here.
Webhook Receiver Synapse
This allows Syncari to receive data pushed from external systems in real time via webhook calls, without requiring a pull-based connection to the source system.More details here.