[postgis-users] ArcGIS Online without ArcGIS server

Marcelo Marques marcelosmbr at gmail.com
Fri Sep 15 10:58:47 PDT 2023


Hello,

The answer is "No". ArcGIS Online is not able to connect to a PostGIS
enabled database directly.

ArcGIS Online is a SAS Software As a Service, and you need to store your
data into the *ArcGIS Online Feature Data Store*.

*Data Management in ArcGIS Online* -
https://doc.arcgis.com/en/arcgis-online/manage-data/data-in-online.htm

*FAQ ArcGIS Online *-
https://doc.arcgis.com/en/arcgis-online/reference/faq.htm

However as mentioned ArcGIS Online allows you to Add a Service from a URL.

https://doc.arcgis.com/en/arcgis-online/manage-data/add-item-from-url.htm

This means if you have an ArcGIS Geodatabase on PostgreSQL you can store
the spatial data with esri st_geometry or with postgis pg_geometry.

Then with ArcGIS Server you can publish a Map Service or Feature Service
using the layer or layers from the PostgreSQL Geodatabase.

Then, you can use the Map Service / Feature Service URL with ArcGIS Online.

The ArcGIS Server VM and PostgreSQL Geodatabase can reside in the Cloud,
e.g. Amazon or Azure.

I hope this clarifies.

Thanks,



| *Marcelo Marques *| Esri PS Products | Principal Product Engineer |

| Cloud & Database Administrator | OCP – Oracle Certified Professional |

|* Esri* | 380 New York St | Redlands, CA 92373 | USA |

| T +909-369-1787 | M +909-255-2079 | esri.com |

 | Esri Enterprise Mapping and Charting Databases Best Practices
<https://community.esri.com/groups/mapping-and-charting-enterprise-databases/blog/2014/12/18/enterprise-mcs-databases-best-practices>
|

| *https://www.linkedin.com/in/mmarquesbr/
<https://www.linkedin.com/in/mmarquesbr/>* |


On Fri, Sep 15, 2023 at 9:20 AM Phil Bartie <philbartie at gmail.com> wrote:

> ArcGIS online supports WMS, WMTS, and WFS OGC web services.
>
> https://doc.arcgis.com/en/arcgis-online/manage-data/add-item-from-url.htm
>
> Best,
> Phil
>
> On Fri, 15 Sept 2023 at 16:43, Martin Davis <mtnclimb at gmail.com> wrote:
>
>> It's my educated guess that the answer is no.  The AGOL client talks via
>> web services to the backend, so it can't talk directly to a database server.
>>
>> It *might* be able to talk to a non-AGOL web service (probably using OGC
>> protocols)?
>>
>> On Fri, Sep 15, 2023 at 8:26 AM Regina Obe <lr at pcorp.us> wrote:
>>
>>> This may be a question to just people using ArcGIS Online or at least
>>> familiar with it.  Is it possible to have an ArcGIS online connect to a
>>> PostGIS enabled database (assuming you have the port open etc), without
>>> an
>>> ArcGIS Server license?
>>> If so are their limitations in terms of what features you can use of
>>> ArcGIS
>>> Online like their javascript apis etc?
>>>
>>> Thanks,
>>> Regina
>>>
>>> _______________________________________________
>>> postgis-users mailing list
>>> postgis-users at lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/postgis-users
>>>
>> _______________________________________________
>> postgis-users mailing list
>> postgis-users at lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/postgis-users
>>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20230915/2fd4c14a/attachment.htm>


More information about the postgis-users mailing list