scenarios/basics/neptune/README.md
This Amazon Neptune basic scenario demonstrates how to interact with Amazon Neptune using an AWS SDK. The scenario covers various operations such as creating a cluster, creating an instance, starting and stopping the cluster, and so on.
Create a Neptune DB Subnet Group:
createDBSubnetGroup.Create a Neptune Cluster:
createDBCluster.Create a Neptune DB Instance:
createDBInstance.Check the status of the Neptune DB Instance:
describeDBInstances. Poll the instance until it reaches an availbalestate.Note See the Engineering specification for a full listing of operations.
This Basics scenario does not require any additional AWS resources.
This scenario example will be implemented in the following languages:
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0