** This is for demonstration only and is not the strategic way of finsemble integration. Such integration services are out of scope of backplane and would be part of vendor implementation compliant to bridging specs.
User want a workflow automation where on applying filter in an app running in context of finsemble on Desktop A is automatically applied to apps running in context of finsemble on Desktop B to avoid hassle of manual copy paste.
Broadcast
Grid App[Finsemble: Desktop A] ↔ Bridge[Finsemble: Desktop A] ↔ Backplane[Desktop A] ↔(Network)↔ Backplane[Desktop B] ↔ Bridge[Finsemble: Desktop B] ↔ Chart App[Finsemble: Desktop B]
Download latest version of backplane:
If multi desktop interop is not required, skip and jump to step 6
- "MultiHostConfig": {
"MemberNodes": [
//put your member nodes url here
//example:
"http://Desktop_B:4475"
]
},
### On Desktop B
Download latest version of backplane:
- "MultiHostConfig": {
"MemberNodes": [
//put your member nodes url here
//example:
"http://Desktop_A:4475"
]
},
Download the seed project as zip from https://github.com/Finsemble/finsemble-seed/tree/release/7.3.2
cd finsemble-seed
yarn install