Complementing Cassandra and Open Search

0

I will like to complement and connect Cassandra with the Open Search Service to permit my users to query their data and have access to their searches.

已提问 1 年前229 查看次数
1 回答
0

There is no direct way to connect AWS OpenSearch Service with Cassandra. However, to enable users to query their data in OpenSearch, data integration or ETL process can be used such as tools like Apache NiFi, Logstash (with an appropriate input plugin for Cassandra), or AWS Glue.

The process generally involves extracting data from Cassandra, transforming it, and then indexing it into OpenSearch cluster. Once in OpenSearch, user can perform search queries directly. Please refer to following link:

https://www.instaclustr.com/support/documentation/opensearch/using-opensearch/connecting-logstash-to-opensearch/

AWS
已回答 4 个月前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则