Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy on BTP #793

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft

Deploy on BTP #793

wants to merge 30 commits into from

Conversation

vl-leon
Copy link

@vl-leon vl-leon commented Jan 22, 2025

minimal changes required to deploy bookshop in sharedDB mode:

  • db: all bookshop, orders, reviews CDS models into one instance (sharedDB)
  • services: bookstore, orders, reviews
  • approuter with UI symlinks:
    • Vue: bookshop, reviews
    • Fiori: orders
  • authentification: xsuaa
  • messaging: Event Mesh
  • destinations: orders, reviews
  • cds:
    • projection OrdersNoDraft for backend direct access
    • event OrderChanged
  • deployment: mta.yml

@vl-leon vl-leon mentioned this pull request Jan 22, 2025
@chgeo chgeo marked this pull request as draft January 27, 2025 13:30
Comment on lines 12 to 16
"[production]": {
"auth": "xsuaa",
"db": "hana",
"messaging": "enterprise-messaging"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to test if this really is necessary - these configurations should already be the default for production

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"messaging": "enterprise-messaging" still needed

@@ -0,0 +1,139 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to test if this is already generated during build if not present - if not, would be good to improve the tooling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants