aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

Using CDK to start Neptune-to-OpenSearch replication #1050

Open pararun898 opened 6 days ago

pararun898 commented 6 days ago

Describe the feature

Amazon Neptune supports full-text search in Gremlin and SPARQL queries using Amazon OpenSearch Service (OpenSearch Service). You can use an AWS CloudFormation stack to link an OpenSearch Service domain to Neptune. The AWS CloudFormation template creates a streams-consumer application instance that provides Neptune-to-OpenSearch replication. AWS provides complete CFN code for the same, however there is no guidance available for CDK. Hence, it makes complicated for customer to implement this using CDK.

Use Case

CDK implementation of Neptune full-text search in Gremlin and SPARQL queries using Amazon OpenSearch Service.

Proposed Solution

Creating a CDK code for the same solution.

Other Information

RePost Link: https://repost.aws/questions/QUZrlD8SrsRGe_dL4tKSgghw

Acknowledgements

Language

Typescript