Syncari allows users to extend the synapse ecosystem by providing the ability to build your own synapse. There are two options available to do so
- SDK Synapse
- HTTP Synapse
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.