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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인