<?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>idea Native Graph Database Integration for GIS Data &amp;amp; Relationships in ArcGIS Knowledge Ideas</title>
    <link>https://community.esri.com/t5/arcgis-knowledge-ideas/native-graph-database-integration-for-gis-data-amp/idi-p/1648148</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;ArcGIS excels at storing and analyzing spatial data, but &lt;STRONG&gt;relationships between entities&lt;/STRONG&gt; (people, assets, locations, events) are often only modeled indirectly. While ArcGIS Knowledge supports knowledge graphs, there is limited &lt;STRONG&gt;native integration with open graph databases&lt;/STRONG&gt; (Neo4j, TigerGraph, JanusGraph, etc.). This makes it difficult to combine spatial context with rich relational analysis (e.g., &lt;EM&gt;which assets are connected through shared contractors, or which water mains are related through maintenance history?&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enhancement:&lt;/STRONG&gt;&lt;BR /&gt;Introduce a &lt;STRONG&gt;native ArcGIS–Graph DB connector&lt;/STRONG&gt; that allows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Storage&lt;/STRONG&gt;: Persist feature attributes and IDs into a graph database alongside geometries in the geodatabase.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Relationships&lt;/STRONG&gt;: Define edges between GIS features (e.g., &lt;EM&gt;parcel → owner → utility connection → service incident&lt;/EM&gt;).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Query&lt;/STRONG&gt;: Run combined &lt;STRONG&gt;Cypher/Gremlin + spatial queries&lt;/STRONG&gt; (e.g., &lt;EM&gt;“Find all substations within 5 miles of this outage that share contractors with another substation”&lt;/EM&gt;).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Visualization&lt;/STRONG&gt;: Expose results in ArcGIS Pro Knowledge Graph views and as map overlays.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Use Cases:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Utilities:&lt;/STRONG&gt; Map water mains as nodes, maintenance events as nodes, and connect them to contractors. Answer: &lt;EM&gt;“Which contractor worked on the highest-failure mains within 2 miles of schools?”&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Public Safety:&lt;/STRONG&gt; Link suspects, locations, and events in a graph. Query: &lt;EM&gt;“Show all people connected through shared addresses within this neighborhood buffer.”&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Transportation:&lt;/STRONG&gt; Model logistics supply chains: warehouses → suppliers → shipments → delivery routes, all linked and spatially analyzed.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deeper insights&lt;/STRONG&gt;: Graph + GIS reveals connections beyond maps alone.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Open ecosystem&lt;/STRONG&gt;: Supports Neo4j, TigerGraph, or ArcGIS Knowledge interchange.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Scalability&lt;/STRONG&gt;: Graph queries can handle complex relational data efficiently.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 05 Sep 2025 03:58:35 GMT</pubDate>
    <dc:creator>VenkataKondepati</dc:creator>
    <dc:date>2025-09-05T03:58:35Z</dc:date>
    <item>
      <title>Native Graph Database Integration for GIS Data &amp; Relationships</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-ideas/native-graph-database-integration-for-gis-data-amp/idi-p/1648148</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;ArcGIS excels at storing and analyzing spatial data, but &lt;STRONG&gt;relationships between entities&lt;/STRONG&gt; (people, assets, locations, events) are often only modeled indirectly. While ArcGIS Knowledge supports knowledge graphs, there is limited &lt;STRONG&gt;native integration with open graph databases&lt;/STRONG&gt; (Neo4j, TigerGraph, JanusGraph, etc.). This makes it difficult to combine spatial context with rich relational analysis (e.g., &lt;EM&gt;which assets are connected through shared contractors, or which water mains are related through maintenance history?&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enhancement:&lt;/STRONG&gt;&lt;BR /&gt;Introduce a &lt;STRONG&gt;native ArcGIS–Graph DB connector&lt;/STRONG&gt; that allows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Storage&lt;/STRONG&gt;: Persist feature attributes and IDs into a graph database alongside geometries in the geodatabase.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Relationships&lt;/STRONG&gt;: Define edges between GIS features (e.g., &lt;EM&gt;parcel → owner → utility connection → service incident&lt;/EM&gt;).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Query&lt;/STRONG&gt;: Run combined &lt;STRONG&gt;Cypher/Gremlin + spatial queries&lt;/STRONG&gt; (e.g., &lt;EM&gt;“Find all substations within 5 miles of this outage that share contractors with another substation”&lt;/EM&gt;).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Visualization&lt;/STRONG&gt;: Expose results in ArcGIS Pro Knowledge Graph views and as map overlays.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Use Cases:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Utilities:&lt;/STRONG&gt; Map water mains as nodes, maintenance events as nodes, and connect them to contractors. Answer: &lt;EM&gt;“Which contractor worked on the highest-failure mains within 2 miles of schools?”&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Public Safety:&lt;/STRONG&gt; Link suspects, locations, and events in a graph. Query: &lt;EM&gt;“Show all people connected through shared addresses within this neighborhood buffer.”&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Transportation:&lt;/STRONG&gt; Model logistics supply chains: warehouses → suppliers → shipments → delivery routes, all linked and spatially analyzed.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deeper insights&lt;/STRONG&gt;: Graph + GIS reveals connections beyond maps alone.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Open ecosystem&lt;/STRONG&gt;: Supports Neo4j, TigerGraph, or ArcGIS Knowledge interchange.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Scalability&lt;/STRONG&gt;: Graph queries can handle complex relational data efficiently.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 05 Sep 2025 03:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-ideas/native-graph-database-integration-for-gis-data-amp/idi-p/1648148</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-09-05T03:58:35Z</dc:date>
    </item>
  </channel>
</rss>

