Updated Connector Proxy in 5 mins (markdown)

jbirddog 2024-01-22 10:58:30 -05:00
parent 54edfc5cc6
commit bc10e42967

@ -13,7 +13,7 @@
1. Middle man for external communication from the backend of Spiff Arena
1. Tailored for the backend, but could be used by other host applications
1. Made up of some [group of Connectors](https://github.com/sartography/connector-proxy-demo/blob/main/pyproject.toml#L14) and a [discovery mechanism](https://connector-proxy.spiffdemo.org/v1/commands)
1. Brokers communication to/from Connectors in a generic fashion
1. Brokers communication to/from Connectors in a [generic fashion](https://github.com/sartography/spiffworkflow-proxy/blob/main/src/spiffworkflow_proxy/blueprint.py#L56)
1. Allows the backend to remain agnostic to all external dependencies needed for varying deployments, avoiding things like:
1. ClientA wants to write to AWS, ClientB refuses to use any app with any mention of AWS
1. ClientA requires an old version of SomeSDK, ClientB requires a bleeding-edge version that would conflict