<?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>topic Re: Can ArcGIS API for Javascript connect with my PostgreSQL in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25869#M2242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;see the software url about that.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;create a query layer for your database layers (as&amp;nbsp; I can understand you have already a Postgres with PostGIS enabled) &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/creating-a-query-layer.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/creating-a-query-layer.htm"&gt;Creating a query layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; from the Desktop Software.&lt;/P&gt;&lt;P&gt;Alternative you can register your database with ArcGIS for Server.&lt;/P&gt;&lt;P&gt;After that publish the layers as Map Services &lt;A href="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-map-service.htm" title="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-map-service.htm"&gt;Tutorial: Publishing a map service—Documentation | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Finally access the services through Rest Interface&amp;nbsp; ArcGIS Server providing from ArcGIS Javascript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also take a look on this Esri Video &lt;A href="http://video.esri.com/watch/4696/arcgis-for-server-an-introduction" title="http://video.esri.com/watch/4696/arcgis-for-server-an-introduction"&gt;ArcGIS for Server: An Introduction | Esri Video&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2016 08:55:52 GMT</pubDate>
    <dc:creator>PanagiotisPapadopoulos</dc:creator>
    <dc:date>2016-05-11T08:55:52Z</dc:date>
    <item>
      <title>Can ArcGIS API for Javascript connect with my PostgreSQL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25865#M2238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, i'm newbie in this ArcGIS stuff and i'm sorry if my English is bad, i just exploring ArcGIS API for Javascript and make my first Web Application , my question is can this API connect with my PostgreSQL because i only found the sample how to add layer from our shapefile, GPX etc, but not connecting with our database ... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please forgive me if i post in wrong place ... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2012 16:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25865#M2238</guid>
      <dc:creator>BaskoroGuntur</dc:creator>
      <dc:date>2012-03-18T16:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS API for Javascript connect with my PostgreSQL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25866#M2239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;can this API connect with my PostgreSQL because i only found the sample how to add layer from our shapefile, GPX etc, but not connecting with our database ... &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you trying to load spatial data (points, lines or polygons) rather than tabular data? If so, you'll need some kind of spatial server, to provide spatial features to the ArcGIS Server JavaScript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Typically you would use ArcGIS Server, but you could also use &lt;/SPAN&gt;&lt;A href="http://geoserver.org/display/GEOS/Welcome"&gt;GeoServer&lt;/A&gt;&lt;SPAN&gt; or similar open source products (since you mentioned PostgreSQL).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server would allow you to serve &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/arcgistiledmapservicelayer.htm"&gt;tiled layers&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/arcgisdynamicmapservicelayer.htm"&gt;dynamic layers&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm"&gt;feature layers&lt;/A&gt;&lt;SPAN&gt;, while I believe GeoServer would limit you to serving &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/wmslayer.htm"&gt;WMS layers&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2012 21:52:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25866#M2239</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-03-18T21:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS API for Javascript connect with my PostgreSQL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25867#M2240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice, it seems that i've to learn how to use ArcGIS Server for my needs, ok, i will back soon if i find another problem, thanks again ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25867#M2240</guid>
      <dc:creator>BaskoroGuntur</dc:creator>
      <dc:date>2012-03-20T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS API for Javascript connect with my PostgreSQL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25868#M2241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any solution for this. If yes, can you post a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 03:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25868#M2241</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2016-05-11T03:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS API for Javascript connect with my PostgreSQL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25869#M2242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;see the software url about that.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;create a query layer for your database layers (as&amp;nbsp; I can understand you have already a Postgres with PostGIS enabled) &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/creating-a-query-layer.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/creating-a-query-layer.htm"&gt;Creating a query layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; from the Desktop Software.&lt;/P&gt;&lt;P&gt;Alternative you can register your database with ArcGIS for Server.&lt;/P&gt;&lt;P&gt;After that publish the layers as Map Services &lt;A href="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-map-service.htm" title="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-map-service.htm"&gt;Tutorial: Publishing a map service—Documentation | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Finally access the services through Rest Interface&amp;nbsp; ArcGIS Server providing from ArcGIS Javascript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also take a look on this Esri Video &lt;A href="http://video.esri.com/watch/4696/arcgis-for-server-an-introduction" title="http://video.esri.com/watch/4696/arcgis-for-server-an-introduction"&gt;ArcGIS for Server: An Introduction | Esri Video&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 08:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-arcgis-api-for-javascript-connect-with-my/m-p/25869#M2242</guid>
      <dc:creator>PanagiotisPapadopoulos</dc:creator>
      <dc:date>2016-05-11T08:55:52Z</dc:date>
    </item>
  </channel>
</rss>

