<?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: Neo4j graph store support in ArcGIS Knowledge 11.0 in ArcGIS Knowledge Questions</title>
    <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1220096#M56</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16912"&gt;@MandarPurohit&lt;/a&gt;&amp;nbsp; Thanks, Mandar！&lt;/P&gt;</description>
    <pubDate>Sat, 08 Oct 2022 02:00:32 GMT</pubDate>
    <dc:creator>xingchenc</dc:creator>
    <dc:date>2022-10-08T02:00:32Z</dc:date>
    <item>
      <title>Neo4j graph store support in ArcGIS Knowledge 11.0</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1217728#M52</link>
      <description>&lt;P&gt;ArcGIS Knowledge 11.0 added the support for Neo4j graph store, as to my understanding, now we are able to register an empty Neo4j graph store in the ArcGIS Portal and then use it to store knowledge graph, but it has serveral limitations that I would like to confirm:&lt;/P&gt;&lt;P&gt;1. Neo4j graph store only supports two types of entities: Non-spatial and Point, while the default graph store(ArangoDB) supports five types of entities: Non-spatial, Point, Multi-Point, Line and Polygon. I was wondering if there any workarounds to this limitiation?&lt;/P&gt;&lt;P&gt;2. For the default graph store(ArangoDB),&amp;nbsp;supported spatial relation operators are esri.graph.ST_Equals(&amp;lt;geom&amp;gt;, &amp;lt;geom&amp;gt;), esri.graph.ST_Intersects(&amp;lt;geom&amp;gt;, &amp;lt;geom&amp;gt;), and esri.graph.ST_Contains(&amp;lt;geom&amp;gt;, &amp;lt;geom&amp;gt;). For spatial utility, there is esri.graph.ST_GeoDistance(&amp;lt;geom&amp;gt;, &amp;lt;geom&amp;gt;) and for spatial construction there is esri.graph.ST_WKTToGeometry(string). But those operators are not valid when using the Neo4j graph store. I was wondering if there any plans to make those operators valid for the Neo4j graph store?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/103333"&gt;@MeganBanaski1&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/224706"&gt;@AdamMartin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 05:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1217728#M52</guid>
      <dc:creator>xingchenc</dc:creator>
      <dc:date>2022-09-30T05:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Neo4j graph store support in ArcGIS Knowledge 11.0</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1217960#M54</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/567991" target="_self"&gt;&lt;SPAN class=""&gt;xingchenc&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Yes, a service created on the Neo4j database only supports the point geometry, since, currently Neo4j only supports Points. (&lt;A href="https://neo4j.com/docs/cypher-manual/current/syntax/spatial/" target="_blank" rel="noopener"&gt;https://neo4j.com/docs/cypher-manual/current/syntax/spatial/&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;This info is available on the service json as:&lt;/P&gt;&lt;PRE&gt;"geometryCapabilities": {
   "supportsMValues": false,
   "supportsZValues": false,
   "supportedGeometryTypes": [
    "Point"
   ]
  }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, yes, that the service has a limited support for the spatial functions for now.&lt;/P&gt;&lt;P&gt;At 11.0 we only support a query like this where the first geometry is a &lt;STRONG&gt;rectangle&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;MATCH (n:Address) WHERE esri.graph.ST_Intersects(esri.graph.ST_WKTToGeometry("POLYGON((0 -90,179.99999999 -90,179.99999999 90,0 90))"),n.geometry) return n.name&lt;/P&gt;&lt;P&gt;We are looking into supporting additional spatial functions for future releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 17:29:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1217960#M54</guid>
      <dc:creator>MandarPurohit</dc:creator>
      <dc:date>2022-09-30T17:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Neo4j graph store support in ArcGIS Knowledge 11.0</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1220096#M56</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16912"&gt;@MandarPurohit&lt;/a&gt;&amp;nbsp; Thanks, Mandar！&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2022 02:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1220096#M56</guid>
      <dc:creator>xingchenc</dc:creator>
      <dc:date>2022-10-08T02:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Neo4j graph store support in ArcGIS Knowledge 11.0</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1540741#M97</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16912"&gt;@MandarPurohit&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Mandar, I was wondering if there are any updates on those two limitations in the newer version(11.3)?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 02:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1540741#M97</guid>
      <dc:creator>xingchenc</dc:creator>
      <dc:date>2024-09-20T02:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Neo4j graph store support in ArcGIS Knowledge 11.0</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1541068#M98</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/567991" target="_self"&gt;&lt;SPAN class=""&gt;xingchenc&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Stay tuned. A few additional functions/constructors on a Neo4j-based knowledge graph service, such as ST_GeoDistance and ST_Point() are in the development plan for 11.4.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any specific spatial function are you looking for?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 20:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1541068#M98</guid>
      <dc:creator>MandarPurohit</dc:creator>
      <dc:date>2024-09-20T20:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Neo4j graph store support in ArcGIS Knowledge 11.0</title>
      <link>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1676616#M114</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16912"&gt;@MandarPurohit&lt;/a&gt;&amp;nbsp; Hi Mandar, could you please share with us the newest suppoted spatial funtions on a Neo4j /ArangoDB knowledge graphs?&lt;/P&gt;&lt;P&gt;We currently would like to use cypher queries to return a entity's Length and Area, is there a way to achieve it?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 08:36:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-knowledge-questions/neo4j-graph-store-support-in-arcgis-knowledge-11-0/m-p/1676616#M114</guid>
      <dc:creator>xingchenc</dc:creator>
      <dc:date>2026-01-08T08:36:33Z</dc:date>
    </item>
  </channel>
</rss>

