<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: How to develop cap application with external database in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760674#M4790197</link>
    <description>&lt;P&gt;I cannot answer, but I`m also interested in this topic - if it is possibility to deploy (or at least connect) to the external db.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 07:38:59 GMT</pubDate>
    <dc:creator>vbalko-claimate</dc:creator>
    <dc:date>2023-12-11T07:38:59Z</dc:date>
    <item>
      <title>How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaq-p/12760673</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;
  &lt;P&gt;We have MySql databse hosted on AWS.&lt;/P&gt;
  &lt;P&gt;I want to develop CAP application connecting to this external database.&lt;/P&gt;
  &lt;P&gt;Is this scenario possible? if so, could you please share references/steps?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;-Trim&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 03:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaq-p/12760673</guid>
      <dc:creator>trimbandaru34</dc:creator>
      <dc:date>2023-12-11T03:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760674#M4790197</link>
      <description>&lt;P&gt;I cannot answer, but I`m also interested in this topic - if it is possibility to deploy (or at least connect) to the external db.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 07:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760674#M4790197</guid>
      <dc:creator>vbalko-claimate</dc:creator>
      <dc:date>2023-12-11T07:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760675#M4790198</link>
      <description>&lt;P&gt;for PostgreSQL it's absolutely possible with &lt;A href="https://github.com/cap-js/cds-dbs/tree/main/postgres"&gt;https://github.com/cap-js/cds-dbs/tree/main/postgres&lt;/A&gt;, see sample config over at &lt;A href="https://github.com/cap-js/cds-dbs/blob/main/postgres/test/service-az.json"&gt;https://github.com/cap-js/cds-dbs/blob/main/postgres/test/service-az.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For MySQL there is &lt;A href="https://github.com/Soontao/cds-mysql"&gt;https://github.com/Soontao/cds-mysql&lt;/A&gt; - haven't tried it, but might be worth a shot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 08:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760675#M4790198</guid>
      <dc:creator>vobu</dc:creator>
      <dc:date>2023-12-11T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760676#M4790199</link>
      <description>&lt;P&gt;Thanks  &lt;SPAN class="mention-scrubbed"&gt;vobu&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;what is the downsides of such app - deployed to external db? Cannot use other BTP services like XSUAA ?&lt;/P&gt;&lt;P&gt;I`m trying to figure out, how that CAP app is deployed.&lt;/P&gt;&lt;P&gt;1) after deployment, the app is "sitting" in BTP, but connects to external DB as a storage for data only&lt;/P&gt;&lt;P&gt;2) after deployment, app resides somewhere (where?), where DB sits.&lt;/P&gt;&lt;P&gt;Sorry  for maybe dumb questions - I`m still in phase of discovery - even, when we have few CAP apps deployed (on PG on BTP)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 08:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760676#M4790199</guid>
      <dc:creator>vbalko-claimate</dc:creator>
      <dc:date>2023-12-11T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760677#M4790200</link>
      <description>&lt;P&gt;well, CAP apps don't deploy to a DB, but into a runtime env such as CF. The DB used by the CAP app is just "another service" (in CAP "speak"), whether it sits within the same runtime env or remote. Note that "within the same runtime env" doesn't necessarily mean HTTP roundtrip cost saving as for example the PostgreSQL service "in BTP"  also sits externally, requiring HTTP roundtrips.&lt;/P&gt;&lt;P&gt;Additionally, the CAP doc is excellent in terms of deployment: &lt;A href="https://cap.cloud.sap/docs/guides/deployment/"&gt;https://cap.cloud.sap/docs/guides/deployment/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760677#M4790200</guid>
      <dc:creator>vobu</dc:creator>
      <dc:date>2023-12-11T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760678#M4790201</link>
      <description>&lt;P&gt;Thank you &lt;SPAN class="mention-scrubbed"&gt;vobu&lt;/SPAN&gt; for sharing the references. Very helpful.&lt;/P&gt;&lt;P&gt;I will go through the mysql link and try it out. &lt;/P&gt;&lt;P&gt;during my search, I found the below information&lt;/P&gt;&lt;P&gt;&lt;A href="https://cap.cloud.sap/docs/about/features#database-support" target="test_blank"&gt;https://cap.cloud.sap/docs/about/features#database-support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does this mean, there is no official support for MySql from SAP CAP implementation point of view?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2233636-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Trim&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 02:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760678#M4790201</guid>
      <dc:creator>trimbandaru34</dc:creator>
      <dc:date>2023-12-12T02:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760679#M4790202</link>
      <description>&lt;P&gt;correct, no official MySQL support for CAP, "only" community support.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 07:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/12760679#M4790202</guid>
      <dc:creator>vobu</dc:creator>
      <dc:date>2023-12-12T07:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop cap application with external database</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/13589627#M4815235</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;did someone manage to connect to MySQL?&lt;/P&gt;&lt;P&gt;Would be highly appreciated if someone can share.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 14:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-develop-cap-application-with-external-database/qaa-p/13589627#M4815235</guid>
      <dc:creator>lleyton</dc:creator>
      <dc:date>2024-01-31T14:52:43Z</dc:date>
    </item>
  </channel>
</rss>

