You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
| Single-Item Model Tables | Set up six graph tables with the single item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) | [View in Designer](https://console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) | [Launch](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=JanusGraphTablesSingleItem&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) |
186
-
| Multiple-Item Model Tables | Set up six graph tables with the multiple item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) | [View in Designer](https://console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) | [Launch](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=JanusGraphTablesMultipleItem&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) |
187
-
| Gremlin Server on DynamoDB | The HTTP user agent header to send with all requests. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) | [View in Designer](https://console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) | [Launch](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=DynamoDBJanusGraphGremlin&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) |
| Single-Item Model Tables | Set up six graph tables with the single item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) |
186
+
| Multiple-Item Model Tables | Set up six graph tables with the multiple item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) |
187
+
| Gremlin Server on DynamoDB | The HTTP user agent header to send with all requests. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) |
188
188
189
189
####Instructions to Launch
190
190
1. Choose between the single and multiple item data models and create your graph tables
191
-
with the corresponding CloudFormation template above.
192
-
Note, the configuration provided in dynamodb.properties assumes the multiple item model.
191
+
with the corresponding CloudFormation template above by downloading it and passing it
192
+
to the CloudFormation console. Note, the configuration provided in
193
+
`src/test/resources/dynamodb.properties` assumes that you
194
+
will deploy the stack in us-west-2 and that you will use the multiple item model.
193
195
2. Inspect the latest version of the Gremlin Server on DynamoDB stack in the third row above.
194
-
3. Click the create stack link for Gremlin Server on DynamoDB to create the stack in us-west-2.
196
+
3. Download the template from the third row to your computer and use it to create the Gremlin
197
+
Server on DynamoDB stack.
195
198
4. On the Select Template page, name your Gremlin Server stack and select the
196
199
CloudFormation template that you just downloaded.
197
200
5. On the Specify Parameters page, you need to specify the following:
0 commit comments