Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Full text search with SPARQL queries in Amazon Neptune

Most SPARQL endpoints have some extensions allowing for full-text search. Can I do full-text searches with the Amazon Neptune SPARQL endpoint?

like image 385
Reto Gmür Avatar asked Aug 06 '18 11:08

Reto Gmür


People also ask

Does Amazon Neptune supports SQL queries?

SQL queries for highly connected data are complex and hard to tune for performance. Instead, Amazon Neptune allows you to use the popular graph query languages Apache TinkerPop Gremlin and W3C's SPARQL and openCypher to execute powerful queries that are easy to write and perform well on connected data.

What type of database is Amazon Neptune?

Amazon Neptune is a purpose-built, high-performance graph database engine optimized for storing billions of relationships and querying the graph with milliseconds latency.

Is Amazon Neptune a database?

Amazon Neptune is a fast, reliable, fully managed graph database service that makes it easy to build and run applications.


2 Answers

Neptune integration with Elasticsearch has been release with version 1.0.2.1:

  • https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.0.2.1.html

Please refer to this answer for a detailed explanation or check the official documentation.

like image 144
Simone Rondelli Avatar answered Sep 28 '22 16:09

Simone Rondelli


As of October 2018, full text search is not supported out of the box in Neptune (Gremlin and SPARQL). I would recommend opening a support case with Neptune to get more info around when to expect this feature.

like image 39
The-Big-K Avatar answered Sep 28 '22 17:09

The-Big-K