<?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 Data publishing workflow questions and file geodatabases usage with Data Store in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-publishing-workflow-questions-and-file/m-p/484675#M18737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for suggestion for best practices regarding using Data Store and File Geodatabases with my Enterprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My environment:&amp;nbsp;&amp;nbsp; Enterprise 10.8 deployment.&amp;nbsp; (Portal, Data Store, Server, etc)&lt;/P&gt;&lt;P&gt;Some of my data is kept in an Enterprise Postgresql geodatabase, but not all.&amp;nbsp; (I use the enterprise geodatabase for versioning workflows and geodatabase replication)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm doing...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I'm constructing a file geodatabase based on nightly downloads from my county's GIS and tax dept.&amp;nbsp;&amp;nbsp; Basically, they provide updated shape files and text files that I end up massaging (clipping and re-projecting) and exporting that data via Python scripts so that the data I want resides in a unified coherent file geodatabase.&lt;/P&gt;&lt;P&gt;This data is not static and though the schema doesn't change, my scripts wholesale replace the feature classes in the geodatabase nightly.&amp;nbsp; Let's call this the "county FGDB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this data, I want to create a "map image layer" (no need to edit this data, so doesn't need be be a feature layer) to use as reference layers in Portal web maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems I have 2 options...&amp;nbsp;&amp;nbsp; One is to create a map in ArcGIS Pro that references the data in my ever changing "county FGDB"&amp;nbsp; from above.&amp;nbsp; When I publish the layer I should reference the folder that holds my FGDB and ensure it is registered in my "Portal items" as a Data Store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, if my "county FGDB" changes, (as it gets updated in my script) the "map image service" layers also update with the data.&amp;nbsp; I do not have to republish the layers.&lt;/P&gt;&lt;P&gt;Kind of an easy way to deal with serving this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option is to add this data via script to my Postgresql Enterprise geodatabase.... and register it with my Portal.&amp;nbsp; Same deal, if the data changes, the layer changes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question though...&amp;nbsp;&amp;nbsp; What will lend better performance?&amp;nbsp;&amp;nbsp; I've no idea how my FGDB is served with Data Store.&amp;nbsp;&amp;nbsp; Will there be a performance penalty to access the data from there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused how my file geodatabase is interacting with the Data store.&amp;nbsp; Seems weird. Magical.&lt;/P&gt;&lt;P&gt;Wondering if there is a bottleneck if many people start accessing the "map image layer". using this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I be better off, performance-wise, to keep this data in my Enterprise PostGresql geodatabase and publish from it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no good reason to keep this data in my Enterprise geodatabase, if I do not have to. I won't be versioning it, it won't be replicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also toyed with the idea of importing my file geodatabase directly into my Portal, but that seems to only create hosted "feature layers", which I do not need.&amp;nbsp;&amp;nbsp; My users will not edit this data and I don't want to be impeded by the symbology limitations of "feature layers" vs "map image layers".&amp;nbsp; And further, I'd have to script some process to replace the hosted feature layers from a newly minted geodatabase nightly...&amp;nbsp;&amp;nbsp; Seems possible, but maybe not exactly what I want to do, since there will be no map images layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise or observations about my workflow?&amp;nbsp; Is anyone else doing something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2020 20:51:45 GMT</pubDate>
    <dc:creator>Matt_Trebesch</dc:creator>
    <dc:date>2020-09-01T20:51:45Z</dc:date>
    <item>
      <title>Data publishing workflow questions and file geodatabases usage with Data Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-publishing-workflow-questions-and-file/m-p/484675#M18737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for suggestion for best practices regarding using Data Store and File Geodatabases with my Enterprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My environment:&amp;nbsp;&amp;nbsp; Enterprise 10.8 deployment.&amp;nbsp; (Portal, Data Store, Server, etc)&lt;/P&gt;&lt;P&gt;Some of my data is kept in an Enterprise Postgresql geodatabase, but not all.&amp;nbsp; (I use the enterprise geodatabase for versioning workflows and geodatabase replication)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm doing...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I'm constructing a file geodatabase based on nightly downloads from my county's GIS and tax dept.&amp;nbsp;&amp;nbsp; Basically, they provide updated shape files and text files that I end up massaging (clipping and re-projecting) and exporting that data via Python scripts so that the data I want resides in a unified coherent file geodatabase.&lt;/P&gt;&lt;P&gt;This data is not static and though the schema doesn't change, my scripts wholesale replace the feature classes in the geodatabase nightly.&amp;nbsp; Let's call this the "county FGDB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this data, I want to create a "map image layer" (no need to edit this data, so doesn't need be be a feature layer) to use as reference layers in Portal web maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems I have 2 options...&amp;nbsp;&amp;nbsp; One is to create a map in ArcGIS Pro that references the data in my ever changing "county FGDB"&amp;nbsp; from above.&amp;nbsp; When I publish the layer I should reference the folder that holds my FGDB and ensure it is registered in my "Portal items" as a Data Store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, if my "county FGDB" changes, (as it gets updated in my script) the "map image service" layers also update with the data.&amp;nbsp; I do not have to republish the layers.&lt;/P&gt;&lt;P&gt;Kind of an easy way to deal with serving this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option is to add this data via script to my Postgresql Enterprise geodatabase.... and register it with my Portal.&amp;nbsp; Same deal, if the data changes, the layer changes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question though...&amp;nbsp;&amp;nbsp; What will lend better performance?&amp;nbsp;&amp;nbsp; I've no idea how my FGDB is served with Data Store.&amp;nbsp;&amp;nbsp; Will there be a performance penalty to access the data from there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused how my file geodatabase is interacting with the Data store.&amp;nbsp; Seems weird. Magical.&lt;/P&gt;&lt;P&gt;Wondering if there is a bottleneck if many people start accessing the "map image layer". using this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I be better off, performance-wise, to keep this data in my Enterprise PostGresql geodatabase and publish from it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no good reason to keep this data in my Enterprise geodatabase, if I do not have to. I won't be versioning it, it won't be replicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also toyed with the idea of importing my file geodatabase directly into my Portal, but that seems to only create hosted "feature layers", which I do not need.&amp;nbsp;&amp;nbsp; My users will not edit this data and I don't want to be impeded by the symbology limitations of "feature layers" vs "map image layers".&amp;nbsp; And further, I'd have to script some process to replace the hosted feature layers from a newly minted geodatabase nightly...&amp;nbsp;&amp;nbsp; Seems possible, but maybe not exactly what I want to do, since there will be no map images layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise or observations about my workflow?&amp;nbsp; Is anyone else doing something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2020 20:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/data-publishing-workflow-questions-and-file/m-p/484675#M18737</guid>
      <dc:creator>Matt_Trebesch</dc:creator>
      <dc:date>2020-09-01T20:51:45Z</dc:date>
    </item>
  </channel>
</rss>

