Support for Opensearch queries for Neptune nodes using OpenCypher
0
There is Opensearch query support on Neptune using Gremlin and SparkQL according to the documentation. Can we do the same using OpenCypher as I prefer read and query operations in OpenCypher compared to Gremlin?
asked a month ago36 views
1 Answers
0
Neptune's currently supports full-text search via OpenSearch using the Gremlin and SPARQL query languages. Neptune's openCypher implementation is our newest supported query language, went GA in April 2022, and does not have support for this integration. Based on feedback from customers, we will be working backwards to prioritize adding support for new features.
answered a month ago
Relevant questions
Unable to perform OpenSearch text queries from Gremlin using AWS Lambda written in Javascript
Accepted Answerasked a month agoExamples: Rust Neptune client & Gremlin client
asked a month agoTraversing through complete path (Graph DB, Gremlin, Neptune Cluster)
asked a month agoDoes neptune db support APOC library from cypher?
asked 4 days agoNeptune not supporting duration() provided by openCypher
asked a day agoSupport for Opensearch queries for Neptune nodes using OpenCypher
asked a month agoSupport for `CALL` in Amazon Neptune OpenCypher queries
asked 3 days agoNeptune supports Neo4j GraphQL?
asked a month agoGremlin profile execution time not matching with Gremlin Request/Second
asked a year agoNeptune Performance
Accepted Answerasked 5 months ago
Thanks for your support Dave. I am trying to use Gremlin to make Opensearch queries in a Lambda running a NodeJS environment. I haven't been successful in doing that. I have also asked for support for the same in another question. Please can I get some help with this? I am not able to move forward and I believe I am doing something fundamentally wrong with the setup of Opensearch with Neptune