🟢 SAP Cloud Application Programming Model, Hybrid Testing, and Alternative DBs

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • In this session we will explore the SAP Cloud Application Programming Model's approach to database abstraction and hybrid testing. Hybrid testing allows you to test your application locally but still connect to remote cloud resources such as database services. CAP also has expanded their support for non-HANA databases, particularly the community delivered PostgreSQL. We will look at the current state of integration and usage of both SQLite and PostgreSQL. We will play around with the hana-cli and how it can be extended via CAP to also view and interact with these other database types.
    groups.communi...

Komentáře • 4

  • @josejaimes4965
    @josejaimes4965 Před 11 měsíci

    Awesome.

  • @tombalf
    @tombalf Před 10 měsíci

    Is it possible to do hybrid testing with the postgresql on cloud foundry?

    • @sapdevs
      @sapdevs  Před 10 měsíci +1

      Yes. Just specify the different profile name. CDS bind works with the PostgreSQL service on CF as well.

    • @jayadnure
      @jayadnure Před 4 měsíci

      @@sapdevs
      while testing on hybrod mode in BAS getting the following error -
      [cds] - TimeoutError: ResourceRequest timed out
      at ResourceRequest._fireTimeout (/home/user/projects/***/node_modules/generic-pool/lib/ResourceRequest.js:62:17)
      at Timeout.bound (/home/user/projects/****/node_modules/generic-pool/lib/ResourceRequest.js:8:15)
      at listOnTimeout (node:internal/timers:573:17)
      at process.processTimers (node:internal/timers:514:7)
      Active connections:0
      {
      id: '1786652',
      level: 'ERROR',
      timestamp: 1715148968689
      }