** 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:
- go to backplane-releases.
- Download finos-fdc3-backplane-vx.x.xX.zip from assets.
- Unzip the zip folder.
If multi desktop interop is not required, skip and jump to step 6
- Open appsettings.json file.
- Navigate to key MultiHostConfig and add the address of Desktop B. Ex below
- "MultiHostConfig": {
"MemberNodes": [
//put your member nodes url here
//example:
"http://Desktop_B:4475"
]
},- Run 'Finos.Fdc3.Backplane.exe'.
- If multi desktop interop is not required, jump to finsemble-backplane bridge setup
Download latest version of backplane:
- go to backplane-releases.
- Download finos-fdc3-backplane-vx.x.xX.zip from assets.
- Unzip the zip folder.
- Open appsettings.json file.
- Navigate to key MultiHostConfig and add the address of Desktop A. Ex below
- "MultiHostConfig": {
"MemberNodes": [
//put your member nodes url here
//example:
"http://Desktop_A:4475"
]
},- Run 'Finos.Fdc3.Backplane.exe'.
-
Download the seed project as zip from https://github.com/Finsemble/finsemble-seed/tree/release/7.3.2
-
Install dependencies:
cd finsemble-seed
yarn install
- Set up the bridge service and launch finsemble as described here: readme