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:
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?
2. For the default graph store(ArangoDB), supported spatial relation operators are esri.graph.ST_Equals(<geom>, <geom>), esri.graph.ST_Intersects(<geom>, <geom>), and esri.graph.ST_Contains(<geom>, <geom>). For spatial utility, there is esri.graph.ST_GeoDistance(<geom>, <geom>) 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?
@MeganBanaski1 @AdamMartin
Thank you !