Project structure for multiple integrations in the middleware

Hello guys, could you provide the source code used in this video: https://www.youtube.com/watch?v=ZLVdt9me5x8 Increase Performance and Reduce Complexity in Composable Commerce I would like to see the project structure you used to setup multiple integrations in the same middleware because when you use the CLI it creates a separate project and therefore a separate middleware for each integration. Thanks!
Vue Storefront
YouTube
Increase Performance and Reduce Complexity in Composable Commerce
In this video, we show you how to Increase Performance and Reduce Complexity in Composable Commerce by leveraging data orchestration.
2 Replies
rohrig
rohrig•7mo ago
Hi @Fabrice Reynaud 👋 , I created each integration manually for demo purposes. In a real world application you'll be using published integrations. nontheless, here's the code: https://github.com/rohrig/example-vsf-orchestration
GitHub
GitHub - rohrig/example-vsf-orchestration
Contribute to rohrig/example-vsf-orchestration development by creating an account on GitHub.
Fabrice Reynaud
Fabrice Reynaud•7mo ago
Thank you @rohrig for sharing the link! Actually we are in a real world situation where we need to build several custom integrations, one with Prestashop (which doesn't exist yet for the VSF SDK as far as I know), one with a custom CMS, and one with our ETL, and maybe more.