Connecting Neptune with OpenSearch

0

I am trying to connect Neptune and OpenSearch, i have 1 main problem to address. 1)we have 2 clusters of neptune, each rebuild themselves with newdata everyday so everyday we get a new graph, how do i keep them in sync with opensearch?should i delete data in opensearch everyday and do the export job or is there any other solution for this?thanks in advance

1 個回答
0

Have you seen the Neptune-to-OpenSearch integration? This uses Neptune Streams to keep an OS index up-to-date with a Neptune cluster. This is primarily used to enable Neptune's Full-Text-Search feature. It requires a separate OS cluster per Neptune cluster, as the index name that is used by this feature is hardcoded. So if both of your Neptune clusters have different datasets, you would need two different OS clusters, one for each Neptune cluster.

If the intent is to keep a bespoke OS index updated from data written to Neptune, you can modify the poller code in this stack to build whatever index to you want. You could even modify this to use two different named indices in OS to maintain just a single cluster, but that would only be for non-FTS use cases.

https://docs.aws.amazon.com/neptune/latest/userguide/full-text-search.html

profile pictureAWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南