Updated Connector Proxy in 5 mins (markdown)
parent
1312c124d6
commit
54edfc5cc6
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
1. Middle man for external communication from the backend of Spiff Arena
|
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. Tailored for the backend, but could be used by other host applications
|
||||||
1. Made up of some group of Connectors and a [discovery mechanism](https://connector-proxy.spiffdemo.org/v1/commands)
|
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
|
||||||
1. Allows the backend to remain agnostic to all external dependencies needed for varying deployments, avoiding things like:
|
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 wants to write to AWS, ClientB refuses to use any app with any mention of AWS
|
||||||
|
|
Loading…
Reference in New Issue